Rhea Edition contains entity and forms modeling standard components.
It is good for Model Driven Architecture related development models.
docker pull ghcr.io/codbex/codbex-rhea:latest
docker run --name codbex-rhea --rm -p 80:80 ghcr.io/codbex/codbex-rhea:latest
- For Apple's M1: provide
--platform=linux/arm64
for better performance
mvn clean install
java --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED -jar application/target/codbex-rhea-application-*.jar
java --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000 -jar application/target/codbex-rhea-application-*.jar
http://localhost
http://localhost/swagger-ui/index.html