Kaynağa Gözat

工程迁移

by su 3 yıl önce
ebeveyn
işleme
43ead942aa

+ 1 - 1
pom.xml

@@ -29,7 +29,7 @@
         <dependency>
             <groupId>com.fdkankan</groupId>
             <artifactId>4dkankan-common-utils</artifactId>
-            <version>2.0.3</version>
+            <version>2.0.0</version>
         </dependency>
 
         <dependency>

+ 4 - 1
src/main/java/com/fdkankan/gateway/GatewayApplication.java

@@ -12,7 +12,10 @@ import org.springframework.context.annotation.ComponentScan;
 @EnableDiscoveryClient
 //@Controller
 @RefreshScope
-@ComponentScan(basePackages = {"com.fdkankan.redis","com.fdkankan.gateway"})
+@ComponentScan(basePackages = {
+        "com.fdkankan.redis",
+        "com.fdkankan.gateway"
+})
 public class GatewayApplication {
 
     public static void main(String[] args) {