移植为SpringBoot项目

This commit is contained in:
2020-01-10 17:59:09 +08:00
parent e2d5c10be1
commit 82278f1967
239 changed files with 640 additions and 910 deletions

35
.gitignore vendored
View File

@@ -1,6 +1,31 @@
logs/
HELP.md
target/
.settings/
src/main/webapp/plugin/
src/main/webapp/mods/
jianr_v2.sql
!.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
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
### VS Code ###
.vscode/