From 1bb8c40a701c14fa6f794f57fea9f1bc963524e0 Mon Sep 17 00:00:00 2001 From: gewuyou Date: Wed, 4 Jun 2025 10:51:20 +0800 Subject: [PATCH] chore: Remove the application.properties file from the forgeboot-banner-impl module - Removed the application.properties file in the src/main/resources directory of the forgeboot-banner-impl module - The file contains only the spring.application.name attribute and may have little impact on the overall functionality --- .../src/main/resources/application.properties | 1 - 1 file changed, 1 deletion(-) delete mode 100644 forgeboot-banner/forgeboot-banner-impl/src/main/resources/application.properties diff --git a/forgeboot-banner/forgeboot-banner-impl/src/main/resources/application.properties b/forgeboot-banner/forgeboot-banner-impl/src/main/resources/application.properties deleted file mode 100644 index e72a424..0000000 --- a/forgeboot-banner/forgeboot-banner-impl/src/main/resources/application.properties +++ /dev/null @@ -1 +0,0 @@ -spring.application.name=forgeboot-banner-impl