
onsapp.bootstrap-address.0.0.4.source-code.application.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bootstrap-address Show documentation
Show all versions of bootstrap-address Show documentation
A complete architecture for creating and managing addresses.
The newest version!
##Configura??o do Banco de Dados PostgreSQL
spring.jpa.database=postgresql
spring.datasource.url=jdbc:postgresql://localhost:5432/bootstrap-address
spring.datasource.username=postgres
spring.datasource.password=123456
spring.datasource.driver-class-name=org.postgresql.Driver
spring.jpa.properties.hibernate.dialect =org.hibernate.dialect.PostgreSQLDialect
spring.jpa.hibernate.ddl-auto=create-drop
##Habilita o SQL ser apresentado no console.
spring.jpa.show-sql=true
## Autoriza a falha caso algum Json seja passado com propriedades diferentes da classe representante.
spring.jackson.deserialization.fail-on-unknown-properties=true
© 2015 - 2025 Weber Informatics LLC | Privacy Policy