| | |
| | | password: xboot |
| | | |
| | | server: |
| | | port: 8888 |
| | | port: 9091 |
| | | servlet: |
| | | context-path: / |
| | | tomcat: |
| | |
| | | url: jdbc:mysql://127.0.0.1:3306/tobacco?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8 |
| | | username: root |
| | | # Jasypt加密 可到common-utils中找到JasyptUtil加解密工具类生成加密结果 格式为ENC(加密结果) 以下解密结果为123456 |
| | | password: ENC(/1qjpLsQSzc4KM+2VhqLecwQu3npNYZo/zclpH/VR34dMdLeW2IVin6V1vH1Xug4) |
| | | password: wanghaojie |
| | | #password: 123456 |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | driverClassName: com.mysql.jdbc.Driver |
| | | # Druid StatViewServlet配置 |
| | |
| | | - /**/*.ico |
| | | - /xboot/test/** |
| | | - /xboot/fingerprint/getAll |
| | | - /xboot/orderSyn/** |
| | | - /hk/** |
| | | - /xboot/wx/** |
| | | # 限流及黑名单不拦截的路径 |
| | | limitUrls: |
| | | - /**/*.js |