s

spring-boot-spa-devserver

Spring Boot helper for proxying requests to a Single Page App dev server for local development live-reloading
https://github.com/osafi/spring-boot-spa
MIT
Omeed Safi
Files download
File Operation
spring-boot-spa-devserver-0.0.9.jar download
spring-boot-spa-devserver-0.0.9.pom download
spring-boot-spa-devserver-0.0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>ms.safi.spring</groupId>
  <artifactId>spring-boot-spa-devserver</artifactId>
  <version>0.0.9</version>
</dependency>
Gradle Groovy
implementation 'ms.safi.spring:spring-boot-spa-devserver:0.0.9'
Gradle Kotlin
implementation("ms.safi.spring:spring-boot-spa-devserver:0.0.9")
Scala SBT
libraryDependencies += "ms.safi.spring" % "spring-boot-spa-devserver" % "0.0.9"
Groovy Grape
@Grapes(
  @Grab(group='ms.safi.spring', module='spring-boot-spa-devserver', version='0.0.9')
)
Apache Ivy
<dependency org="ms.safi.spring" name="spring-boot-spa-devserver" rev="0.0.9" />
Leiningen
[ms.safi.spring/spring-boot-spa-devserver "0.0.9"]
Apache Buildr
'ms.safi.spring:spring-boot-spa-devserver:jar:0.0.9'