Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mvnw.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -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