| | |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | driverClassName: com.mysql.cj.jdbc.Driver |
| | | url: jdbc:mysql://42.193.1.25:3306/lilishop?useUnicode=true&characterEncoding=utf-8&useSSL=false&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai |
| | | # url: jdbc:mysql://127.0.0.1:3306/lilishop?useUnicode=true&characterEncoding=utf-8&useSSL=false&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai |
| | | username: root |
| | | password: 321$YcYl@1970! |
| | | # password: 123456 |
| | | maxActive: 50 |
| | | initialSize: 20 |
| | | maxWait: 60000 |
| | |
| | | xxl: |
| | | job: |
| | | admin: |
| | | addresses: http://127.0.0.1:30001/xxl-job-admin |
| | | addresses: http://127.0.0.1:9001/xxl-job-admin |
| | | executor: |
| | | appname: xxl-job-executor-lilishop |
| | | address: |
| | | ip: |
| | | port: 8891 |
| | | port: 8848 |
| | | logpath: ./xxl-job/executor |
| | | logretentiondays: 7 |
| | | |