init: 클린 기반 auth 서버 설계

This commit is contained in:
DongHyeonka
2026-07-24 14:30:18 +09:00
parent 471db0203d
commit 8a1ac1e769
3642 changed files with 275893 additions and 1 deletions
@@ -0,0 +1,70 @@
{
"groups": [
{
"name": "app.docs",
"type": "com.project.auth.config.openapi.AppDocsProperties",
"sourceType": "com.project.auth.config.openapi.AppDocsProperties"
},
{
"name": "app.logging.access",
"type": "com.project.auth.config.web.AccessLogProperties",
"sourceType": "com.project.auth.config.web.AccessLogProperties"
},
{
"name": "app.persistence.migration",
"type": "com.project.auth.config.persistence.MigrationProperties",
"sourceType": "com.project.auth.config.persistence.MigrationProperties"
},
{
"name": "spring.security.oauth2.resourceserver.jwt",
"type": "com.project.auth.config.auth.ResourceServerJwtProperties",
"sourceType": "com.project.auth.config.auth.ResourceServerJwtProperties"
}
],
"properties": [
{
"name": "app.docs.description",
"type": "java.lang.String",
"sourceType": "com.project.auth.config.openapi.AppDocsProperties"
},
{
"name": "app.docs.title",
"type": "java.lang.String",
"sourceType": "com.project.auth.config.openapi.AppDocsProperties"
},
{
"name": "app.docs.version",
"type": "java.lang.String",
"sourceType": "com.project.auth.config.openapi.AppDocsProperties"
},
{
"name": "app.logging.access.excluded-path-prefixes",
"type": "java.util.List<java.lang.String>",
"sourceType": "com.project.auth.config.web.AccessLogProperties"
},
{
"name": "app.persistence.migration.location",
"type": "java.lang.String",
"sourceType": "com.project.auth.config.persistence.MigrationProperties"
},
{
"name": "app.persistence.migration.schema",
"type": "java.lang.String",
"sourceType": "com.project.auth.config.persistence.MigrationProperties"
},
{
"name": "spring.security.oauth2.resourceserver.jwt.issuer-uri",
"type": "java.lang.String",
"sourceType": "com.project.auth.config.auth.ResourceServerJwtProperties"
},
{
"name": "spring.security.oauth2.resourceserver.jwt.jwk-set-uri",
"type": "java.lang.String",
"sourceType": "com.project.auth.config.auth.ResourceServerJwtProperties"
}
],
"hints": [],
"ignored": {
"properties": []
}
}