|
@@ -1,8 +1,8 @@
|
|
|
db.host=localhost
|
|
|
db.port=3306
|
|
|
-db.dbName=msyj-local-v3.1.0
|
|
|
+db.dbName=mslk-zxh
|
|
|
db.userName=root
|
|
|
-db.password=root
|
|
|
+db.password=12345678
|
|
|
|
|
|
spring.datasource.url=jdbc:mysql://${db.host}:${db.port}/${db.dbName}?useUnicode=true&characterEncoding=UTF-8
|
|
|
spring.datasource.username=${db.userName}
|
|
@@ -48,11 +48,11 @@ app.admin.password=123456
|
|
|
#server.tomcat.basedir=\\data\\msyj\\temp
|
|
|
|
|
|
#??????
|
|
|
-sys.config.localhostPath=upload
|
|
|
-sys.config.imageDir=upload\\images
|
|
|
-sys.config.thumbDir=upload\\thumbs
|
|
|
-sys.config.sheetDir=upload\\sheet
|
|
|
-sys.config.watermark=upload\\watermark
|
|
|
+sys.config.localhostPath=/upload
|
|
|
+sys.config.imageDir=upload/images
|
|
|
+sys.config.thumbDir=upload/thumbs
|
|
|
+sys.config.sheetDir=upload/sheet
|
|
|
+sys.config.watermark=upload/watermark
|
|
|
#????????
|
|
|
sys.open.imageEnc=false
|
|
|
#???????????
|
|
@@ -65,7 +65,7 @@ sys.config.imageServer.aliyunOss=false
|
|
|
sys.config.imageServer.dir=ms-test
|
|
|
|
|
|
#??????
|
|
|
-web.upload-path=D:\\company\\qmth\\bat-pro\\msyj\\local\\msyj-local-v3.1.0-nginx\\dist\\
|
|
|
+web.upload-path=/Users/xiaofei/qmth/static-web/mslk/web/
|
|
|
spring.mvc.static-path-pattern=/**
|
|
|
spring.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${sys.config.localhostPath},file:${web.upload-path}
|
|
|
|