13 lines
315 B
Properties
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
|