|
@@ -7,14 +7,14 @@ server:
|
|
|
include-stacktrace: ALWAYS
|
|
|
include-message: ALWAYS
|
|
|
servlet:
|
|
|
- context-path:
|
|
|
+ context-path: /burapi
|
|
|
# context-path: /jeecg-boot
|
|
|
compression:
|
|
|
enabled: true
|
|
|
min-response-size: 1024
|
|
|
mime-types: application/javascript,application/json,application/xml,text/html,text/xml,text/plain,text/css,image/*
|
|
|
system:
|
|
|
- host: http://www.bruboses.com
|
|
|
+ host: http://www.bruboses.com/burapi
|
|
|
|
|
|
management:
|
|
|
endpoints:
|
|
@@ -150,7 +150,7 @@ spring:
|
|
|
#redis 配置
|
|
|
redis:
|
|
|
database: 0
|
|
|
- host: 120.26.90.253
|
|
|
+ host: 127.0.0.1
|
|
|
lettuce:
|
|
|
pool:
|
|
|
max-active: 8 #最大连接数据库连接数,设 -1 为没有限制
|