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