先把springboot+thymeleaf过一遍 再学freemaker

参考教程

  • 官方推荐springboot+thymeleaf 但公司用freemarker
  • thymeleaf 可以配合 Servlet 运行,但是比较常见的是配合 springboot 来运行。 当然本质上也是配合springboot 里的 springmvc 来运行的,毕竟 springboot 本身就是个老鸨,干活的还是 springmvc。

1.sts插件下载缓慢

-

问题记录

  • eclipse 查看使用的类的定义 报错 File class editor source not found
  • File class editor source not found问题。原因很简单,就是因为这是一个源码包,相应的没有编辑器能够打开它。

解决方法 教程

-