Fix double @RequestMapping with empty value (#245)

* Fix double @RequestMapping with empty value

* Fix code style

* Fix for review

* add author to SpringMvcContract

* split SpringMvcContractTests#testDoubleRequestMapping() test
This commit is contained in:
nekkiy
2020-03-27 13:58:26 +03:00
committed by GitHub
parent a77bd2bdf1
commit 0afb60a72a
3 changed files with 100 additions and 10 deletions

View File

@@ -177,6 +177,12 @@
<artifactId>spring-cloud-loadbalancer</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>pl.pragmatists</groupId>
<artifactId>JUnitParams</artifactId>
<version>1.1.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<profiles>
<profile>