Generic CAS Spring Cloud Discovery Server WAR overlay.
<cas.version>5.1.x</cas.version>
- JDK 1.8+
To see what commands are available to the build script, run:
./build.sh help
To package the final web application, run:
./build.sh package
To update SNAPSHOT
versions run:
./build.sh package -U
Create a src/main/resources/application.properties
file to override default settings.
On a successful deployment via the following methods, the configuration server will be available at:
http://localhost:8761
Run the configuration server web application as an executable WAR.
./build.sh run
Run the configuration server web application as an executable WAR via Spring Boot. This is most useful during development and testing.
./build.sh bootrun
Deploy resultant target/casdiscoveryserver.war
to a servlet container of choice.