Merge pull request #11592 from eugenp/JAVA-8794
JAVA-8794: Upgrade to Spring Boot 2.6.1
This commit is contained in:
@@ -1 +1,3 @@
|
||||
server.servlet.context-path=/spring-mvc-basics
|
||||
|
||||
spring.mvc.pathmatch.matching-strategy=ant-path-matcher
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
server.servlet.context-path=/spring-mvc-basics
|
||||
|
||||
### Content Negotiation (already defined programatically)
|
||||
spring.mvc.pathmatch.use-suffix-pattern=true
|
||||
#spring.mvc.contentnegotiation.favor-path-extension=true
|
||||
#spring.mvc.contentnegotiation.favor-parameter=true
|
||||
#spring.mvc.contentnegotiation.parameter-name=mediaType
|
||||
spring.mvc.pathmatch.use-suffix-pattern=true
|
||||
spring.mvc.pathmatch.matching-strategy=ant-path-matcher
|
||||
@@ -108,11 +108,6 @@
|
||||
<version>${com.squareup.okhttp3.version}</version>
|
||||
</dependency>
|
||||
<!-- test scoped -->
|
||||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-core</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-test</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user