Generic CAS Spring Boot Admin Server WAR overlay.
<cas.version>6.1.x</cas.version>- JDK 11
To see what commands are available to the build script, run:
./build.sh helpTo package the final web application, run:
./build.sh packageTo update SNAPSHOT versions run:
./build.sh package -UCreate 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:
https://localhost:8444
Run the configuration server web application as an executable WAR.
./build.sh runRun the configuration server web application as an executable WAR via Spring Boot. This is most useful during development and testing.
./build.sh bootrunDeploy resultant target/casbootadminserver.war to a servlet container of choice.