| @@ -1,9 +1,9 @@ | |||||
| spring: | spring: | ||||
| # JDBC | # JDBC | ||||
| datasource: | datasource: | ||||
| url: jdbc:mysql://127.0.0.1:63306/mallink?characterEncoding=UTF-8&useSSL=false | |||||
| username: root | |||||
| password: root | |||||
| url: jdbc:mysql://202.165.179.86:3306/mallink?characterEncoding=UTF-8&useSSL=false | |||||
| username: mallone | |||||
| password: m@1l0ne123@# | |||||
| type: com.alibaba.druid.pool.DruidDataSource | type: com.alibaba.druid.pool.DruidDataSource | ||||
| driver-class-name: com.mysql.jdbc.Driver | driver-class-name: com.mysql.jdbc.Driver | ||||
| filters: stat | filters: stat | ||||
| @@ -19,20 +19,20 @@ spring: | |||||
| testOnReturn: false | testOnReturn: false | ||||
| poolPreparedStatements: true | poolPreparedStatements: true | ||||
| maxOpenPreparedStatements: 20 | maxOpenPreparedStatements: 20 | ||||
| jackson: | |||||
| date-format: yyyy-MM-dd HH:mm:ss | |||||
| #jackson: | |||||
| #date-format: yyyy-MM-dd HH:mm:ss | |||||
| # REDIS | # REDIS | ||||
| redis: | redis: | ||||
| host: 127.0.0.1 | |||||
| port: 6379 | |||||
| host: 202.165.179.86 | |||||
| port: 6789 | |||||
| password: JGtest123 | |||||
| timeout: 0 | timeout: 0 | ||||
| expire: 1800 #30分钟 | expire: 1800 #30分钟 | ||||
| pool: | pool: | ||||
| max-active: 8 | max-active: 8 | ||||
| max-idle: 8 | max-idle: 8 | ||||
| max-wait: -1 | max-wait: -1 | ||||
| min-idle: 0 | |||||
| logging: | logging: | ||||
| level: | level: | ||||