If you rely on Spring Boot and thymeleaf, you will report an error?

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

add this and pom.xml will report an error. What"s going on?

Failed to read artifact descriptor for org.thymeleaf:thymeleaf-spring5:jar:3.0.9.RELEASE. Failed to read artifact descriptor for org.thymeleaf:thymeleaf-spring5:jar:3.0.9.RELEASE.

Feb.28,2021

maybe the jar package file downloaded by maven is corrupted. Go to the download directory of maven and delete the spring-boot-starter-thymeleaf directory, and then re-maven update it with ide

.
Menu