No description
Find a file
2025-12-16 22:59:29 +01:00
buildSrc Reorganize project structure: move modules to separate gradle subprojects 2025-12-16 22:59:29 +01:00
dev Separate Domain Model from Entity 2025-12-08 12:05:37 +01:00
gradle/wrapper Initial commit 2025-12-08 00:01:31 +01:00
hexa-adapter Reorganize project structure: move modules to separate gradle subprojects 2025-12-16 22:59:29 +01:00
hexa-core Reorganize project structure: move modules to separate gradle subprojects 2025-12-16 22:59:29 +01:00
pgdata Initial commit 2025-12-08 00:01:31 +01:00
.gitattributes Initial commit 2025-12-08 00:01:31 +01:00
.gitignore Initial commit 2025-12-08 00:01:31 +01:00
build.gradle.kts Reorganize project structure: move modules to separate gradle subprojects 2025-12-16 22:59:29 +01:00
docker-compose.yml Add services, repositories and configuration for DB 2025-12-09 17:17:26 +01:00
gradle.properties Reorganize project structure: move modules to separate gradle subprojects 2025-12-16 22:59:29 +01:00
gradlew Initial commit 2025-12-08 00:01:31 +01:00
gradlew.bat Initial commit 2025-12-08 00:01:31 +01:00
readme.md Add services, repositories and configuration for DB 2025-12-09 17:17:26 +01:00
settings.gradle.kts Reorganize project structure: move modules to separate gradle subprojects 2025-12-16 22:59:29 +01:00

Hexagonal PoC Application

Prerequisites

  • Java 25

Usage

  • ./gradlew build build the application
  • ./gradlew bootRun start the application
  • ./gradlew test run 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