Merge branch '1.5.x'

pull/7924/head
Stephane Nicoll 8 years ago
commit dbb9a1bd20

@ -1173,5 +1173,6 @@ content into your application; rather pick only the properties that you need.
# ---------------------------------------- # ----------------------------------------
spring.test.database.replace=any # Type of existing DataSource to replace. spring.test.database.replace=any # Type of existing DataSource to replace.
spring.test.mockmvc.print=default # MVC Print option.
---- ----

@ -121,12 +121,6 @@
<artifactId>spring-security-test</artifactId> <artifactId>spring-security-test</artifactId>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<!-- Annotation processing -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<!-- Test --> <!-- Test -->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>

@ -5,6 +5,12 @@
"type": "org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase$Replace", "type": "org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase$Replace",
"description": "Type of existing DataSource to replace.", "description": "Type of existing DataSource to replace.",
"defaultValue": "any" "defaultValue": "any"
},
{
"name": "spring.test.mockmvc.print",
"type": "org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint",
"description": "MVC Print option.",
"defaultValue": "default"
} }
] ]
} }
Loading…
Cancel
Save