Bladeren bron

修改oss域名

wuweihao 2 jaren geleden
bovenliggende
commit
74e71ad7b4

+ 1 - 1
720yun_fd_consumer/src/main/resources/application-dev.properties

@@ -60,7 +60,7 @@ oss.secrecy=JLOVl0k8Ke0aaM8nLMMiUAZ3EiiqI4
 oss.bucket=oss-xiaoan
 oss.type=oss
 oss.file.path=720yun_fd_manage/
-oss.domain=https://oss-xiaoan.oss-cn-shenzhen.aliyuncs.com/
+oss.domain=https://ossxiaoan.4dage.com/
 
 
 #log

+ 1 - 1
720yun_fd_consumer/src/main/resources/application-sit.properties

@@ -60,7 +60,7 @@ oss.secrecy=JLOVl0k8Ke0aaM8nLMMiUAZ3EiiqI4
 oss.bucket=oss-xiaoan
 oss.type=oss
 oss.file.path=720yun_fd_manage/
-oss.domain=https://oss-xiaoan.oss-cn-shenzhen.aliyuncs.com/
+oss.domain=https://ossxiaoan.4dage.com/
 
 
 #log

+ 1 - 1
720yun_fd_manage/gis_application/src/main/resources/application-dev.properties

@@ -69,7 +69,7 @@ oss.secrecy=JLOVl0k8Ke0aaM8nLMMiUAZ3EiiqI4
 oss.bucket=oss-xiaoan
 oss.type=oss
 oss.file.path=${project.name}/
-oss.domain=https://oss-xiaoan.oss-cn-shenzhen.aliyuncs.com/
+oss.domain=https://ossxiaoan.4dage.com/
 
 
 # swagger2 \u8BBE\u7F6E\u5168\u5C40\u5B57\u4F53\u683C\u5F0F\u4E3Autf-8

+ 1 - 1
720yun_fd_manage/gis_application/src/main/resources/application-locSit.properties

@@ -96,7 +96,7 @@ oss.secrecy=JLOVl0k8Ke0aaM8nLMMiUAZ3EiiqI4
 oss.bucket=oss-xiaoan
 oss.type=oss
 oss.file.path=${project.name}/
-oss.domain=https://oss-xiaoan.oss-cn-shenzhen.aliyuncs.com/
+oss.domain=https://ossxiaoan.4dage.com/
 
 
 # swagger2 \u8BBE\u7F6E\u5168\u5C40\u5B57\u4F53\u683C\u5F0F\u4E3Autf-8

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

@@ -34,10 +34,16 @@ spring.datasource.druid.stat-view-servlet.enabled=true
 
 
 # Redis\u6570\u636E\u5E93\u7D22\u5F15\uFF08\u9ED8\u8BA4\u4E3A0\uFF09
-spring.redis.database=0
+# sit-4dkankan
 spring.redis.host=127.0.0.1
-spring.redis.port=6379
 spring.redis.password=
+
+# v4-uat
+#spring.redis.host=127.0.0.1
+#spring.redis.password=
+
+spring.redis.port=6379
+spring.redis.database=0
 # \u8FDE\u63A5\u8D85\u65F6\u65F6\u95F4 \u5355\u4F4D ms\uFF08\u6BEB\u79D2\uFF09
 spring.redis.timeout=3000ms
 # \u8FDE\u63A5\u6C60\u4E2D\u7684\u6700\u5927\u7A7A\u95F2\u8FDE\u63A5\uFF0C\u9ED8\u8BA4\u503C\u4E5F\u662F8\u3002
@@ -77,7 +83,7 @@ oss.secrecy=JLOVl0k8Ke0aaM8nLMMiUAZ3EiiqI4
 oss.bucket=oss-xiaoan
 oss.type=oss
 oss.file.path=${project.name}/
-oss.domain=https://oss-xiaoan.oss-cn-shenzhen.aliyuncs.com/
+oss.domain=https://ossxiaoan.4dage.com/
 
 
 # swagger2 \u8BBE\u7F6E\u5168\u5C40\u5B57\u4F53\u683C\u5F0F\u4E3Autf-8
@@ -98,6 +104,7 @@ server.file.path=/mnt/${project.name}_data/
 server.domain=
 
 domain.4dkk=https://test.4dkankan.com
+#domain.4dkk=https://v4-uat.4dkankan.com
 
 # \u6307\u5B9Atomcat\u6587\u4EF6\u4E0A\u4F20\u7684\u4E34\u65F6\u76EE\u5F55,\u4E0A\u4F20\u5B8C\u4F1A\u628A\u6587\u4EF6\u5220\u9664\uFF0C\u4F46\u8FD9\u4E2A\u65B9\u6CD5\u4E0D\u4F1A\u4E3B\u52A8\u521B\u5EFA\u76EE\u5F55, \u9ED8\u8BA4\u5728/tmp/tomcat.XXX, \u8FD9\u4E2A\u76EE\u5F55\u4F1A\u5728\u6E05\u695Atmp\u6587\u4EF6\u65F6\u5220\u9664\uFF0C\u5BFC\u81F4\u51FA\u9519
 spring.servlet.multipart.location=/mnt

+ 1 - 0
720yun_fd_manage/remark-m.md

@@ -85,6 +85,7 @@
          5. 上传素材前, 先校验用户空间
          6. 注意四维看看接口需要过滤激光点云、obj数据
          7. 提供四维看看管理后台获取作品数据,请求接口需要appId, 不需要token
+         8. redis token 兼容v4 token问题