| | |
| | | cache-enabled: true #打开全局缓存开关(二级环境),默认值是true |
| | | #default-enum-type-handler: com.dy.common.mybatis.envm.EnumCodeTypeHandler |
| | | |
| | | |
| | | #不进行userToken过滤的URL,@ConfigurationProperties要求tokennofilter中所有字母都小写 |
| | | tokennofilter: |
| | | urls: |
| | | - /sso/sso |
| | | pms: |
| | | global: |
| | | dev: true #是否开发阶段,true或false,开发阶段不进行登录验证及权限验证 |
| | | ssoUserExpireAfterAccess: 60 #sso登录后,用户在一定时间(ssoUserExpireAfterAccess)(分钟)内未访问系统,系统清除缓存信息,使用重新登录系统 |
| | | ssoUserExpireAfterAccess: 60 #sso登录后,用户在一定时间(ssoUserExpireAfterAccess)(分钟)内未访问系统,系统清除缓存信息,使其重新登录系统 |
| | | ssoCacheSizeInit: 10 #sso缓存初始容量 |
| | | ssoCacheSizeMax: 10000 #sso缓存最大容量,即支持ssoCacheSizeMax个用户同时登录 |
| | | nginx: |
| | | webPort: 8000 |
| | | sso: |
| | | # checkUrl: http://127.0.0.1:12344/sso/sso/ssoCheck |
| | | checkUrl: http://127.0.0.1:12344/sso/sso/ssoPowerCheck |
| | | curUserUrl: http://127.0.0.1:12344/sso/sso/ssoCurUser |
| | | webPort: 12344 |
| | |
| | | other: |
| | | webPort: 12348 |
| | | idSuffix: 5 |
| | | station: |
| | | webPort: 12349 |
| | | idSuffix: 6 |
| | | report: |
| | | webPort: 12350 |
| | | idSuffix: 7 |
| | | file: |
| | | idSuffix: 99 |
| | | file1: |
| | |
| | | photoZipWidth: 400 #缩略图尺寸 |
| | | webFile: |
| | | fmUrl: http://127.0.0.1:${pms.other.webPort}/other # fm的web上下文 URL |
| | | supportedFileTypes: docx,xlsx,pdf |
| | | sv1: |
| | | id: dyFile1 |
| | | absolutePath: E:/java/nginx-1.24.0/html/webfiles/ |