jaygajera17 / E-commerce-project-springBoot

This project serves as an easy-to-understand setup for beginners , providing a base foundation in Spring Boot , MVC & hibernate.
https://jaygajera17.github.io/E-commerce-project-springBoot/
588 stars 602 forks source link

issue: everytime connection open close for access database #70

Open makarandhinge opened 4 months ago

makarandhinge commented 4 months ago

@jaygajera17 Solution - Use @restController instead of @controller the Springboot automatically solve the issue In springboot you have to use @restController

NisargPipaliya commented 4 months ago

will you be working on it?