File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
module/spring-boot-test-autoconfigure/src/main/resources/META-INF Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 6
6
"description" : " Type of existing DataSource to replace." ,
7
7
"defaultValue" : " any"
8
8
},
9
+ {
10
+ "name" : " spring.test.mockmvc.add-filters" ,
11
+ "type" : " java.lang.Boolean" ,
12
+ "description" : " Whether to add servlet filters." ,
13
+ "defaultValue" : true
14
+ },
9
15
{
10
16
"name" : " spring.test.mockmvc.print" ,
11
17
"type" : " org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint" ,
12
18
"description" : " MVC Print option." ,
13
19
"defaultValue" : " default"
14
20
},
21
+ {
22
+ "name" : " spring.test.mockmvc.print-only-on-failures" ,
23
+ "type" : " java.lang.Boolean" ,
24
+ "description" : " Whether to only print failed exchanges." ,
25
+ "defaultValue" : true
26
+ },
15
27
{
16
28
"name" : " spring.test.observability.auto-configure" ,
17
29
"type" : " java.lang.Boolean" ,
18
30
"description" : " Whether observability should be auto-configured in tests." ,
19
- "defaultValue" : " false"
31
+ "defaultValue" : false
20
32
},
21
33
{
22
34
"name" : " spring.test.print-condition-evaluation-report" ,
23
35
"type" : " java.lang.Boolean" ,
24
36
"description" : " Whether the condition evaluation report should be printed when the ApplicationContext fails to start." ,
25
- "defaultValue" : " true"
37
+ "defaultValue" : true
26
38
}
27
39
]
28
40
}
You can’t perform that action at this time.
0 commit comments