Commit 9fb118c8 by henry

修改服务名

1 parent f3cae2e3
Showing with 6 additions and 6 deletions
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>framework-overall</artifactId> <artifactId>framework-asset</artifactId>
<name>总体架构</name> <name>总体架构</name>
<properties> <properties>
<maven.compiler.source>8</maven.compiler.source> <maven.compiler.source>8</maven.compiler.source>
......
spring: spring:
application: application:
name: arch-overall name: framework-asset
main: main:
# 解决升级 Spring Boot 2.6后,因循环引用导致启动时报错是否允许循环引用 # 解决升级 Spring Boot 2.6后,因循环引用导致启动时报错是否允许循环引用
allow-circular-references: true allow-circular-references: true
......
spring: spring:
application: application:
name: arch-gateway name: framework-gateway
main: main:
# 解决升级 Spring Boot 2.6后,因循环引用导致启动时报错是否允许循环引用 # 解决升级 Spring Boot 2.6后,因循环引用导致启动时报错是否允许循环引用
allow-circular-references: true allow-circular-references: true
......
spring: spring:
application: application:
name: arch-manage name: framework-system-manage
main: main:
# 解决升级 Spring Boot 2.6后,因循环引用导致启动时报错是否允许循环引用 # 解决升级 Spring Boot 2.6后,因循环引用导致启动时报错是否允许循环引用
allow-circular-references: true allow-circular-references: true
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
</dependency>--> </dependency>-->
<dependency> <dependency>
<groupId>org.arch</groupId> <groupId>org.arch</groupId>
<artifactId>framework-overall</artifactId> <artifactId>framework-asset</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<modules> <modules>
<module>framework-clouds</module> <module>framework-clouds</module>
<module>framework-system</module> <module>framework-system</module>
<module>framework-overall</module> <module>framework-asset</module>
<module>framework-analysis</module> <module>framework-analysis</module>
<module>framework-system-manage</module> <module>framework-system-manage</module>
<module>framework-gateway</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!