提交推送任务

This commit is contained in:
Guava
2023-06-26 10:58:53 +08:00
parent e5d85e9c75
commit c146a89ae0
2 changed files with 83 additions and 8 deletions

View File

@@ -3,7 +3,6 @@ spring.redis.database=2
spring.redis.host=124.70.92.162
spring.redis.password=qwert!W577
spring.redis.port=6379
## datasource config
spring.datasource.driverClassName=com.mysql.jdbc.Driver
# spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
@@ -11,27 +10,21 @@ spring.datasource.url=jdbc:mysql://124.70.92.162:3306/boe_base?useSSL=false&useU
spring.datasource.username=boe_base
spring.datasource.password=k3DbtrcCkKAcFYzd
spring.jpa.hibernate.ddl-auto=none
# logging.level.org.hibernate.SQL=DEBUG
# logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
# 设置logback.xml位置
logging.config=classpath:log/logback-dev.xml
## 静态文件目录默认是在static下面以后独立到nginx下面配置
spring.web.resources.static-locations=file:E:/Projects/BOE/java/static
## xboe config
xboe.api.cross_filter=true
## 上传相磁的路径配置
xboe.upload.file.temp_path=E:/Projects/BOE/java/static/temp
xboe.upload.file.save_path=E:/Projects/BOE/java/static/upload
xboe.upload.file.http_path=http://localhost:9090/cdn/upload
## 外部接口调用地址 旧系统机构及用户数据接口
xboe.externalinterface.url.system=http://localhost:9091
xboe.stat.base.url=http://127.0.0.1:9080
#加密盐
#jasypt.encryptor.password=jasypt
jasypt.encryptor.algorithm=PBEWithMD5AndDES