Class SpringBootStarterSampleApplication
- java.lang.Object
-
- com.github.containersolutions.operator.sample.SpringBootStarterSampleApplication
-
@ComponentScan(includeFilters=) @SpringBootApplication public class SpringBootStarterSampleApplication extends java.lang.ObjectNote that we have multiple options here either we can add this component scan as seen below. Or annotate controllers with @Component or @Service annotation or just register the bean within a spring "@Configuration".
-
-
Constructor Summary
Constructors Constructor Description SpringBootStarterSampleApplication()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)
-