You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
99 lines
2.5 KiB
99 lines
2.5 KiB
spring:
|
|
jackson:
|
|
deserialization:
|
|
fail-on-unknown-properties: false
|
|
datasource:
|
|
mysql1:
|
|
jdbc-url: jdbc:mysql://18.143.76.3:3306/hwgoldc?serverTimezone=Asia/Shanghai
|
|
username: hwgoldc
|
|
password: zB48T55wCsHC8KPz
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
hikari:
|
|
pool-name: mysql1HikariCP
|
|
maximum-pool-size: 10
|
|
# mysql1:
|
|
# jdbc-url: jdbc:mysql://54.251.137.151:10701/hwgold?serverTimezone=Asia/Shanghai
|
|
# username: hwgold
|
|
# password: AGX4Z3YMxiCG3GR2
|
|
# driver-class-name: com.mysql.cj.jdbc.Driver
|
|
# hikari:
|
|
# pool-name: mysql1HikariCP
|
|
# maximum-pool-size: 10
|
|
# mysql1:
|
|
# jdbc-url: jdbc:mysql://39.101.133.168:3306/hwgold?serverTimezone=Asia/Shanghai
|
|
# username: hwgold
|
|
# password: AGX4Z3YMxiCG3GR2
|
|
# driver-class-name: com.mysql.cj.jdbc.Driver
|
|
# hikari:
|
|
# pool-name: mysql1HikariCP
|
|
# maximum-pool-size: 10
|
|
# mysql2:
|
|
# jdbc-url: jdbc:mysql://39.101.133.168:3306/hljw?serverTimezone=Asia/Shanghai
|
|
# username: hljw
|
|
# password: 5dmWCCKfEk3TTeyn
|
|
# driver-class-name: com.mysql.cj.jdbc.Driver
|
|
# hikari:
|
|
# pool-name: mysql2HikariCP
|
|
# maximum-pool-size: 10
|
|
# mysql3:
|
|
# jdbc-url: jdbc:mysql://121.89.234.155:3306/pay_xxcg_com?serverTimezone=Asia/Shanghai
|
|
# username: pay_xxcg_com
|
|
# password: 4hHmzxZH4rF4c5xr
|
|
# driver-class-name: com.mysql.cj.jdbc.Driver
|
|
# hikari:
|
|
# pool-name: mysql2HikariCP
|
|
# maximum-pool-size: 10
|
|
|
|
application:
|
|
name: demo
|
|
cache:
|
|
type: redis
|
|
redis:
|
|
time-to-live: 3600000
|
|
use-key-prefix: true
|
|
cache-null-values: true
|
|
|
|
servlet:
|
|
multipart:
|
|
enabled: true
|
|
max-file-size: 10MB
|
|
max-request-size: 10MB
|
|
|
|
data:
|
|
redis:
|
|
database: 0
|
|
host: 192.168.8.94
|
|
port: 6379
|
|
password:
|
|
timeout: 1000
|
|
lettuce:
|
|
pool:
|
|
max-active: 20
|
|
max-wait: -1
|
|
max-idle: 5
|
|
|
|
mybatis:
|
|
configuration:
|
|
mysql1:
|
|
map-underscore-to-camel-case: true
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
# mysql2:
|
|
# map-underscore-to-camel-case: true
|
|
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
# mysql3:
|
|
# map-underscore-to-camel-case: true
|
|
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
|
upload:
|
|
path: D:\upload
|
|
|
|
|
|
|
|
|
|
server:
|
|
port: 8081
|
|
|
|
logging:
|
|
level:
|
|
org.springframework.jdbc.core.JdbcTemplate: DEBUG
|
|
org.springframework.orm.jpa: DEBUG
|