diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e2bbc05..3658b68 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -4,6 +4,7 @@ spring.datasource.username=postgres spring.datasource.password=1 spring.datasource.driver-class-name=org.postgresql.Driver spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect +logging.level.org.apache.tomcat.util.compat=ERROR # Use These Settings to Debug Spring Boot: # ---------------------------------------