cas bootadmin overlay
1.0.0
通用CAS Spring Boot Admin Server War覆盖层。
< cas .version>6.1.x</ cas .version>要查看构建脚本可用的命令,请运行:
./build.sh help要打包最终的Web应用程序,请运行:
./build.sh package要更新SNAPSHOT版本运行:
./build.sh package -U创建一个src/main/resources/application.properties文件以覆盖默认设置。
在通过以下方法成功部署时,配置服务器将可用:
https://localhost:8444将配置服务器Web应用程序作为可执行战争运行。
./build.sh run通过Spring Boot运行Configuration Server Web应用程序作为可执行战争。这在开发和测试中最有用。
./build.sh bootrun将结果target/casbootadminserver.war部署到选择的servlet容器。