|
273 | 273 | "description": "Whether to skip search of BeanInfo classes.",
|
274 | 274 | "defaultValue": true
|
275 | 275 | },
|
| 276 | + { |
| 277 | + "name": "spring.config.activate.on-cloud-platform", |
| 278 | + "type": "org.springframework.boot.cloud.CloudPlatform", |
| 279 | + "description": "Required cloud platform for the document to be included.", |
| 280 | + "sourceType": "org.springframework.boot.context.config.ConfigDataProperties" |
| 281 | + }, |
| 282 | + { |
| 283 | + "name": "spring.config.activate.on-profile", |
| 284 | + "type": "java.lang.String[]", |
| 285 | + "description": "Profile expressions that should match for the document to be included.", |
| 286 | + "sourceType": "org.springframework.boot.context.config.ConfigDataProperties" |
| 287 | + }, |
276 | 288 | {
|
277 | 289 | "name": "spring.config.additional-location",
|
278 | 290 | "type": "java.lang.String",
|
279 | 291 | "sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener",
|
280 | 292 | "description": "Config file locations used in addition to the defaults."
|
281 | 293 | },
|
| 294 | + { |
| 295 | + "name": "spring.config.import", |
| 296 | + "type": "java.util.List<java.lang.String>", |
| 297 | + "description": "Import additional config data.", |
| 298 | + "sourceType": "org.springframework.boot.context.config.ConfigDataProperties" |
| 299 | + }, |
282 | 300 | {
|
283 | 301 | "name": "spring.config.location",
|
284 | 302 | "type": "java.lang.String",
|
|
292 | 310 | "description": "Config file name.",
|
293 | 311 | "defaultValue": "application"
|
294 | 312 | },
|
| 313 | + { |
| 314 | + "name": "spring.config.use-legacy-processing", |
| 315 | + "type": "java.lang.Boolean", |
| 316 | + "description": "Whether to enable configuration data processing legacy mode.", |
| 317 | + "defaultValue": false |
| 318 | + }, |
295 | 319 | {
|
296 | 320 | "name": "spring.jta.atomikos.connectionfactory.borrow-connection-timeout",
|
297 | 321 | "type": "java.lang.Integer",
|
|
843 | 867 | "description": "Enable trace logs.",
|
844 | 868 | "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
|
845 | 869 | "defaultValue": false
|
846 |
| - }, |
847 |
| - { |
848 |
| - "name": "spring.config.import", |
849 |
| - "type": "java.util.List<java.lang.String>", |
850 |
| - "description": "Import additional config data.", |
851 |
| - "sourceType": "org.springframework.boot.context.config.ConfigDataProperties" |
852 |
| - }, |
853 |
| - { |
854 |
| - "name": "spring.config.activate.on-cloud-platform", |
855 |
| - "type": "org.springframework.boot.cloud.CloudPlatform", |
856 |
| - "description": "Required cloud platform for the document to be included.", |
857 |
| - "sourceType": "org.springframework.boot.context.config.ConfigDataProperties" |
858 |
| - }, |
859 |
| - { |
860 |
| - "name": "spring.config.activate.on-profile", |
861 |
| - "type": "java.lang.String[]", |
862 |
| - "description": "Profile expressions that should match for the document to be included.", |
863 |
| - "sourceType": "org.springframework.boot.context.config.ConfigDataProperties" |
864 | 870 | }
|
865 | 871 | ],
|
866 | 872 | "hints": [
|
|
0 commit comments