Selaa lähdekoodia

添加名称通配符问题

syh 4 vuotta sitten
vanhempi
commit
312b9136cc

+ 0 - 5
jeecg-boot-module-system/src/main/resources/application-wps.yml

@@ -101,11 +101,6 @@ spring:
 #          password: hcst@2021
 #          driver-class-name: com.mysql.jdbc.Driver
         master:
-          url: jdbc:mysql://139.186.151.174:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true
-          username: hcst
-          password: hcst@2020
-          driver-class-name: com.mysql.jdbc.Driver
-        master:
           url: jdbc:mysql://139.186.165.84:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true
           username: hcst
           password: hcst@2020

+ 0 - 3
jeecg-boot-module-system/src/test/java/org/jeecg/SampleTest.java

@@ -486,9 +486,6 @@ public class SampleTest {
         }
     }
 
-    @Autowired
-    private IBytedanceVideoEtlInfoService bytedanceVideoEtlInfoService;
-
     @Test
     public void loadBytedanceVideo() {
         CtopOauthToken token = tokenService.getTokenByAccountId(1673731601820686L);