https://github.com/devajayantha/dev-first-spring
Simple project Create Read Update Delete Todo Into Database
https://github.com/devajayantha/dev-first-spring
java jpa-persistence-applications spring-boot spring-mvc
Last synced: about 2 months ago
JSON representation
Simple project Create Read Update Delete Todo Into Database
- Host: GitHub
- URL: https://github.com/devajayantha/dev-first-spring
- Owner: Devajayantha
- Created: 2023-03-01T14:37:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-11T09:38:31.000Z (over 2 years ago)
- Last Synced: 2023-12-11T10:41:12.390Z (over 2 years ago)
- Topics: java, jpa-persistence-applications, spring-boot, spring-mvc
- Language: Java
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My First Spring Project
Hi!. I try to learning and this is a simple project that uses Spring Boot for creating a RESTful API. This project about show list, create, update, and delete todo. Result will save into database.
## Requirements
1. Java - 17
2. Maven - 4.0.0
3. Lombok
4. JPA (Java Persistance API)
5. MySQL 8.0.27
## Contributes
Api Documentation already include this project, if want add or fix code lets pull request. Thank you