authorization-server init

This commit is contained in:
tom
2019-05-16 10:28:14 +09:00
parent 5f6fe215cc
commit 3a7718b205
10 changed files with 370 additions and 0 deletions

30
authorization-server/.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
HELP.md
.gradle
/build/
!gradle/wrapper/gradle-wrapper.jar
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
/out/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### VS Code ###
.vscode/