|
11 | 11 | "name": "hsweb.dynamic-datasource.name",
|
12 | 12 | "type": "java.lang.String",
|
13 | 13 | "sourceType": "org.hsweb.web.datasource.dynamic.DynamicDataSourceProperties"
|
| 14 | + }, |
| 15 | + { |
| 16 | + "name": "hsweb.dynamic-datasource.type", |
| 17 | + "type": "org.hsweb.web.core.datasource.DatabaseType", |
| 18 | + "sourceType": "org.hsweb.web.datasource.dynamic.DynamicDataSourceProperties" |
| 19 | + }, |
| 20 | + { |
| 21 | + "name": "hsweb.dynamic-datasource.datasource-name", |
| 22 | + "type": "java.lang.String", |
| 23 | + "sourceType": "org.hsweb.web.datasource.dynamic.DynamicDataSourceProperties" |
| 24 | + }, |
| 25 | + { |
| 26 | + "name": "hsweb.dynamic-datasource.username", |
| 27 | + "type": "java.lang.String", |
| 28 | + "sourceType": "org.hsweb.web.datasource.dynamic.DynamicDataSourceProperties" |
| 29 | + }, |
| 30 | + { |
| 31 | + "name": "hsweb.dynamic-datasource.password", |
| 32 | + "type": "java.lang.String", |
| 33 | + "sourceType": "org.hsweb.web.datasource.dynamic.DynamicDataSourceProperties" |
| 34 | + }, |
| 35 | + { |
| 36 | + "name": "hsweb.dynamic-datasource.url", |
| 37 | + "type": "java.lang.String", |
| 38 | + "sourceType": "org.hsweb.web.datasource.dynamic.DynamicDataSourceProperties" |
| 39 | + }, |
| 40 | + { |
| 41 | + "name": "hsweb.dynamic-datasource.testQuery", |
| 42 | + "type": "java.lang.String", |
| 43 | + "sourceType": "org.hsweb.web.datasource.dynamic.DynamicDataSourceProperties" |
| 44 | + }, |
| 45 | + { |
| 46 | + "name": "hsweb.dynamic-datasource.login-timeout", |
| 47 | + "type": "java.lang.Integer", |
| 48 | + "sourceType": "org.hsweb.web.datasource.dynamic.DynamicDataSourceProperties" |
| 49 | + }, |
| 50 | + { |
| 51 | + "name": "hsweb.dynamic-datasource.max-life-time", |
| 52 | + "type": "java.lang.Integer", |
| 53 | + "sourceType": "org.hsweb.web.datasource.dynamic.DynamicDataSourceProperties" |
| 54 | + }, |
| 55 | + { |
| 56 | + "name": "hsweb.dynamic-datasource.min-pool-size", |
| 57 | + "type": "java.lang.Integer", |
| 58 | + "sourceType": "org.hsweb.web.datasource.dynamic.DynamicDataSourceProperties" |
| 59 | + }, |
| 60 | + { |
| 61 | + "name": "hsweb.dynamic-datasource.max-pool-size", |
| 62 | + "type": "java.lang.Integer", |
| 63 | + "sourceType": "org.hsweb.web.datasource.dynamic.DynamicDataSourceProperties" |
| 64 | + }, |
| 65 | + { |
| 66 | + "name": "hsweb.dynamic-datasource.borrow-connection-timeout", |
| 67 | + "type": "java.lang.Integer", |
| 68 | + "sourceType": "org.hsweb.web.datasource.dynamic.DynamicDataSourceProperties" |
| 69 | + }, |
| 70 | + { |
| 71 | + "name": "hsweb.dynamic-datasource.reap-timeout", |
| 72 | + "type": "java.lang.Integer", |
| 73 | + "sourceType": "org.hsweb.web.datasource.dynamic.DynamicDataSourceProperties" |
| 74 | + }, |
| 75 | + { |
| 76 | + "name": "hsweb.dynamic-datasource.max-idle-time", |
| 77 | + "type": "java.lang.Integer", |
| 78 | + "sourceType": "org.hsweb.web.datasource.dynamic.DynamicDataSourceProperties" |
| 79 | + }, |
| 80 | + { |
| 81 | + "name": "hsweb.dynamic-datasource.maintenance-interval", |
| 82 | + "type": "java.lang.Integer", |
| 83 | + "sourceType": "org.hsweb.web.datasource.dynamic.DynamicDataSourceProperties" |
| 84 | + }, |
| 85 | + { |
| 86 | + "name": "hsweb.dynamic-datasource.default-isolation-level", |
| 87 | + "type": "java.lang.Integer", |
| 88 | + "sourceType": "org.hsweb.web.datasource.dynamic.DynamicDataSourceProperties" |
| 89 | + }, |
| 90 | + { |
| 91 | + "name": "hsweb.dynamic-datasource.transaction-timeout", |
| 92 | + "type": "java.lang.Integer", |
| 93 | + "sourceType": "org.hsweb.web.datasource.dynamic.DynamicDataSourceProperties" |
| 94 | + }, |
| 95 | + { |
| 96 | + "name": "hsweb.dynamic-datasource.properties", |
| 97 | + "type": "java.util.Properties", |
| 98 | + "sourceType": "org.hsweb.web.datasource.dynamic.DynamicDataSourceProperties" |
14 | 99 | }
|
15 | 100 | ],
|
16 | 101 | "hints": [
|
|
0 commit comments