mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-11 03:46:50 +08:00
提交配置
This commit is contained in:
@@ -14,7 +14,7 @@ spring.datasource.driverClassName=com.mysql.jdbc.Driver
|
|||||||
# spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
|
# spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
|
||||||
# 原数据库 old 对应的数据库
|
# 原数据库 old 对应的数据库
|
||||||
spring.datasource.db1.driverClassName=com.mysql.jdbc.Driver
|
spring.datasource.db1.driverClassName=com.mysql.jdbc.Driver
|
||||||
spring.datasource.db1.jdbc-url=jdbc:mysql://10、251、129.126:3306/boeu_old?useSSL=false&useUnicode=true&characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull
|
spring.datasource.db1.jdbc-url=jdbc:mysql://10、251、129.126:3306/elearninglms?useSSL=false&useUnicode=true&characterEncoding=UTF8&zeroDateTimeBehavior=convertToNull
|
||||||
spring.datasource.db1.username=admin
|
spring.datasource.db1.username=admin
|
||||||
spring.datasource.db1.password=boeRds01
|
spring.datasource.db1.password=boeRds01
|
||||||
|
|
||||||
@@ -32,7 +32,7 @@ logging.level.org.hibernate.SQL=ERROR
|
|||||||
# logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
|
# logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
|
||||||
|
|
||||||
## 静态文件目录,默认是在static下面,以后独立到nginx下面配置
|
## 静态文件目录,默认是在static下面,以后独立到nginx下面配置
|
||||||
spring.web.resources.static-locations=file:E:/Projects/BOE/java/static
|
#spring.web.resources.static-locations=file:E:/Projects/BOE/java/static
|
||||||
|
|
||||||
# 设置logback.xml位置
|
# 设置logback.xml位置
|
||||||
logging.config=classpath:log/logback-pro.xml
|
logging.config=classpath:log/logback-pro.xml
|
||||||
@@ -41,9 +41,9 @@ logging.config=classpath:log/logback-pro.xml
|
|||||||
xboe.api.cross_filter=true
|
xboe.api.cross_filter=true
|
||||||
|
|
||||||
## 上传相磁的路径配置
|
## 上传相磁的路径配置
|
||||||
xboe.upload.file.temp_path=E:/Projects/BOE/java/static/temp
|
xboe.upload.file.temp_path=
|
||||||
xboe.upload.file.save_path=E:/Projects/BOE/java/static/upload
|
xboe.upload.file.save_path=
|
||||||
xboe.upload.file.http_path=http://localhost:9090/cdn/upload
|
xboe.upload.file.http_path=
|
||||||
|
|
||||||
## 新系统的内部地址,可以不通过nginx调用
|
## 新系统的内部地址,可以不通过nginx调用
|
||||||
xboe.inner.data.sync.baseurl=http://localhost:9090
|
xboe.inner.data.sync.baseurl=http://localhost:9090
|
||||||
|
|||||||
Reference in New Issue
Block a user