Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Latest commit

 

History

History
63 lines (39 loc) · 1.09 KB

README.md

File metadata and controls

63 lines (39 loc) · 1.09 KB

CAS Spring Cloud Discovery Server Overlay Template

Generic CAS Spring Cloud Discovery Server WAR overlay.

Versions

<cas.version>5.1.x</cas.version>

Requirements

  • JDK 1.8+

Build

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

Configuration

Create a src/main/resources/application.properties file to override default settings.

Deployment

On a successful deployment via the following methods, the configuration server will be available at:

  • http://localhost:8761

Executable WAR

Run the configuration server web application as an executable WAR.

./build.sh run

Spring Boot

Run the configuration server web application as an executable WAR via Spring Boot. This is most useful during development and testing.

./build.sh bootrun

External

Deploy resultant target/casdiscoveryserver.war to a servlet container of choice.