JSTL – Spring Boot

huangapple go评论73阅读模式
英文:

JSTL - Spring Boot

问题

我打算开始学习Spring Boot,所以我快速浏览了一下Java EE,以免在学习Spring时完全感到迷失。

我的问题是关于JSTL:
在使用Spring Boot时是否需要使用JSTL?
因为我觉得它真的很丑陋而且过时…

谢谢

英文:

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

答案1

得分: 2

答案是否定的,如果您不使用JSP,则在Spring Boot中没有必要使用JSTL(JSP标准标签库)。

英文:

Answer is no, there is no need of using JSTL(JSP Standard Tag Library) with spring boot if you are not using JSP .

huangapple
  • 本文由 发表于 2020年7月26日 01:16:10
  • 转载请务必保留本文链接:https://go.coder-hub.com/63091252.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定