jpa-test.properties
Home
/
dao /
src /
test /
resources /
jpa-test.properties
cassandra.enabled=false
sql.enabled=true
spring.jpa.show-sql=false
spring.jpa.hibernate.ddl-auto=validate
spring.datasource.url=jdbc:postgresql://localhost:5432/thingsboard
spring.datasource.username=postgres
spring.datasource.password=postgres