Skip to content

Commit fa3a380

Browse files
committed
Update 26.1.5. Template engines.md
1 parent 8ce3bb0 commit fa3a380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IV. Spring Boot features/26.1.5. Template engines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Spring Boot为以下的模板引擎提供自动配置支持:
99
3. [Thymeleaf](http://www.thymeleaf.org/)
1010
4. [Velocity](http://velocity.apache.org/)
1111

12-
****:如果可能的话,应该忽略JSPs,因为在内嵌的servlet容器使用它们时存在一些[已知的限制](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#boot-features-jsp-limitations)
12+
****:如果可能的话,应该忽略JSPs,因为在内嵌的servlet容器使用它们时存在一些[已知的限制](26.3.4. JSP limitations.md)。
1313

1414
当你使用这些引擎的任何一种,并采用默认的配置,你的模板将会从src/main/resources/templates目录下自动加载。
1515

0 commit comments

Comments
 (0)