Files
spring-boot/spring-boot-samples/spring-boot-sample-custom-layout/src/main/resources/META-INF/spring.factories
Phillip Webb 8432c52369 Add custom LayoutFactory sample
Add a sample that shows how a custom LayoutFactory can be used with
both Maven and Gradle.

Closes gh-7263
2016-11-28 16:31:53 -08:00

3 lines
88 B
Plaintext

org.springframework.boot.loader.tools.LayoutFactory=\
sample.layout.SampleLayoutFactory