后端微服务配置上线
This commit is contained in:
@@ -126,6 +126,18 @@
|
||||
</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
<!--
|
||||
解决项目打包后运行如下报错
|
||||
no main manifest attribute, in /xxxx/xxxx-0.0.1-SNAPSHOT.jar
|
||||
refer: https://www.baeldung.com/spring-boot-fix-the-no-main-manifest-attribute
|
||||
-->
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
Reference in New Issue
Block a user