This commit is contained in:
zhuoda
2022-10-28 21:48:30 +08:00
parent 97f65a9d6e
commit 3dcbff1cc0
31 changed files with 2267 additions and 119 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**
!**/src/test/**
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### front ###
**/dist
**/node_modules
**/.vscode