1
2
3
4
5
6
7
8
9
10
11
12
13
| {
| "properties": [
| {
| "name": "server.session-timeout",
| "type": "java.lang.String",
| "description": "Description for server.session-timeout."
| },
| {
| "name": "spring.datasource.min-idle",
| "type": "java.lang.String",
| "description": "Description for spring.datasource.min-idle."
| }
| ] }
|
|