#hashnode
Read more stories on Hashnode
Articles with this tag
Today I learned that in a Spring Boot REST API, you can nest custom data types to represent complex or hierarchical data structures. By creating Java...
In Spring Boot, "Put Mapping" is an annotation used to handle HTTP PUT requests in web applications. It allows you to create endpoints in your Spring...
On the 10th day of Spring Boot learning, I discovered the magic of Spring Boot DevTools, a powerful developer tool aimed at improving development...
On the 9th day of spring boot learning, I learned about the fundamentals of API and REST also methods of HTTP along with standard status code: an API...
Today on the 8th day of spring boot I learned about the Crud operation using JPA and Spring Boot. C - Create R - Read U - Update D - Delete To perform...
On the 7th day of learning Spring Boot, I learned about configuring the database. I started by creating a Spring Boot starter project and then added...