|
|
|
|
@ -21,7 +21,6 @@ import java.util.function.Consumer;
@@ -21,7 +21,6 @@ import java.util.function.Consumer;
|
|
|
|
|
import org.springframework.boot.autoconfigure.EnableAutoConfiguration; |
|
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication; |
|
|
|
|
import org.springframework.boot.builder.SpringApplicationBuilder; |
|
|
|
|
import org.springframework.boot.context.properties.EnableConfigurationProperties; |
|
|
|
|
import org.springframework.context.annotation.Bean; |
|
|
|
|
import org.springframework.context.annotation.Configuration; |
|
|
|
|
import org.springframework.integration.channel.DirectChannel; |
|
|
|
|
@ -42,7 +41,6 @@ public class SampleParentContextApplication {
@@ -42,7 +41,6 @@ public class SampleParentContextApplication {
|
|
|
|
|
|
|
|
|
|
@Configuration(proxyBeanMethods = false) |
|
|
|
|
@EnableAutoConfiguration |
|
|
|
|
@EnableConfigurationProperties(ServiceProperties.class) |
|
|
|
|
protected static class Parent { |
|
|
|
|
|
|
|
|
|
private final ServiceProperties serviceProperties; |
|
|
|
|
|