- Create jars
mnvw package
- Build docker image
mvnw dockerfile:build
- Build docker image
mvnw dockerfile:build
- Preparations
- Install npm (instruction).
- Install angular cli. You can install it by execute command:
npm install -g @angular/cli
- Build
- Installed npm modules
npm i
docker-compose up
Run org.webtree.mystuff.boot.App Require neo4j. You can download it here. If you want to run App with embedded neo4j you should set property spring.data.neo4j.driver to org.neo4j.ogm.drivers.embedded.driver.EmbeddedDriver and spring.data.neo4j.uri as empty string. For more information about setting spring boot properties please read spring documentation
- For run just execute command
ng serve
- For run tests:
ng test