|
@@ -56,6 +56,13 @@ file.path=/root/user/cms_bin_scene_data/
|
|
|
#server.domain =http://47.107.252.54:8105/
|
|
|
server.domain =http://www.4dmodel.com/
|
|
|
|
|
|
+#静态资源目录
|
|
|
+server.file.path=/root/data/big_scene_data
|
|
|
+
|
|
|
+spring.mvc.static-path-pattern=/**
|
|
|
+### 匹配路径, 注意file后面的/ ,windows:\\ , linxu:全路径, 不需要特别加斜杠
|
|
|
+spring.resources.static-locations=file:${server.file.path}
|
|
|
+
|
|
|
# 七牛 oss info
|
|
|
oss.file.path=data/
|
|
|
oss.domain=https://super.4dage.com/
|