1
0
mirror of synced 2025-11-06 04:21:05 +08:00

justauth-spring-boot-starter 完成~

This commit is contained in:
Yangkai.Shen
2019-07-22 15:23:07 +08:00
commit 78d8dccad8
9 changed files with 581 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rarp
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# exclude idea files
.idea
*.iml
*.sh
target