Search模块
导入依赖
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency>
html放入template目录下,静态资源放到nginx/search目录下
19.检索服务
原文:https://www.cnblogs.com/wuyimin/p/15153726.html