init: 클린 기반 auth 서버 설계
This commit is contained in:
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
+70
@@ -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": []
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Reference in New Issue
Block a user