Welcome to my first project using SpringBoot Framework,
as part of my backend learning journey ! 🚀
It's very, very simple API that emulates an user database
where you can perfom all CRUD operations related to the
managment of those users, like in a platform.
- IocContainer
- Beans
- Beans Factory
- HttpEntity
- @GetMapping
- @PostMapping
- @PutMapping
- @DeleteMapping
- @PathVariable
- @RequestBody
- @RequestParam
- @SpringBootApplication
- @RestController
Well... I'm going to keep studying and practicing
with real-life projects. See ya' on the next project !