Java Example of Hexagonal Architecture
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
spring.datasource.url=jdbc:h2:mem:testdb
|
||||
spring.datasource.driverClassName=org.h2.Driver
|
||||
spring.datasource.username=sa
|
||||
spring.datasource.password=
|
||||
spring.h2.console.enabled=false
|
||||
Reference in New Issue
Block a user