# cas-bootadmin-overlay **Repository Path**: mirrors_apereo/cas-bootadmin-overlay ## Basic Information - **Project Name**: cas-bootadmin-overlay - **Description**: CAS Spring Boot Admin Server Overlay Template - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README CAS Spring Boot Admin Server Overlay Template ============================ Generic CAS Spring Boot Admin Server WAR overlay. # Versions ```xml 6.1.x ``` # Requirements * JDK 11 # Build To see what commands are available to the build script, run: ```bash ./build.sh help ``` To package the final web application, run: ```bash ./build.sh package ``` To update `SNAPSHOT` versions run: ```bash ./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: * `https://localhost:8444` ## Executable WAR Run the configuration server web application as an executable WAR. ```bash ./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. ```bash ./build.sh bootrun ``` ## External Deploy resultant `target/casbootadminserver.war` to a servlet container of choice.