构建模块
This commit is contained in:
21
.gitignore
vendored
21
.gitignore
vendored
@@ -31,3 +31,24 @@ build/
|
||||
|
||||
### VS Code ###
|
||||
.vscode/
|
||||
/sp4-oauth2-authorization-server/.gitattributes
|
||||
/sp4-oauth2-client/.gitattributes
|
||||
/sp4-oauth2-resource-server/.gitattributes
|
||||
/sp4-oauth2-authorization-server/.gitignore
|
||||
/sp4-oauth2-client/.gitignore
|
||||
/sp4-oauth2-resource-server/.gitignore
|
||||
/sp4-oauth2-authorization-server/src/main/resources/application.yml
|
||||
/sp4-oauth2-client/src/main/resources/application.yml
|
||||
/sp4-oauth2-resource-server/src/main/resources/application.yml
|
||||
/sp4-oauth2-authorization-server/.mvn/wrapper/maven-wrapper.properties
|
||||
/sp4-oauth2-client/.mvn/wrapper/maven-wrapper.properties
|
||||
/sp4-oauth2-resource-server/.mvn/wrapper/maven-wrapper.properties
|
||||
/sp4-oauth2-authorization-server/mvnw
|
||||
/sp4-oauth2-client/mvnw
|
||||
/sp4-oauth2-resource-server/mvnw
|
||||
/sp4-oauth2-authorization-server/mvnw.cmd
|
||||
/sp4-oauth2-client/mvnw.cmd
|
||||
/sp4-oauth2-resource-server/mvnw.cmd
|
||||
/sp4-oauth2-authorization-server/pom.xml
|
||||
/sp4-oauth2-client/pom.xml
|
||||
/sp4-oauth2-resource-server/pom.xml
|
||||
|
||||
Reference in New Issue
Block a user