Blame view

src/main/resources/application.properties.online 633 Bytes
fangyeqing authored
1 2 3
server.port=8090

#MySQL
zhaoyue authored
4
spring.datasource.url=jdbc:mysql://127.0.0.1:18306/xkl_ams?useUnicode=true&autoReconnect=true&failOverReadOnly=false&zeroDateTimeBehavior=round&autoReconnect=true
zhaoyue authored
5 6
spring.datasource.username=xklapi
spring.datasource.password=xklapi123outfox
fangyeqing authored
7 8 9 10
spring.datasource.validation-query=SELECT 1
spring.datasource.test-on-borrow=false
spring.datasource.test-while-idle=true
spring.datasource.time-between-eviction-runs-millis=18800
zhaoyue authored
11 12
spring.jpa.database-platform=org.hibernate.dialect.MySQL5Dialect
spring.jpa.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
fangyeqing authored
13 14

#Redis
zhaoyue authored
15 16
spring.redis.host=127.0.0.1
pring.redis.port=6379