| | |
| | | port: 9010 |
| | | tomcat: |
| | | uri-encoding: UTF-8 |
| | | |
| | | |
| | | spring: |
| | | devtools: |
| | | restart: |
| | | enabled: true |
| | | additional-exclude: "src/main/java" |
| | | exclude: "static/**" |
| | | main: |
| | | allow-bean-definition-overriding: true |
| | | http: |
| | |
| | | charset: UTF-8 |
| | | enabled: true |
| | | datasource: |
| | | url: jdbc:mysql://gz-cdb-r13d0yi9.sql.tencentcdb.com:62929/taoke_autopay?serverTimezone=GMT%2B8 |
| | | username: root |
| | | password: Yeshi2016@ |
| | | # url: jdbc:mysql://gz-cdb-r13d0yi9.sql.tencentcdb.com:62929/taoke_autopay?serverTimezone=GMT%2B8 |
| | | # username: root |
| | | # password: Yeshi2016@ |
| | | |
| | | url: jdbc:mysql://47.121.122.141:3306/taoke_autopay?serverTimezone=GMT%2B8 |
| | | username: taoke_autopay |
| | | password: xcp123123 |
| | | |
| | | driver-class-name: com.mysql.jdbc.Driver |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | druid: |