19.检索服务

Search模块

1.整理前端内容

导入依赖

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

html放入template目录下,静态资源放到nginx/search目录下

 

上一篇:Spring Boot 框架学习笔记一SpringBoot入门


下一篇:redis---使用注解