瀏覽代碼

自动部署 1

wuweihao 3 年之前
父節點
當前提交
07f37e0a31
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      gis_application/src/main/resources/application-sit.properties

+ 3 - 3
gis_application/src/main/resources/application-sit.properties

@@ -48,19 +48,19 @@ spring.redis.jedis.pool.max-wait=-1ms
 
 
 #log
-logging.file.path=D:/log/${project.en}_log
+logging.file.path=/root/log/${project.en}_log
 logging.config=classpath:logback-spring.xml
 logging.level.com.gis=debug
 
 # file info
-server.file.path=D:/data/${project.en}_data
+server.file.path=/root/data/${project.en}_data
 
 
 
 #
 spring.mvc.static-path-pattern=/**
 ### \u5339\u914D\u8DEF\u5F84\uFF0C \u6CE8\u610Ffile\u540E\u9762\u7684/ \uFF0Cwindows:\\  , linxu:\u5168\u8DEF\u5F84, \u4E0D\u9700\u8981\u7279\u522B\u52A0\u659C\u6760
-spring.resources.static-locations=file:\\${server.file.path}
+spring.resources.static-locations=file:${server.file.path}
 
 # swagger2 \u8BBE\u7F6E\u5168\u5C40\u5B57\u4F53\u683C\u5F0F\u4E3Autf-8
 swagger.package=com.gis