我试图迭代一个列表并在一个表中显示结果,但是该表仍然是空的。@RequestMapping(value="/home") List<OrderNotify> notifications = new ArrayList<OrderNotify>(); OrderNotify notification = new
我正在用Springboot和Thymeleaf创建一个项目。我配置了整个项目,找到了模板和页面,所以我的模板找不到css和js文件;<link rel="stylesheet" th:href="@{/bootstrap/css/bootstrap.min.css}"/>#--- CONFIGURAÇÃO TY