1
0
mirror of https://github.com/saysky/Hotel synced 2025-08-16 15:13:09 +08:00

first commit

This commit is contained in:
saysky
2020-04-12 10:47:26 +08:00
commit 203e985340
586 changed files with 100551 additions and 0 deletions

41
.gitignore vendored Executable file
View File

@@ -0,0 +1,41 @@
target/
logs/
out/
!.mvn/wrapper/maven-wrapper.jar
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
log/
### NetBeans ###
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/
### Mac
.DS_Store
*/.DS_Store
### VS Code ###
*.project
*.factorypath
### 屏蔽需要完整代码联系博主微信847064370
*.html
/templates
webapp/