From 78bac93764e15863e5b153f5dba5eed02d30f29c Mon Sep 17 00:00:00 2001 From: hippy Date: Sun, 16 Nov 2025 16:39:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=96=87=E4=BB=B6=E5=A4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.gitignore | 3 --- .idea/compiler.xml | 22 ------------------- .idea/encodings.xml | 6 ----- .idea/jarRepositories.xml | 20 ----------------- .idea/misc.xml | 11 +--------- .idea/vcs.xml | 1 - .gitattributes => Backend/.gitattributes | 0 .gitignore => Backend/.gitignore | 0 .../.mvn}/wrapper/maven-wrapper.properties | 0 mvnw => Backend/mvnw | 0 mvnw.cmd => Backend/mvnw.cmd | 0 pom.xml => Backend/pom.xml | 0 .../com/familybank/FamilyBankApplication.java | 0 .../controller/StudyController.java | 0 .../src}/main/resources/application.yml | 0 .../FamilyBankApplicationTests.java | 0 HELP.md | 16 -------------- 17 files changed, 1 insertion(+), 78 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/jarRepositories.xml rename .gitattributes => Backend/.gitattributes (100%) rename .gitignore => Backend/.gitignore (100%) rename {.mvn => Backend/.mvn}/wrapper/maven-wrapper.properties (100%) rename mvnw => Backend/mvnw (100%) rename mvnw.cmd => Backend/mvnw.cmd (100%) rename pom.xml => Backend/pom.xml (100%) rename {src => Backend/src}/main/java/com/familybank/FamilyBankApplication.java (100%) rename {src => Backend/src}/main/java/com/familybank/controller/StudyController.java (100%) rename {src => Backend/src}/main/resources/application.yml (100%) rename {src => Backend/src}/test/java/com/familybank/FamilyBankApplicationTests.java (100%) delete mode 100644 HELP.md diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 359bb53..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# 默认忽略的文件 -/shelf/ -/workspace.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 923df1f..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index f08b2f5..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml deleted file mode 100644 index 712ab9d..0000000 --- a/.idea/jarRepositories.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index e86ff12..639900d 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,15 +1,6 @@ - - - - - + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 44c0c25..35eb1dd 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,6 +2,5 @@ - \ No newline at end of file diff --git a/.gitattributes b/Backend/.gitattributes similarity index 100% rename from .gitattributes rename to Backend/.gitattributes diff --git a/.gitignore b/Backend/.gitignore similarity index 100% rename from .gitignore rename to Backend/.gitignore diff --git a/.mvn/wrapper/maven-wrapper.properties b/Backend/.mvn/wrapper/maven-wrapper.properties similarity index 100% rename from .mvn/wrapper/maven-wrapper.properties rename to Backend/.mvn/wrapper/maven-wrapper.properties diff --git a/mvnw b/Backend/mvnw similarity index 100% rename from mvnw rename to Backend/mvnw diff --git a/mvnw.cmd b/Backend/mvnw.cmd similarity index 100% rename from mvnw.cmd rename to Backend/mvnw.cmd diff --git a/pom.xml b/Backend/pom.xml similarity index 100% rename from pom.xml rename to Backend/pom.xml diff --git a/src/main/java/com/familybank/FamilyBankApplication.java b/Backend/src/main/java/com/familybank/FamilyBankApplication.java similarity index 100% rename from src/main/java/com/familybank/FamilyBankApplication.java rename to Backend/src/main/java/com/familybank/FamilyBankApplication.java diff --git a/src/main/java/com/familybank/controller/StudyController.java b/Backend/src/main/java/com/familybank/controller/StudyController.java similarity index 100% rename from src/main/java/com/familybank/controller/StudyController.java rename to Backend/src/main/java/com/familybank/controller/StudyController.java diff --git a/src/main/resources/application.yml b/Backend/src/main/resources/application.yml similarity index 100% rename from src/main/resources/application.yml rename to Backend/src/main/resources/application.yml diff --git a/src/test/java/com/familybank/FamilyBankApplicationTests.java b/Backend/src/test/java/com/familybank/FamilyBankApplicationTests.java similarity index 100% rename from src/test/java/com/familybank/FamilyBankApplicationTests.java rename to Backend/src/test/java/com/familybank/FamilyBankApplicationTests.java diff --git a/HELP.md b/HELP.md deleted file mode 100644 index 63761d7..0000000 --- a/HELP.md +++ /dev/null @@ -1,16 +0,0 @@ -# Getting Started - -### Reference Documentation -For further reference, please consider the following sections: - -* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html) -* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/3.5.7/maven-plugin) -* [Create an OCI image](https://docs.spring.io/spring-boot/3.5.7/maven-plugin/build-image.html) - -### Maven Parent overrides - -Due to Maven's design, elements are inherited from the parent POM to the project POM. -While most of the inheritance is fine, it also inherits unwanted elements like `` and `` from the parent. -To prevent this, the project POM contains empty overrides for these elements. -If you manually switch to a different parent and actually want the inheritance, you need to remove those overrides. -