| | |
| | | server: |
| | | port: 8081 |
| | | port: 8082 |
| | | tomcat: |
| | | uri-encoding: UTF-8 |
| | | servlet: |
| | |
| | | server: |
| | | port: 8083 |
| | | port: 8084 |
| | | tomcat: |
| | | uri-encoding: UTF-8 |
| | | servlet: |
| | |
| | | spring: |
| | | redis: |
| | | database: 0 |
| | | host: localhost |
| | | password: |
| | | host: 10.53.157.24 |
| | | port: 6379 |
| | | password: ycl2018 |
| | | jedis: |
| | | pool: |
| | | max-active: 8 |
| | |
| | | min-idle: 0 |
| | | timeout: 0 |
| | | datasource: |
| | | url: jdbc:mysql://42.193.1.25:3306/sccg?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false |
| | | username: root |
| | | password: 321$YcYl@1970! |
| | | url: jdbc:mysql://10.110.247.252:3306/sccg?characterEncoding=utf-8 |
| | | username: toor |
| | | password: v6VGHAzXEu$zF7 |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | driver-class-name: com.mysql.cj.jdbc.Driver |
| | | filters: stat |
| | |
| | | spring: |
| | | profiles: |
| | | active: dev |
| | | active: pro |
| | | main: |
| | | allow-circular-references: true |
| | | allow-bean-definition-overriding: true |