wanggaokun hai 1 ano
pai
achega
47e94b4d51

+ 5 - 0
PHM-admin/phm-admin/pom.xml

@@ -61,6 +61,11 @@
             <artifactId>phm-generator</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>com.phm</groupId>
+            <artifactId>phm-manage</artifactId>
+        </dependency>
+
     </dependencies>
 
     <build>

+ 0 - 1
PHM-admin/phm-admin/src/main/java/com/phm/PHMApplication.java

@@ -11,7 +11,6 @@ import org.springframework.context.annotation.ComponentScan;
  * @author phm
  */
 @SpringBootApplication(exclude = {DataSourceAutoConfiguration.class})
-@ComponentScan({ "com.phm.*", "com.test.*" })
 public class PHMApplication {
     public static void main(String[] args) {
         // System.setProperty("spring.devtools.restart.enabled", "false");