Java Example of Hexagonal Architecture

This commit is contained in:
Ankur Gupta
2020-03-25 21:53:40 +05:30
parent ef45526d7a
commit 5a042b6f80
18 changed files with 974 additions and 0 deletions
@@ -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