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