mirror of
https://gitee.com/incloudcode/yexuejc-springboot.git
synced 2025-09-28 10:53:21 +08:00
增加示例代码
This commit is contained in:
27
yexuejc-springboot-example/springboot-security-login-simple/.gitignore
vendored
Normal file
27
yexuejc-springboot-example/springboot-security-login-simple/.gitignore
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/target/
|
||||
!.mvn/wrapper/maven-wrapper.jar
|
||||
|
||||
### STS ###
|
||||
.apt_generated
|
||||
.classpath
|
||||
.factorypath
|
||||
.project
|
||||
.settings
|
||||
.springBeans
|
||||
.sts4-cache
|
||||
|
||||
### IntelliJ IDEA ###
|
||||
.idea
|
||||
*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
|
||||
### NetBeans ###
|
||||
/nbproject/private/
|
||||
/build/
|
||||
/nbbuild/
|
||||
/dist/
|
||||
/nbdist/
|
||||
/.nb-gradle/
|
||||
.mvn/wrapper/maven-wrapper.properties
|
||||
.mvn/wrapper/maven-wrapper.jar
|
Reference in New Issue
Block a user