Skip to content

Files

Latest commit

58372c0 · Apr 22, 2022

History

History

springboot-thymeleaf-vue2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 22, 2022
Apr 22, 2022
Apr 22, 2022

注意

  1. Vue需要在Element之前引入
  2. 如果修改了static下引入的静态文件需要在启动之前删除target包,否则前端不会生效,原因是开发环境重启项目不会将静态文件重现打包。

参考

  1. Thymeleaf Doc