teeneck1/src/main/resources/application.properties

20 lines
577 B
Properties

spring.main.banner-mode=off
server.port=800
logging.level.org.springframework.web=DEBUG
logging.level.org.hibernate=ERROR
demo.resource-url=http://duckduckgo.com
demo.resourcePort[0]=80
demo.resourcePort[1]=443
demo.resourceCount=10
spring.datasource.url=jdbc:mysql://192.168.0.131:3306/testdb?useSSL=false&serverTimezone=UTC
spring.datasource.username=testdb
spring.datasource.password=testdb
#this line shows the sql statement in the logs
logging.level.org.hibernate.SQL=debug
#this line shows sql values in the logs
logging.level.org.hibernate.type.descriptor.sql=trace