This application was generated using JHipster 7.9.3, you can find documentation and help at https://www.jhipster.tech/documentation-archive/v7.9.3.
- First bring up the ecosystem with
docker-compose -f src/main/docker/ecosystem.yml up -d && docker-compose -f src/main/docker/ecosystem.yml logs -f
- Build the application with
./gradlew clean -Pdev bootJar
- Run the application with
java -jar build/libs/store-0.0.1-SNAPSHOT.jar
- Wait for the application to start listening on 8080 and ensure that liquibase has populated the data structure
- Login to the application on http://localhost:8080 with user:
admin
and passwordadmin
- To load the test data -> Navigate to http://localhost:8080/admin/docs and execute the request on
data-loader-resource
underhttp://localhost:8080/api/load
- To browse the MYSQL data open PHPMyAdmin on http://localhost:8010/ and select
store
database
- To Browse the instance and index(s) structure use
elastichq
on http://localhost:5000/ - To Browse the data on the index(s) use
elasticvue
on http://localhost:8090/