|
293 | 293 | {
|
294 | 294 | "name": "spring.config.additional-location",
|
295 | 295 | "type": "java.lang.String",
|
296 |
| - "sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener", |
| 296 | + "sourceType": "org.springframework.boot.context.config.ConfigDataEnvironment", |
297 | 297 | "description": "Config file locations used in addition to the defaults."
|
298 | 298 | },
|
299 | 299 | {
|
|
305 | 305 | {
|
306 | 306 | "name": "spring.config.location",
|
307 | 307 | "type": "java.lang.String",
|
308 |
| - "sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener", |
| 308 | + "sourceType": "org.springframework.boot.context.config.ConfigDataEnvironment", |
309 | 309 | "description": "Config file locations that replace the defaults."
|
310 | 310 | },
|
311 | 311 | {
|
312 | 312 | "name": "spring.config.name",
|
313 | 313 | "type": "java.lang.String",
|
314 |
| - "sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener", |
| 314 | + "sourceType": "org.springframework.boot.context.config.StandardConfigDataLocationResolver", |
315 | 315 | "description": "Config file name.",
|
316 | 316 | "defaultValue": "application"
|
317 | 317 | },
|
|
910 | 910 | {
|
911 | 911 | "name": "spring.profiles",
|
912 | 912 | "type": "java.util.List<java.lang.String>",
|
913 |
| - "sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener", |
| 913 | + "sourceType": "org.springframework.boot.context.config.Profiles", |
914 | 914 | "description": "Comma-separated list of profile expressions that at least one should match for the document to be included.",
|
915 | 915 | "deprecation": {
|
916 | 916 | "replacement": "spring.config.activate.on-profile",
|
|
920 | 920 | {
|
921 | 921 | "name": "spring.profiles.active",
|
922 | 922 | "type": "java.util.List<java.lang.String>",
|
923 |
| - "sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener", |
| 923 | + "sourceType": "org.springframework.boot.context.config.Profiles", |
924 | 924 | "description": "Comma-separated list of active profiles. Can be overridden by a command line switch."
|
925 | 925 | },
|
926 | 926 | {
|
927 | 927 | "name": "spring.profiles.default",
|
928 | 928 | "type": "java.lang.String",
|
| 929 | + "sourceType": "org.springframework.boot.context.config.Profiles", |
929 | 930 | "description": "Name of the profile to enable if no profile is active.",
|
930 | 931 | "defaultValue": "default"
|
931 | 932 | },
|
|
0 commit comments