diff --git a/servers/boe-server-all/pom.xml b/servers/boe-server-all/pom.xml
index c09d3cb5..ba7ce750 100644
--- a/servers/boe-server-all/pom.xml
+++ b/servers/boe-server-all/pom.xml
@@ -10,7 +10,7 @@
com.xboe
boe-server-all
- 1.0.0
+ 2.0.0
boe-server-all
BOE 项目所有功能启动工程,用于开发
diff --git a/servers/boe-server-all/src/main/resources/application-test.properties b/servers/boe-server-all/src/main/resources/application-test.properties
index af929ffe..d5c27fd3 100644
--- a/servers/boe-server-all/src/main/resources/application-test.properties
+++ b/servers/boe-server-all/src/main/resources/application-test.properties
@@ -1,16 +1,16 @@
## redis
spring.redis.database=2
-spring.redis.host=127.0.0.1
-spring.redis.password=ENC(zA5LNV8xw3yEx6LMwdGGBGgNsOaD3Cg+)
+spring.redis.host=10.251.160.38
+spring.redis.password=qwert!W577
spring.redis.port=6379
## datasource config
-spring.jpa.hibernate.ddl-auto=update
+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=boe_base
-spring.datasource.password=ENC(MaC28GJw2JcbH8Lil0CrqSDTYxX49FJ0rxcmHH2pX0k=)
+spring.datasource.url=jdbc:mysql://10.251.160.40:3306/boe_base?useSSL=false&useUnicode=true&characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull
+spring.datasource.username=admin
+spring.datasource.password=boeRds01
logging.level.org.hibernate.SQL=DEBUG
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
@@ -36,10 +36,10 @@ server.tomcat.max-keep-alive-requests=10000
## xboe config
xboe.api.cross_filter=true
-## 上传相磁的路径配置
-xboe.upload.file.temp_path=/www/wwwroot/file/temp
-xboe.upload.file.save_path=/www/wwwroot/file/upload
-xboe.upload.file.http_path=http://114.115.162.187/file/upload
+## 上传存储的路径配置
+xboe.upload.file.temp_path=/tmp
+xboe.upload.file.save_path=/home/www/elearning/upload
+xboe.upload.file.http_path=http://u-pre.boe.com/upload
## 外部接口调用地址 旧系统机构及用户数据接口
xboe.externalinterface.url.system=http://127.0.0.1:9091