mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-09 10:56:50 +08:00
all和basic的生产配置
This commit is contained in:
@@ -16,7 +16,7 @@ logging.level.org.hibernate.SQL=ERROR
|
||||
#logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
|
||||
|
||||
# 设置logback.xml位置
|
||||
logging.config=classpath:log/logback-pro.xml
|
||||
logging.config=classpath:log/logback-dev.xml
|
||||
|
||||
## 静态文件目录,默认是在static下面,以后独立到nginx下面配置
|
||||
spring.web.resources.static-locations=file:E:/Projects/BOE/java/static
|
||||
@@ -29,9 +29,6 @@ xboe.upload.file.temp_path=/tmp
|
||||
xboe.upload.file.save_path=/home/www/elearning/upload
|
||||
xboe.upload.file.http_path=https://u.boe.com/upload
|
||||
|
||||
## 外部接口调用地址 旧系统机构及用户数据接口
|
||||
xboe.externalinterface.url.system=http://127.0.0.1:9091
|
||||
|
||||
## 新增加的教师的内部调用接口
|
||||
xboe.old.base.url=https://u.boe.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user