aswi2020vldc-gitlab/src/main/resources/META-INF/additional-spring-configuration-metadata.json @ f30ebb74
1 |
{
|
---|---|
2 |
"properties": [ |
3 |
{ |
4 |
"name": "oracle.url", |
5 |
"type": "java.lang.String", |
6 |
"description": "Description for oracle.url." |
7 |
}, |
8 |
{ |
9 |
"name": "oracle.username", |
10 |
"type": "java.lang.String", |
11 |
"description": "Description for oracle.username." |
12 |
}, |
13 |
{ |
14 |
"name": "oracle.password", |
15 |
"type": "java.lang.String", |
16 |
"description": "Description for oracle.password." |
17 |
} |
18 |
] |
19 |
}
|