解决冲突,合并远程main

This commit is contained in:
2026-06-03 12:54:28 +08:00
2 changed files with 31 additions and 0 deletions

29
.gitignore vendored
View File

@@ -1,3 +1,4 @@
<<<<<<< HEAD
HELP.md HELP.md
target/ target/
.mvn/wrapper/maven-wrapper.jar .mvn/wrapper/maven-wrapper.jar
@@ -31,3 +32,31 @@ build/
### VS Code ### ### VS Code ###
.vscode/ .vscode/
=======
# ---> Java
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*
>>>>>>> 3012a74fb7c44026907ee929a5832e4986ec7a46

2
README.md Normal file
View File

@@ -0,0 +1,2 @@
# my-springboot-project