Class Populate
java.lang.Object
info.ejava.examples.svc.content.quotes.services.Populate
- All Implemented Interfaces:
org.springframework.boot.CommandLineRunner
@Component
@ConditionalOnProperty(name="test",
havingValue="true",
matchIfMissing=true)
public class Populate
extends Object
implements org.springframework.boot.CommandLineRunner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
quoteService
-
quoteDTOFactory
-
-
Constructor Details
-
Populate
public Populate()
-
-
Method Details
-
run
- Specified by:
run
in interfaceorg.springframework.boot.CommandLineRunner
- Throws:
Exception
-