Search模块
1.整理前端内容
导入依赖
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency>
html放入template目录下,静态资源放到nginx/search目录下
2023-12-06 14:57:46
Search模块
导入依赖
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency>
html放入template目录下,静态资源放到nginx/search目录下