Sping boot 备忘

102 阅读1分钟

使用SpringBoot简单快速的访问静态资源 首先需要记载Springboot访问静态资源的Jar文件

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