修改 management-web-app 的打包~
This commit is contained in:
parent
709b85e453
commit
54325da259
|
@ -102,4 +102,16 @@
|
|||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<!-- 设置构建的 jar 包名 -->
|
||||
<finalName>${project.artifactId}</finalName>
|
||||
<!-- 使用 spring-boot-maven-plugin 插件打包 -->
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -25,6 +25,7 @@ dubbo:
|
|||
consumer:
|
||||
timeout: 10000
|
||||
validation: true # 开启 Consumer 参数校验
|
||||
check: false # 本地启动,不进行校验,不一定会使用到未启动的服务,嘿嘿~
|
||||
UserSmsCodeRpc:
|
||||
version: 1.0.0
|
||||
UserRpc:
|
||||
|
|
Loading…
Reference in New Issue