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 66 "description" : " Type of existing DataSource to replace." ,
77 "defaultValue" : " any"
88 },
9+ {
10+ "name" : " spring.test.mockmvc.add-filters" ,
11+ "type" : " java.lang.Boolean" ,
12+ "description" : " Whether to add servlet filters." ,
13+ "defaultValue" : true
14+ },
915 {
1016 "name" : " spring.test.mockmvc.print" ,
1117 "type" : " org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint" ,
1218 "description" : " MVC Print option." ,
1319 "defaultValue" : " default"
1420 },
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+ },
1527 {
1628 "name" : " spring.test.observability.auto-configure" ,
1729 "type" : " java.lang.Boolean" ,
1830 "description" : " Whether observability should be auto-configured in tests." ,
19- "defaultValue" : " false"
31+ "defaultValue" : false
2032 },
2133 {
2234 "name" : " spring.test.print-condition-evaluation-report" ,
2335 "type" : " java.lang.Boolean" ,
2436 "description" : " Whether the condition evaluation report should be printed when the ApplicationContext fails to start." ,
25- "defaultValue" : " true"
37+ "defaultValue" : true
2638 }
2739 ]
2840}
You can’t perform that action at this time.
0 commit comments