丁云鹏 1 년 전
부모
커밋
4214bce1a0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      long-article-recommend-service/pom.xml

+ 1 - 1
long-article-recommend-service/pom.xml

@@ -112,7 +112,7 @@
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
                 <configuration>
-                    <mainClass>com.tzld.long.article.recommend.server.Application</mainClass>
+                    <mainClass>com.tzld.longarticle.recommend.server.Application</mainClass>
                     <layout>ZIP</layout>
                 </configuration>
                 <executions>