Back-end to budget react app
Update spring boot version. Add -proc:full to maven compiler args. Change mysql connector to mariadb connector in pom. Add detail.hidden. Enhance report filtering. Add paid and paid-by to report. Change mysql driver to mariadb driver. |
||
|---|---|---|
| .settings | ||
| src/main | ||
| .classpath | ||
| .factorypath | ||
| .gitignore | ||
| .project | ||
| build | ||
| deploy | ||
| eclipse | ||
| LICENSE | ||
| pom.xml | ||
| README.md | ||
| run | ||
| spring-boot-jwt.iml | ||
| stop | ||
Budget REST API
Provides a REST API to support my React Budget Application.
Built from this example as a starting point: Spring Boot Security JWT Authentication