xiewj 6 月之前
父節點
當前提交
b277d3e426
共有 2 個文件被更改,包括 15 次插入13 次删除
  1. 14 12
      720yun_fd_consumer/gis_consumer/src/main/resources/application-loc-site.yml
  2. 1 1
      720yun_fd_consumer/pom.xml

+ 14 - 12
720yun_fd_consumer/gis_consumer/src/main/resources/application-loc-site.yml

@@ -7,15 +7,17 @@ logging:
         com:
             gis: info
     path: E:/javaProject/${project.name}_log
-oss:
-    bucket: oss-xiaoan
-    domain: https://ossxiaoan.4dage.com/
-    file:
-        path: 720yun_fd_manage/
-    key: LTAI5tJwboCj3r4vUNkSmbyX
-    point: http://oss-cn-shenzhen-internal.aliyuncs.com
-    secrecy: meDy7VYAWbg8kZCKsoUZcIYQxigWOy
-    type: oss
+filestorage:
+    active: oss
+    oss:
+        endpoint: http://oss-cn-shenzhen.aliyuncs.com
+        internal-endpoint: http://oss-cn-shenzhen.aliyuncs.com
+        access-key: LTAI5tJwboCj3r4vUNkSmbyX
+        access-key-secret: meDy7VYAWbg8kZCKsoUZcIYQxigWOy
+        bucket: oss-xiaoan
+        bucket-custom-domain:
+            qjkankan: https://ossxiaoan.4dage.com/
+        full-path: true
 server:
     file:
         path: i:\test\ngin\${project.name}_data\
@@ -73,7 +75,7 @@ queue:
     pano-paystatus-scene-queue: pano-paystatus-scene-queue
     scene-queue-work: queue-pano-scene-work
 
-
-
 domain:
-    4dkk: https://test.4dkankan.com
+    4dkk: https://test.4dkankan.com
+config:
+    bashPath: ${project.name}/

+ 1 - 1
720yun_fd_consumer/pom.xml

@@ -36,7 +36,7 @@
         <shiro.version>1.3.2</shiro.version>
         <jwt.version>3.2.0</jwt.version>
         <jjwt.version>0.6.0</jjwt.version>
-        <pagehelper.version>1.2.5</pagehelper.version>
+        <pagehelper.version>1.4.6</pagehelper.version>
         <knife4j.version>3.0.3</knife4j.version>
         <junit.version>4.12</junit.version>
         <qrext4j.version>1.3.1</qrext4j.version>