This repository has been archived on 2026-05-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2026-02-12 14:11:35 -05:00
|
|
|
spring.application.name=backend
|
2026-04-18 18:25:51 -04:00
|
|
|
spring.h2.console.enabled=true
|
|
|
|
|
spring.h2.console.path=/h2-console
|
|
|
|
|
spring.datasource.url=jdbc:h2:mem:testdb
|
|
|
|
|
spring.datasource.driverClassName=org.h2.Driver
|
|
|
|
|
spring.datasource.username=sa
|
|
|
|
|
spring.datasource.password=password
|
|
|
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
|
|
|
logging.level.org.springframework=INFO
|
|
|
|
|
logging.level.com.example=DEBUG
|
|
|
|
|
server.port=8080
|