Merge remote-tracking branch 'origin/master'
| | |
| | | spring: |
| | | # 数据源配置 |
| | | datasource: |
| | | url: jdbc:mysql://42.193.1.25:3306/zgyw?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false |
| | | url: jdbc:mysql://101.35.247.188:3306/zgyw?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false |
| | | username: root |
| | | password: 321$YcYl@1970! |
| | | password: 123456 |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | driver-class-name: com.mysql.cj.jdbc.Driver |
| | | |
| | |
| | | spring.data: |
| | | redis: |
| | | # 地址 |
| | | host: localhost |
| | | host: 42.193.1.25 |
| | | # 端口,默认为6379 |
| | | port: 6379 |
| | | password: 123456 |
| | | password: ycl2018 |
| | | # 数据库索引 |
| | | database: 0 |
| | | # 连接超时时间 |