Merge pull request #11659 from chaos2418/JAVA-8981

JAVA:8981: verify spring.mvc.pathmatch.matching-strategy property usage
This commit is contained in:
kwoyke
2022-01-13 11:01:21 +01:00
committed by GitHub
8 changed files with 7 additions and 30 deletions
@@ -1,2 +1,2 @@
spring.thymeleaf.view-names=thymeleaf/*
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
spring.mvc.pathmatch.matching-strategy=ant-path-matcher
@@ -206,7 +206,7 @@
</profiles>
<properties>
<springdoc.version>1.5.2</springdoc.version>
<springdoc.version>1.6.4</springdoc.version>
<asciidoctor-plugin.version>1.5.6</asciidoctor-plugin.version>
<kotlin.version>1.6.0</kotlin.version>
<snippetsDirectory>${project.build.directory}/generated-snippets</snippetsDirectory>
@@ -10,7 +10,4 @@ spring.datasource.url=jdbc:h2:mem:springdoc
## for com.baeldung.restdocopenapi ##
springdoc.version=@springdoc.version@
spring.jpa.hibernate.ddl-auto=none
######################################
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
spring.jpa.hibernate.ddl-auto=none