From cd268c4d353b18f1526d661fa8e354c46b32e6d8 Mon Sep 17 00:00:00 2001 From: gewuyou Date: Wed, 4 Jun 2025 10:51:35 +0800 Subject: [PATCH] build:Remove the application.properties file for the internationalization module - Removed the application.properties files in the ForgeBoot-i18N-API and ForgeBoot-i18N-IMPL modules - These files only contain spring.application.name attributes and may not need to be configured separately --- .../forgeboot-i18n-api/src/main/resources/application.properties | 1 - .../src/main/resources/application.properties | 1 - 2 files changed, 2 deletions(-) delete mode 100644 forgeboot-i18n/forgeboot-i18n-api/src/main/resources/application.properties delete mode 100644 forgeboot-i18n/forgeboot-i18n-impl/src/main/resources/application.properties diff --git a/forgeboot-i18n/forgeboot-i18n-api/src/main/resources/application.properties b/forgeboot-i18n/forgeboot-i18n-api/src/main/resources/application.properties deleted file mode 100644 index 36e4db5..0000000 --- a/forgeboot-i18n/forgeboot-i18n-api/src/main/resources/application.properties +++ /dev/null @@ -1 +0,0 @@ -spring.application.name=forgeboot-i18n-api diff --git a/forgeboot-i18n/forgeboot-i18n-impl/src/main/resources/application.properties b/forgeboot-i18n/forgeboot-i18n-impl/src/main/resources/application.properties deleted file mode 100644 index 5d4c426..0000000 --- a/forgeboot-i18n/forgeboot-i18n-impl/src/main/resources/application.properties +++ /dev/null @@ -1 +0,0 @@ -spring.application.name=forgeboot-i18n-impl-starter