Springboot+Thymeleaf实现简单文件上传 记录

最近学习了一下Springboot+Thymeleaf实现简单文件上传,现做一个记录,小白一枚,学习之用。
项目名:filetest01

操作过程见:https://blog.csdn.net/YINLINNEVERG/article/details/80250945

错误记录

  1. Thymeleaf中的模板规范有 <span th:${models.name}></span>类型的写法,引入命名空间等,之后在IDEA中还是会报错,但是运行正常。
    在这里插入图片描述
    在这里插入图片描述
  2. 注意,重定向的问题,千万不要把@Controller写成@RestController了,因为这个搞了半天,真是傻了。

猜你喜欢

转载自blog.csdn.net/mulinsen77/article/details/87962161