aboutsummaryrefslogtreecommitdiffstats
path: root/ms/sliboot/src/test/resources/application.properties
diff options
context:
space:
mode:
Diffstat (limited to 'ms/sliboot/src/test/resources/application.properties')
-rw-r--r--ms/sliboot/src/test/resources/application.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/ms/sliboot/src/test/resources/application.properties b/ms/sliboot/src/test/resources/application.properties
index 58bf3cd8..507d98d9 100644
--- a/ms/sliboot/src/test/resources/application.properties
+++ b/ms/sliboot/src/test/resources/application.properties
@@ -15,4 +15,5 @@ spring.jpa.show-sql=true
spring.jpa.hibernate.ddl-auto=update
spring.jpa.hibernate.naming.implicit-strategy=org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
-spring.jpa.database=derby \ No newline at end of file
+spring.jpa.database=derby
+spring.mvc.pathmatch.matching-strategy = ANT_PATH_MATCHER \ No newline at end of file