| | |
| | | |
| | | server: |
| | | port: 8088 |
| | | spring: |
| | |
| | | static-path-pattern: /** |
| | | datasource: |
| | | driver-class-name: com.mysql.jdbc.Driver |
| | | url: jdbc:mysql://10.10.10.200:3306/jbly_dev?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai |
| | | url: jdbc:mysql://127.0.0.1:3306/jbly?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai |
| | | username: root |
| | | password: xltys1995 |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | |
| | | enabled: false |
| | | |
| | | redis: |
| | | host: 10.10.10.200 |
| | | host: 127.0.0.1 |
| | | password: xltys1995 |
| | | port: 6379 |
| | | max: 30 |
| | | min: 10 |
| | | timeout: 5000 |
| | | index: 4 |
| | | index: 3 |
| | | |
| | | floyd: |
| | | enable: false |