I am new to this please someone tell me whether I can use Thymeleaf template for some pages and REST for some for building Gradle project?
I created my login page retrieving through MySQL database using Thymeleaf template now for adding other information in my database I want to use RESTful services,
Yes you can do both have REST controllers, and also have other controllers that serve up Thymeleaf pages.