src/main/resources/config/application-dev.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/resources/config/application-prod.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/config/application-dev.yml
@@ -6,7 +6,7 @@ context-path: /bg session: #session超时时间,默认30分钟 timeout: 30m timeout: -1 cookie: name: bg http-only: true src/main/resources/config/application-prod.yml
@@ -5,7 +5,7 @@ servlet: context-path: /bg session: timeout: 30m timeout: -1 cookie: name: bg http-only: true