|
@@ -14,7 +14,7 @@ spring.datasource.test-on-borrow=true
|
|
|
#spring.redis.host=192.168.199.102
|
|
|
#spring.redis.port=32768
|
|
|
|
|
|
-server.port=9000
|
|
|
+server.port=8080
|
|
|
server.compression.enabled=true
|
|
|
server.compression.mime-types: application/json,application/xml,text/html,text/xml,text/plain,text/css,application/javascript
|
|
|
|
|
@@ -33,22 +33,22 @@ app.config.deviation=2
|
|
|
app.admin.loginName=admin-cy
|
|
|
app.admin.password=123456
|
|
|
|
|
|
-sys.config.imageDir=/data/stmms-ms/images
|
|
|
-sys.config.thumbDir=/data/stmms-ms/thumbs
|
|
|
+sys.config.imageDir=/home/xuhuaq/stmms-ms/images
|
|
|
+sys.config.thumbDir=/home/xuhuaq/stmms-ms/thumbs
|
|
|
#sys.config.imageDir=.\\static\\images
|
|
|
#sys.config.thumbDir=.\\static\\thumbs
|
|
|
sys.config.compression.percent=60
|
|
|
#sys.config.imageServer.port=3000
|
|
|
-sys.config.imageServer.port=9000
|
|
|
-sys.config.imageServer.ip=120.24.61.52
|
|
|
+sys.config.imageServer.port=8080
|
|
|
+sys.config.imageServer.ip=118.122.113.10
|
|
|
|
|
|
|
|
|
-#袁攀配置
|
|
|
-web.upload-path=/data/stmms-ms/
|
|
|
+#前端目录
|
|
|
+web.upload-path=/home/xuhuaq/stmms-ms/
|
|
|
spring.mvc.static-path-pattern=/**
|
|
|
spring.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${web.upload-path}
|
|
|
|
|
|
|
|
|
-app.snapshot.fdsql=/data/stmms-ms/stmms-ms-2-fendang.sql
|
|
|
-app.snapshot.dfsql=/data/stmms-ms/stmms-ms-2-dafen.sql
|
|
|
-app.snapshot.fpsql=/data/stmms-ms/stmms-ms-2-fuping.sql
|
|
|
+app.snapshot.fdsql=/home/xuhuaq/stmms-ms/stmms-ms-2-fendang.sql
|
|
|
+app.snapshot.dfsql=/home/xuhuaq/stmms-ms/stmms-ms-2-dafen.sql
|
|
|
+app.snapshot.fpsql=/home/xuhuaq/stmms-ms/stmms-ms-2-fuping.sql
|