https://docs.spring.io/spring-boot/docs/current/reference/html/application-properties.html #h2 DB spring.datasource.url= spring.datasource.driver-class-name=org.h2.Driver spring.datasource.username=sa spring.datasource.password= # h2 console spring.h2.console.enabled=true spring.h2.console.path=/h2-console # log level logging.level.root=DEBUG logging.level.sql=DEBUG # gmail SMTP # email SMTP ser..