description |
---|
Build & Run Without Docker |
Once you installed the prerequisites and cloned the repository, run the following steps in your project directory:
Execute the jar
java -Dspring.config.additional-location=<path-to-application-local.yml> --add-opens java.rmi/javax.rmi.ssl=ALL-UNNAMED -jar <path-to-kafbat-ui-jar>
- Example of how to configure clusters in the application-local.yml configuration file.
NOTE: If you want to get kafbat-ui up and running locally quickly without building the jar file manually, then just follow Running Without Docker Quickly
Comment out
docker-maven-plugin
plugin inapi
modukepom.xml
- Command to build the jar
Once your build is successful and the jar file named kafbat-ui-api-0.0.1-SNAPSHOT.jar is generated inside
kafbat-ui-api/target
.
- Execute the jar