You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
3 years ago
|
{
|
||
|
"groups": [
|
||
|
{
|
||
|
"name": "cors",
|
||
|
"type": "com.glxp.udidl.admin.config.CorsConfig",
|
||
|
"sourceType": "com.glxp.udidl.admin.config.CorsConfig"
|
||
|
},
|
||
|
{
|
||
|
"name": "public-file",
|
||
|
"type": "com.glxp.udidl.admin.config.PublicFileUrlConfig",
|
||
|
"sourceType": "com.glxp.udidl.admin.config.PublicFileUrlConfig"
|
||
|
},
|
||
|
{
|
||
|
"name": "spring.datasource",
|
||
|
"type": "javax.sql.DataSource",
|
||
|
"sourceType": "com.glxp.udidl.admin.config.MasterDataSourceConfig",
|
||
|
"sourceMethod": "masterDataSource()"
|
||
|
}
|
||
|
],
|
||
|
"properties": [
|
||
|
{
|
||
|
"name": "cors.allowed-headers",
|
||
|
"type": "java.lang.String",
|
||
|
"sourceType": "com.glxp.udidl.admin.config.CorsConfig"
|
||
|
},
|
||
|
{
|
||
|
"name": "cors.allowed-methods",
|
||
|
"type": "java.lang.String",
|
||
|
"sourceType": "com.glxp.udidl.admin.config.CorsConfig"
|
||
|
},
|
||
|
{
|
||
|
"name": "cors.allowed-origins",
|
||
|
"type": "java.lang.String",
|
||
|
"sourceType": "com.glxp.udidl.admin.config.CorsConfig"
|
||
|
}
|
||
|
],
|
||
|
"hints": []
|
||
|
}
|