|
@ -15,7 +15,8 @@ spring: |
|
|
maxWait: 60000 |
|
|
maxWait: 60000 |
|
|
minEvictableIdleTimeMillis: 300000 |
|
|
minEvictableIdleTimeMillis: 300000 |
|
|
minIdle: 5 |
|
|
minIdle: 5 |
|
|
password: 7cdefb88e0b8c8a401b66a83ee0cf80387461268074d1c3dcb146ab485318633 |
|
|
# password: 7cdefb88e0b8c8a401b66a83ee0cf80387461268074d1c3dcb146ab485318633 |
|
|
|
|
|
password: |
|
|
poolPreparedStatements: true |
|
|
poolPreparedStatements: true |
|
|
servletLogSlowSql: true |
|
|
servletLogSlowSql: true |
|
|
servletLoginPassword: 111111 |
|
|
servletLoginPassword: 111111 |
|
@ -27,7 +28,8 @@ spring: |
|
|
testOnReturn: false |
|
|
testOnReturn: false |
|
|
testWhileIdle: true |
|
|
testWhileIdle: true |
|
|
timeBetweenEvictionRunsMillis: 60000 |
|
|
timeBetweenEvictionRunsMillis: 60000 |
|
|
url: jdbc:mysql://api.ccsens.com/health?useUnicode=true&characterEncoding=UTF-8 |
|
|
# url: jdbc:mysql://api.ccsens.com/health?useUnicode=true&characterEncoding=UTF-8 |
|
|
|
|
|
url: jdbc:mysql://127.0.0.1/health?useUnicode=true&characterEncoding=UTF-8 |
|
|
username: root |
|
|
username: root |
|
|
validationQuery: SELECT 1 FROM DUAL |
|
|
validationQuery: SELECT 1 FROM DUAL |
|
|
env: CCSENS_HEALTH |
|
|
env: CCSENS_HEALTH |