recommend-video/pom.xml
@@ -40,6 +40,12 @@ <artifactId>spring-boot-starter-web</artifactId> <scope>provided</scope> </dependency> <!-- FreeMarker做测试页面,2022/09/23 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-freemarker</artifactId> <scope>provided</scope> </dependency> </dependencies>