Files
java-tutorials/hexagonal-architecture/src/main/resources/application.properties
T
2020-06-28 22:32:39 +05:30

8 lines
257 B
Properties

spring.jpa.hibernate.ddl-auto=false;
spring.h2.console.enabled=true
spring.h2.console.path=/h2
spring.datasource.url=jdbc:h2:file:~/hexagonal
spring.datasource.username=sa
spring.datasource.password=
spring.datasource.driver-class-name=org.h2.Driver