spring.http.converters changed to spring.mvc.converters

See https://docs.across.dev/across-site/production/migration/platform-5-0-to-5-1.html#_deprecated_spring_boot_properties
This commit is contained in:
Michael Schnell
2021-09-04 15:52:59 +02:00
parent 05705386de
commit 0bd7433cc8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
server.port = 8081
spring.http.converters.preferred-json-mapper=jsonb
spring.mvc.converters.preferred-json-mapper=jsonb

View File

@@ -9,5 +9,5 @@ spring.jpa.show-sql=false
spring.h2.console.enabled=false
server.port = 8080
spring.http.converters.preferred-json-mapper=jsonb
spring.mvc.converters.preferred-json-mapper=jsonb
spring.jpa.open-in-view=false