getmapping
There are 19 repositories under getmapping topic.
castanedaLuis/API---JAVA
APIs para una market en spring, la cual incluye el CRUD para operear los datos de productos, categorias y compras.Creando su documentación con swagger y implementando JWT con spring Security para darle seguridad a nuetsros servicio.
TusharMalakar/JavaSpringBootMicroServices-API
It is an simple JAVA API design using Spring Boot, Tomcat and "Json Web Token (Jwt)" based authentication. I used Amazon Web Service (AWS) and Mongodb to store my data. I implemented different types of Mapping eg. @GetMapping, @PostMapping, @PutMapping and @DeleteMapping
Alex-Cultrera/RecipeApp
Spring Boot web app leveraging Apache Commons CSV library to import recipe data from a .txt file, maps the data to Java objects, stores in memory to an ArrayList, and creates RestController endpoints that filter the data
ashokravina/Cricket-Team-3
This project has Restful API's that allows us to manage to cricket data in the database using sprint boot JPA and Hibernate. By performing CRUD (Create, Read, Update, Delete) operations on the cricket data
khandelia7/SpringMVCBoot_Learning3
Guided By: Telusko [2.4 Spring MVC & Boot]
mmalinova/BasicWebProject_Phonebook
This is a basic web project that can be upgraded to work as well as possible.
0reldev/quest-spring-route
Educational exercise from Wild Code School about routes management with controllers.
0reldev/spring-doctors-1
Educational exercise from Wild Code School about Spring Boot initialization and the creation of routes with a Controller.
AbhishekOcto/Product-Information
SB REST Practice
Alex-Cultrera/Meal-Plan-API
Spring Boot web app that integrates with a third party API, maps the JSON response to Java objects, and creates endpoints inside of a RestController returning a customized meal plan based on user inputed query parameters.
ashokravina/Cricket-Team
Cricket Team is build By Using RestController, GetMapping, PostMapping, PutMapping, DeleteMapping, Override, PathVariable and RequestBody
ashokravina/Good-Reads
Good reads by using RestController, GetMapping, Override and PathVariable
ashokravina/Goodreads-By-Using-ORM-JPA-Method
Goodreads We build by using Object Relational Mapping(ORM) in the Java Persistence API (JPA)
ashokravina/Hello-World-Spring-Boot
Hello World in Spring Boot by using RestController and GetMapping
ashokravina/Music-Library
Music Library is build By Using Spring Boot in java fundamentals are RestController, GetMapping, PostMapping, PutMapping, DeleteMapping, Override, PathVariable and RequestBody
ashokravina/Music-Library-3
This project has Restful API's that allows us to manage to Music Library data in the database using sprint boot JPA and Hibernate. By performing CRUD (Create, Read, Update, Delete) operations on the Music Library data
ashokravina/Todays-Date
Today's Date in Spring Boot by using import LocalDate, DateTimeFormatter, RestController and GetMapping.
aytekinkaplan/Spring_Boot_Updating
This Spring Boot application provides a web interface for managing student grades. Users can create new grades, update existing grades, and view a list of all submitted grades.
pranjalisingh1201/SpringMVCwithSpringBoot
Spring Boot MVC implementations.