IsabellTimo/application.properties
2025-08-07 15:23:25 +02:00

13 lines
314 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