Commit 3b0221dc authored by 顾俭's avatar 顾俭

aship/aship#5 防伪码功能-调整

parent e21515cc
...@@ -12,12 +12,12 @@ spring: ...@@ -12,12 +12,12 @@ spring:
service-url: http://192.168.12.51:1099 service-url: http://192.168.12.51:1099
name: srm-prod name: srm-prod
resources: resources:
static-locations: file:/root/IOne-SRM-Prod,classpath:/static/,classpath:/META-INF/resources/,classpath:/resources/,classpath:/public/ static-locations: file:/root/SRM/IOne-SRM-Prod,classpath:/static/,classpath:/META-INF/resources/,classpath:/resources/,classpath:/public/
http: http:
multipart: multipart:
max-file-size: 20MB max-file-size: 20MB
max-request-size: 20MB max-request-size: 20MB
location: /root/IOne-SRM-Prod/upload location: /root/SRM/IOne-SRM-Prod/upload
server: server:
port: 1099 port: 1099
......
...@@ -12,7 +12,7 @@ spring: ...@@ -12,7 +12,7 @@ spring:
service-url: http://192.168.12.51:1098 service-url: http://192.168.12.51:1098
name: srm-staging name: srm-staging
resources: resources:
static-locations: file:/root/IOne-SRM-Staging,classpath:/static/,classpath:/META-INF/resources/,classpath:/resources/,classpath:/public/ static-locations: file:/root/SRM/IOne-SRM-Staging,classpath:/static/,classpath:/META-INF/resources/,classpath:/resources/,classpath:/public/
http: http:
multipart: multipart:
max-file-size: 20MB max-file-size: 20MB
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment