38 lines
884 B
YAML
38 lines
884 B
YAML
server:
|
|
port: 24105
|
|
servlet:
|
|
context-path: /gunshiApp/tsg
|
|
compression:
|
|
# 打开 gzip 传输
|
|
enabled: true
|
|
# 设置 gzip 传输类型
|
|
mime-types: application/javascript,text/css,application/json,application/xml,text/html,text/xml,text/plain
|
|
|
|
mybatis-plus:
|
|
configuration:
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
global-config:
|
|
db-config:
|
|
update-strategy: always
|
|
|
|
spring:
|
|
servlet:
|
|
multipart:
|
|
max-file-size: 100MB
|
|
max-request-size: 100MB
|
|
gunshi:
|
|
core:
|
|
appName: project-xyt
|
|
|
|
shqxjsCloudowrCnPath: http://shqxjs.cloudowr.cn/service/
|
|
|
|
owrsvrPath: http://owrsvr.cloudowr.cn/
|
|
|
|
|
|
|
|
reloadCache: http://223.75.53.124:8002/shareddata/sys/whitelists/reloadCache
|
|
|
|
apiPath: http://223.75.53.141:8000/shzh/monitdata/datasync/getData
|
|
|
|
shqxjsWarnPath: http://223.75.53.141:8000/shzh/met/zyqxfw/api/warning/getGroupWarning
|