chore: 编排所有微服务

This commit is contained in:
xiongxiaoyang
2023-04-02 09:21:24 +08:00
parent f6d4da675e
commit 00a292ef1c
15 changed files with 211 additions and 5 deletions

View File

@ -33,4 +33,21 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</project>