| | |
| | | username: root |
| | | # Jasypt加密 可到common-utils中找到JasyptUtil加解密工具类生成加密结果 格式为ENC(加密结果) 以下解密结果为123456 |
| | | #password: wanghaojie |
| | | password: 123456 |
| | | password: rootroot |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | driverClassName: com.mysql.jdbc.Driver |
| | | # Druid StatViewServlet配置 |
| | |
| | | # 允许清空统计数据 |
| | | reset-enable: true |
| | | login-username: root |
| | | login-password: ENC(PYVnAYh+j5C3jkMV1d+myj6JzDaUk7pcfTWUaYsvQdEVkuvIVf7Y0mOU9XkffxT8) |
| | | login-password: boyingabcd12221! |
| | | # IP白名单 多个逗号分隔 |
| | | allow: |
| | | # IP黑名单 |
| | |
| | | - /hk/** |
| | | - /xboot/wx/** |
| | | - /index.html |
| | | - /xboot/pcStatistic/** |
| | | - /xboot/pcStatistic2/** |
| | | - /xboot/pcStatistic3/** |
| | | - /xboot/area/getAll |
| | | - /xboot/areaSection/getAll2 |
| | | # - /xboot/pcStatistic/** |
| | | # - /xboot/pcStatistic2/** |
| | | # - /xboot/pcStatistic3/** |
| | | # - /xboot/area/getAll |
| | | # - /xboot/areaSection/getAll2 |
| | | - /xboot/message/** |
| | | - /xboot/updateApp/** |
| | | - /xboot/fingerprint/getUserByCode |
| | |
| | | # 最大保存天数 |
| | | max-history: 7 |
| | | # 每个文件最大大小 |
| | | max-file-size: 5MB |
| | | max-file-size: 5MB |