aboutsummaryrefslogtreecommitdiffstats
path: root/ms/sliboot/src/test/resources/application.properties
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2022-09-29 15:52:33 -0400
committerDan Timoney <dtimoney@att.com>2022-09-29 15:52:33 -0400
commitc2556dd48738b43e91e27a57df60c3ec347c5ac0 (patch)
tree8d7ef5cf7d36fc5a946b1c99900ee88b7f3378b2 /ms/sliboot/src/test/resources/application.properties
parent7ae63cbdf21b06e0234d51a3200f9ebbf393f8eb (diff)
Update third party versions in ccsdk/apps
Upgrade to latest springboot 2.6 release and updated gson version Change-Id: Ie12921daa905424bee3e5423371f951d3156e803 Issue-ID: CCSDK-3771 Signed-off-by: Dan Timoney <dtimoney@att.com>
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