Back-end to budget react app
Find a file
Steve Schafer d9f26954b8 Update spring tools.
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.
2026-06-12 14:39:43 -06:00
.settings Add BudgetAmounts 2026-01-17 09:57:29 -07:00
src/main Update spring tools. 2026-06-12 14:39:43 -06:00
.classpath Add BudgetAmounts 2026-01-17 09:57:29 -07:00
.factorypath Update spring tools. 2026-06-12 14:39:43 -06:00
.gitignore Initial commit. 2025-07-13 09:59:20 -06:00
.project Initial commit. 2025-07-13 09:59:20 -06:00
build Update spring tools. 2026-06-12 14:39:43 -06:00
deploy Initial commit. 2025-07-13 09:59:20 -06:00
eclipse Update spring tools. 2026-06-12 14:39:43 -06:00
LICENSE Initial commit 2025-07-13 09:52:03 -06:00
pom.xml Update spring tools. 2026-06-12 14:39:43 -06:00
README.md Initial commit. 2025-07-13 09:59:20 -06:00
run Initial commit. 2025-07-13 09:59:20 -06:00
spring-boot-jwt.iml Initial commit. 2025-07-13 09:59:20 -06:00
stop Initial commit. 2025-07-13 09:59:20 -06:00

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