@@ -10,6 +10,7 @@ Generic CAS WAR overlay to exercise the latest versions of CAS. This overlay cou
```
# Requirements
* JDK 1.8+
# Configuration
...
...
@@ -68,6 +69,7 @@ Be careful with this method of deployment. `bootRun` is not designed to work wit
## Spring Boot App Server Selection
There is an app.server property in the pom.xml that can be used to select a spring boot application server.
It defaults to "-tomcat" but "-jetty" and "-undertow" are supported.
It can also be set to an empty value (nothing) if you want to deploy CAS to an external application server of your choice and you don't want the spring boot libraries included.
...
...
@@ -77,7 +79,8 @@ It can also be set to an empty value (nothing) if you want to deploy CAS to an e
```
## Windows Build
If you are building on windows, try build.cmd instead of build.sh. Arguments are similar but for usage, run:
If you are building on windows, try `build.cmd` instead of `build.sh`. Arguments are similar but for usage, run: