| | |
| | | #使用type-aliases-package中指定entity扫描包路径,让mybatis自动扫描自定义的entity |
| | | #type-aliases-package: com.dy.pmsGlobal.daoBa |
| | | configuration: |
| | | #log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #时而输出日志,时而不输出日志 |
| | | log-impl: org.apache.ibatis.logging.log4j2.Log4j2Impl |
| | | log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #时而输出日志,时而不输出日志 |
| | | # log-impl: org.apache.ibatis.logging.log4j2.Log4j2Impl |
| | | #开启驼峰uName自动映射到u_name |
| | | #2023-10-24经实验,下面配置true或false,都能从u_name映射到uName |
| | | #map-underscore-to-camel-case: true |
| | |
| | | - /sso/sso |
| | | pms: |
| | | global: |
| | | dev: false #是否开发阶段,true或false,开发阶段不进行登录验证及权限验证 |
| | | dev: true #是否开发阶段,true或false,开发阶段不进行登录验证及权限验证 |
| | | ssoUserExpireAfterAccess: 60 #sso登录后,用户在一定时间(ssoUserExpireAfterAccess)(分钟)内未访问系统,系统清除缓存信息,使其重新登录系统 |
| | | ssoCacheSizeInit: 10 #sso缓存初始容量 |
| | | ssoCacheSizeMax: 10000 #sso缓存最大容量,即支持ssoCacheSizeMax个用户同时登录 |
| | | nginx: |
| | | webPort: 54321 |
| | | webPort: 8000 |
| | | sso: |
| | | checkUrl: http://127.0.0.1:12344/sso/sso/ssoPowerCheck |
| | | curUserUrl: http://127.0.0.1:12344/sso/sso/ssoCurUser |