Skip to content

codbex/codbex-rhea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codbex-rhea

Rhea Edition contains entity and forms modeling standard components.

It is good for Model Driven Architecture related development models.

Docker

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

Build

mvn clean install

Run

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

Debug

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

Web

http://localhost

REST API

http://localhost/swagger-ui/index.html