idea中显示这个问题是怎么回事儿呀

Library Maven:org.thymeleaf:Release is not used

org.thymeleaf:Release未使用,你刷新一下maven看看,另外检查一下引入的thymeleaf是否重复之类的
如果你使用springboot框架,那么thymeleaf只需要引入这个依赖即可

<!--        thymeleaf依赖-->
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-thymeleaf</artifactId>
        </dependency>

导入依赖出现的问题?