Newspaper 2 vuotta sitten
vanhempi
commit
7d01af13dd

+ 2 - 2
huimv-admin/src/main/java/com/huimv/guowei/admin/config/InterceptorConfig.java

@@ -21,7 +21,7 @@ public class InterceptorConfig implements WebMvcConfigurer {
     @Override
     public void addInterceptors(InterceptorRegistry registry) {
         registry.addInterceptor(jwtInterceptor()).
-                excludePathPatterns("/huatongApi/admin/my/*")
-                .excludePathPatterns("/huatongApi/receive/feed");
+                excludePathPatterns("/guoweiApi/admin/my/*")
+                .excludePathPatterns("/guoweiApi/receive/feed");
     }
 }

+ 1 - 1
huimv-admin/src/main/resources/application-prod.yml

@@ -5,7 +5,7 @@ spring:
     name: huimv-guowei-admin
 
   datasource:
-    url: jdbc:mysql://192.168.1.165:3306/huimv-saas-admin?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&serverTimezone=Asia/Shanghai
+    url: jdbc:mysql://192.168.1.165:3306/huimv-guowei-center?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&serverTimezone=Asia/Shanghai
     username: root
     password: root
     driver-class-name: com.mysql.cj.jdbc.Driver