From 592a4f6c2319f9817ab2eeabf2c4083307c6d1b9 Mon Sep 17 00:00:00 2001 From: isabelasaorinakano Date: Wed, 13 Mar 2024 23:01:40 -0300 Subject: [PATCH] =?UTF-8?q?Removendo=20coment=C3=A1rios=20do=20application?= =?UTF-8?q?.properties?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mvnw.cmd | 1 + src/main/resources/application.properties | 11 ----------- 2 files changed, 1 insertion(+), 11 deletions(-) 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 - - -