| server.port=8080 |
| |
| ## logging |
| logging.level.root=INFO |
| logging.level.org.springframework.web=INFO |
| logging.level.com.supwisdom.leaveschool=DEBUG |
| |
| ## thymeleaf |
| spring.thymeleaf.cache=false |
| |
| |
| ## 认证方式,是否开启 CAS 认证 |
| security.cas.enabled=true |
| |
| ## CAS |
| #应用访问地址 |
| app.server.host.url=http://localhost:8080 |
| #应用登录地址 |
| app.login.url=/web/caslogin |
| #应用登出地址 |
| app.logout.url=/web/logout |
| |
| #CAS服务地址 |
| cas.server.host.url=http://101.231.81.202:9080/cas |
| #CAS服务登录地址 |
| cas.server.host.login_url=${cas.server.host.url}/login |
| #CAS服务登出地址 |
| cas.server.host.logout_url=${cas.server.host.url}/logout?service=${app.server.host.url} |