Reputation: 37
I'm going to start studying Spring Boot, so I quickly skimmed over Java EE so as not to be completely lost in learning Spring.
My question is about JSTL: Is JSTL required to be used with Spring Boot? Because I find it really ugly and old ...
Thank you
Upvotes: 1
Views: 109
Reputation: 1491
Answer is no, there is no need of using JSTL(JSP Standard Tag Library) with spring boot if you are not using JSP .
Upvotes: 2