70 lines
2.2 KiB
Plaintext
70 lines
2.2 KiB
Plaintext
{
|
|
"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": []
|
|
}
|
|
} |