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/
520 stars 512 forks source link

issue: everytime connection open close for access database #70

Open makarandhinge opened 2 weeks ago

makarandhinge commented 2 weeks ago

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

NisargPipaliya commented 6 days ago

will you be working on it?