|
@ -20,24 +20,24 @@ spring:
|
|
|
---
|
|
|
spring:
|
|
|
profiles: dev
|
|
|
datasource:
|
|
|
driverClassName: com.mysql.jdbc.Driver
|
|
|
url: jdbc:mysql://192.168.1.220:3306/esb?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true
|
|
|
username: hos2
|
|
|
password: hos2
|
|
|
test-on-borrow: true
|
|
|
validation-query: SELECT 1
|
|
|
test-while-idle: true
|
|
|
max-total: 100
|
|
|
default-auto-commit: true
|
|
|
max-idle: 30
|
|
|
min-idle: 10
|
|
|
initial-size: 10
|
|
|
jpa:
|
|
|
database-platform: org.hibernate.dialect.MySQL5Dialect
|
|
|
hibernate.dialect: org.hibernate.dialect.MySQL5Dialect
|
|
|
format-sql: true
|
|
|
show-sql: true
|
|
|
# datasource:
|
|
|
# driverClassName: com.mysql.jdbc.Driver
|
|
|
# url: jdbc:mysql://192.168.1.220:3306/esb?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true
|
|
|
# username: hos2
|
|
|
# password: hos2
|
|
|
# test-on-borrow: true
|
|
|
# validation-query: SELECT 1
|
|
|
# test-while-idle: true
|
|
|
# max-total: 100
|
|
|
# default-auto-commit: true
|
|
|
# max-idle: 30
|
|
|
# min-idle: 10
|
|
|
# initial-size: 10
|
|
|
# jpa:
|
|
|
# database-platform: org.hibernate.dialect.MySQL5Dialect
|
|
|
# hibernate.dialect: org.hibernate.dialect.MySQL5Dialect
|
|
|
# format-sql: true
|
|
|
# show-sql: true
|
|
|
data:
|
|
|
mongodb:
|
|
|
host: 172.19.103.86
|