refactor: Remove the app name configuration from the app properties file

Removed the configuration items in the application.properties spring.application.name file of the Forgeboot-Trace-API and ForgeBoot-Trace-Impl modules. This configuration, which could lead to duplicate definitions of app names, has been removed from both modules to address possible name conflicts.
This commit is contained in:
gewuyou 2025-06-04 10:51:58 +08:00
parent cd268c4d35
commit 2753c27dca
2 changed files with 0 additions and 2 deletions

View File

@ -1 +0,0 @@
spring.application.name=api

View File

@ -1 +0,0 @@
spring.application.name=impl