mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-24 18:23:05 +08:00
36 lines
1.2 KiB
Properties
36 lines
1.2 KiB
Properties
## datasource config
|
|
spring.jpa.show-sql = false
|
|
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://127.0.0.1:3306/boe_base?useSSL=false&useUnicode=true&characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull
|
|
spring.datasource.username=root
|
|
spring.datasource.password=ENC(lAoFOYuc8CAypPtigTNLYg==)
|
|
|
|
logging.level.org.hibernate.SQL=ERROR
|
|
# logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
|
|
|
|
|
|
## xboe config
|
|
xboe.api.cross_filter=true
|
|
|
|
## 案例同步发事件的接口
|
|
xboe.stat.base.url=https://u.boe.com/statApi
|
|
|
|
|
|
## 案例接口配置
|
|
## 案例接口配置,init 是否需要初始化
|
|
xboe.case.sync.init=false
|
|
xboe.case.sync.api.url=https://api-csb-broker.boe.com.cn:8086/test
|
|
xboe.case.sync.api.name=BoeCaseQueryService
|
|
xboe.case.sync.api.version=1.0.0
|
|
xboe.case.sync.api.method=POST
|
|
xboe.case.sync.api.ak=62f60d4cde0c4e8aa08517081649fdb7
|
|
xboe.case.sync.api.sk=Qg9sVwQI55vmU3/EQ0yPJJxU92E=
|
|
|
|
#加密盐
|
|
#jasypt.encryptor.password=jasypt
|
|
jasypt.encryptor.algorithm=PBEWithMD5AndDES
|
|
jasypt.encryptor.iv-generator-classname=org.jasypt.iv.NoIvGenerator
|
|
|