mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-07 01:46:47 +08:00
21 lines
790 B
Properties
21 lines
790 B
Properties
## redis
|
|
spring.redis.database=2
|
|
spring.redis.host=10.251.88.214
|
|
spring.redis.password=ENC(zA5LNV8xw3yEx6LMwdGGBGgNsOaD3Cg+)
|
|
spring.redis.port=6379
|
|
|
|
## datasource config
|
|
spring.jpa.hibernate.ddl-auto=none
|
|
spring.datasource.driverClassName=com.mysql.jdbc.Driver
|
|
# spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
|
|
spring.datasource.url=jdbc:mysql://10.251.88.216:3306/boe_base?useSSL=false&useUnicode=true&characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull
|
|
spring.datasource.username=root
|
|
spring.datasource.password=ENC(lAoFOYuc8CAypPtigTNLYg==)
|
|
|
|
# 设置logback.xml位置
|
|
logging.config=classpath:log/logback-pro.xml
|
|
|
|
#加密盐
|
|
#jasypt.encryptor.password=jasypt
|
|
jasypt.encryptor.algorithm=PBEWithMD5AndDES
|
|
jasypt.encryptor.iv-generator-classname=org.jasypt.iv.NoIvGenerator |