spring.freemarker.templateLoaderPath -> path
Fixup tests and documentation following the rename of spring.freemarker.templateLoaderPath to spring.freemarker.path
This commit is contained in:
@@ -52,7 +52,7 @@ public class FreeMarkerTemplateAvailabilityProviderTests {
|
||||
|
||||
@Test
|
||||
public void availabilityOfTemplateWithCustomLoaderPath() {
|
||||
this.environment.setProperty("spring.freemarker.templateLoaderPath",
|
||||
this.environment.setProperty("spring.freemarker.path",
|
||||
"classpath:/custom-templates/");
|
||||
|
||||
assertTrue(this.provider.isTemplateAvailable("custom", this.environment,
|
||||
|
||||
Reference in New Issue
Block a user