IsabellTimo/application.properties
2025-08-09 10:33:29 +02:00

13 lines
315 B
Properties

logging.level.de.ph87=DEBUG
#-
spring.datasource.url=jdbc:h2:./database;AUTO_SERVER=TRUE
spring.datasource.driverClassName=org.h2.Driver
spring.datasource.username=sa
spring.datasource.password=password
#-
#spring.jpa.hibernate.ddl-auto=create
#-
spring.jackson.serialization.indent_output=true
#-
server.port=8084