Atlas Edition contains all the available standard components.
It is good for exploration about the different features and their applicability in particular scenarios.
docker pull ghcr.io/codbex/codbex-atlas:latest
docker run --name codbex-atlas --rm -p 80:80 ghcr.io/codbex/codbex-atlas: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-atlas-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-atlas-application-*.jar
http://localhost
http://localhost/swagger-ui/index.html