修改版本号配置文件

This commit is contained in:
daihh
2022-10-15 14:12:01 +08:00
parent fd871824b7
commit d521629839
2 changed files with 11 additions and 11 deletions

View File

@@ -10,7 +10,7 @@
</parent> </parent>
<groupId>com.xboe</groupId> <groupId>com.xboe</groupId>
<artifactId>boe-server-all</artifactId> <artifactId>boe-server-all</artifactId>
<version>1.0.0</version> <version>2.0.0</version>
<name>boe-server-all</name> <name>boe-server-all</name>
<description>BOE 项目所有功能启动工程,用于开发</description> <description>BOE 项目所有功能启动工程,用于开发</description>
<properties> <properties>

View File

@@ -1,16 +1,16 @@
## redis ## redis
spring.redis.database=2 spring.redis.database=2
spring.redis.host=127.0.0.1 spring.redis.host=10.251.160.38
spring.redis.password=ENC(zA5LNV8xw3yEx6LMwdGGBGgNsOaD3Cg+) spring.redis.password=qwert!W577
spring.redis.port=6379 spring.redis.port=6379
## datasource config ## 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.jdbc.Driver
# spring.datasource.driverClassName=com.mysql.cj.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.url=jdbc:mysql://10.251.160.40:3306/boe_base?useSSL=false&useUnicode=true&characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull
spring.datasource.username=boe_base spring.datasource.username=admin
spring.datasource.password=ENC(MaC28GJw2JcbH8Lil0CrqSDTYxX49FJ0rxcmHH2pX0k=) spring.datasource.password=boeRds01
logging.level.org.hibernate.SQL=DEBUG logging.level.org.hibernate.SQL=DEBUG
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
@@ -36,10 +36,10 @@ server.tomcat.max-keep-alive-requests=10000
## xboe config ## xboe config
xboe.api.cross_filter=true xboe.api.cross_filter=true
## 上传相磁的路径配置 ## 上传存储的路径配置
xboe.upload.file.temp_path=/www/wwwroot/file/temp xboe.upload.file.temp_path=/tmp
xboe.upload.file.save_path=/www/wwwroot/file/upload xboe.upload.file.save_path=/home/www/elearning/upload
xboe.upload.file.http_path=http://114.115.162.187/file/upload xboe.upload.file.http_path=http://u-pre.boe.com/upload
## 外部接口调用地址 旧系统机构及用户数据接口 ## 外部接口调用地址 旧系统机构及用户数据接口
xboe.externalinterface.url.system=http://127.0.0.1:9091 xboe.externalinterface.url.system=http://127.0.0.1:9091