No description
| buildSrc | ||
| dev | ||
| gradle/wrapper | ||
| hexa-adapter | ||
| hexa-core | ||
| pgdata | ||
| .gitattributes | ||
| .gitignore | ||
| build.gradle.kts | ||
| docker-compose.yml | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| readme.md | ||
| settings.gradle.kts | ||
Hexagonal PoC Application
Prerequisites
- Java 25
Usage
./gradlew buildbuild the application./gradlew bootRunstart the application./gradlew testrun the tests
Configuration
application.properties
Troubleshooting
OrbStack + TestContainers
To fix the IllegalStateException at DockerClientProviderStrategy.java exception, add this to the environment: DOCKER_HOST=unix://$HOME/.orbstack/run/docker.sock