A classic todo service based on Jhipster and Spring.
To start your application in the dev profile, simply run:
npm install
./mvnw
npm startTo optimize the wishtodo application for production, run:
./mvnw -Pprod clean packageTo ensure everything worked, run:
java -jar target/*.warTo launch your application's tests, run:
./mvnw clean test- 📻 Restful
- 🔎 GraphQL
- 👻 Microservice
Looking forward to your pull requests.
Copyright (c) 2018 - present, Felix Yang
