Skip to content

Generic CAS Spring Cloud Configuration Server WAR overlay

Notifications You must be signed in to change notification settings

zhatin/cas-configserver-overlay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAS Spring Cloud Configuration Server Overlay Template

Generic CAS Spring Cloud Configuration Server WAR overlay.

Versions

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

Requirements

  • JDK 1.8+

Configuration

The etc directory contains the configuration files and directories that need to be copied to /etc/cas/config.

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

Deployment

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

  • http://cas.server.name:8888/casconfigserver

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/casconfigserver.war to a servlet container of choice.

About

Generic CAS Spring Cloud Configuration Server WAR overlay

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 86.3%
  • Shell 13.7%