Skip to content

Commit 3adf06d

Browse files
committed
Merge branch '2.2.x' into 2.3.x
Closes gh-23452
2 parents 531690b + 2999f09 commit 3adf06d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2472,11 +2472,10 @@ There are several <<boot-features-jsp-limitations, known limitations>> when usin
24722472

24732473
When you use one of these templating engines with the default configuration, your templates are picked up automatically from `src/main/resources/templates`.
24742474

2475-
TIP: Depending on how you run your application, IntelliJ IDEA orders the classpath differently.
2475+
TIP: Depending on how you run your application, your IDE may order the classpath differently.
24762476
Running your application in the IDE from its main method results in a different ordering than when you run your application by using Maven or Gradle or from its packaged jar.
2477-
This can cause Spring Boot to fail to find the templates on the classpath.
2477+
This can cause Spring Boot to fail to find the expected template.
24782478
If you have this problem, you can reorder the classpath in the IDE to place the module's classes and resources first.
2479-
Alternatively, you can configure the template prefix to search every `templates` directory on the classpath, as follows: `classpath*:/templates/`.
24802479

24812480

24822481

0 commit comments

Comments
 (0)