mirror of
https://github.com/201206030/novel-cloud.git
synced 2025-09-14 05:02:42 +00:00
chore: 编排所有微服务
This commit is contained in:
@@ -25,10 +25,19 @@
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<finalName>novel-resource-service-${project.version}</finalName>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user