构建模块

This commit is contained in:
bamanker
2026-01-14 18:23:12 +08:00
parent 35aa09c4bb
commit fff72f5e71

21
.gitignore vendored
View File

@@ -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