更新配置
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
server:
|
||||
port: 5946
|
||||
|
||||
dpkj:
|
||||
# 医保配置
|
||||
chs:
|
||||
@@ -19,4 +22,9 @@ dpkj:
|
||||
# 波特率 串口连接下使用
|
||||
baud-rate:
|
||||
|
||||
# 自定义app参数
|
||||
app:
|
||||
custom:
|
||||
lexMarkServiceIp: http://127.0.0.1
|
||||
lexMarkServicePort: 12346
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
server:
|
||||
port: 5946
|
||||
|
||||
dpkj:
|
||||
# 医保配置
|
||||
chs:
|
||||
@@ -18,3 +21,9 @@ dpkj:
|
||||
port-name:
|
||||
# 波特率 串口连接下使用
|
||||
baud-rate:
|
||||
|
||||
# 自定义app参数
|
||||
app:
|
||||
custom:
|
||||
lexMarkServiceIp: http://127.0.0.1
|
||||
lexMarkServicePort: 12346
|
||||
|
||||
@@ -1,18 +1,4 @@
|
||||
spring:
|
||||
servlet:
|
||||
multipart:
|
||||
max-file-size: 10MB
|
||||
max-request-size: 10MB
|
||||
resource:
|
||||
static-locations: classpath:/static/,classpath:/public/
|
||||
application:
|
||||
name: ems-express-bridge
|
||||
profiles:
|
||||
#active: '@profile.name@'
|
||||
active: pro
|
||||
|
||||
server:
|
||||
port: 5946
|
||||
servlet:
|
||||
context-path: /api
|
||||
tomcat:
|
||||
@@ -26,11 +12,14 @@ server:
|
||||
min-response-size: 1024
|
||||
mime-types: application/javascript,application/json,application/xml,text/html,text/xml,text/plain,text/css,image/*
|
||||
|
||||
|
||||
# 自定义app参数
|
||||
app:
|
||||
custom:
|
||||
lexMarkServiceIp: http://127.0.0.1
|
||||
lexMarkServicePort: 12346
|
||||
|
||||
|
||||
spring:
|
||||
servlet:
|
||||
multipart:
|
||||
max-file-size: 10MB
|
||||
max-request-size: 10MB
|
||||
resource:
|
||||
static-locations: classpath:/static/,classpath:/public/
|
||||
application:
|
||||
name: ems-express-bridge
|
||||
profiles:
|
||||
active: pro
|
||||
|
||||
Reference in New Issue
Block a user