-
A SpringBoot Project, CRUD application with Database Connection involving GET, POST, PUT, DELETE Request Handlers.
-
Tech Used: Spring Boot, Java, PostMan, Lombok, JPA-Hibernate, MySQL.
-
Prominent Features Include:
- CRUD API's
- Database Connection
- Written Custom Queries to fetch data
- Creating a Jar out of Application
-
Tools Used:
- IntellJ Ultimate Edition.
- Github for Version Control.
- Lombok Library for AutoCode Generation.
- MySQL database.
- Loggers.
- PostMan.
- Clone the Repo
- Open project in intellJ.
- Run The application.
- Use PostMan to Trigger API's.
The Project was a good learning exercise that helped understand:
- How Spring Boot Works
- How To Structure Spring Boot Applications.
- How different Layers work
- How to Connect to Database using Spring Boot.
- How to package the application