diff --git a/mvnw.cmd b/mvnw.cmd index 95ba6f5..4823ab0 100644 --- a/mvnw.cmd +++ b/mvnw.cmd @@ -1,3 +1,4 @@ + @REM ---------------------------------------------------------------------------- @REM Licensed to the Apache Software Foundation (ASF) under one @REM or more contributor license agreements. See the NOTICE file diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 034fa5b..9549d36 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,17 +1,6 @@ -Exibe mensagens de erro valores inválidos (400) server.error.include-message=always server.error.include-binding-errors=always -habilita a impressão dos comando SQL no log spring.jpa.show-sql=true - -formata os SQL (quebra linha, identa etc) spring.jpa.properties.hibernate.format_sql=true - -Habilitando o H2 Console. Num navegador, permite o acesso a http://localhost:8080/h2-console spring.h2.console.enabled=true - -indica qual a URL de acesso ao banco. A palavra "nome_banco" ao final é o nome do banco de dados spring.datasource.url=jdbc:h2:mem:pridepoints - - -