소스 검색

添加模块

wanggaokun 1 년 전
부모
커밋
47e94b4d51
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 0
      PHM-admin/phm-admin/pom.xml
  2. 0 1
      PHM-admin/phm-admin/src/main/java/com/phm/PHMApplication.java

+ 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");