Commit 9fb118c8 by henry

修改服务名

1 parent f3cae2e3
Showing with 6 additions and 6 deletions
......@@ -9,7 +9,7 @@
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>framework-overall</artifactId>
<artifactId>framework-asset</artifactId>
<name>总体架构</name>
<properties>
<maven.compiler.source>8</maven.compiler.source>
......
spring:
application:
name: arch-overall
name: framework-asset
main:
# 解决升级 Spring Boot 2.6后,因循环引用导致启动时报错是否允许循环引用
allow-circular-references: true
......
spring:
application:
name: arch-gateway
name: framework-gateway
main:
# 解决升级 Spring Boot 2.6后,因循环引用导致启动时报错是否允许循环引用
allow-circular-references: true
......
spring:
application:
name: arch-manage
name: framework-system-manage
main:
# 解决升级 Spring Boot 2.6后,因循环引用导致启动时报错是否允许循环引用
allow-circular-references: true
......
......@@ -30,7 +30,7 @@
</dependency>-->
<dependency>
<groupId>org.arch</groupId>
<artifactId>framework-overall</artifactId>
<artifactId>framework-asset</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
......
......@@ -11,7 +11,7 @@
<modules>
<module>framework-clouds</module>
<module>framework-system</module>
<module>framework-overall</module>
<module>framework-asset</module>
<module>framework-analysis</module>
<module>framework-system-manage</module>
<module>framework-gateway</module>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!