Example usage for org.springframework.boot CommandLineRunner interface-usage

List of usage examples for org.springframework.boot CommandLineRunner interface-usage

Introduction

In this page you can find the example usage for org.springframework.boot CommandLineRunner interface-usage.

Usage

From source file org.agiso.tempel.starter.Bootstrap.java

/**
 * Klasa startowa obsugujca uruchamianie aplikacji z linii komend.
 * 
 * @author Karol Kopacz
 * @since 1.0
 */

From source file org.openbaton.autoscaling.Application.java

/**
 * Created by mpa on 27.10.15.
 */
@SpringBootApplication
@ComponentScan({ "org.openbaton.autoscaling.api", "org.openbaton.autoscaling", "org.openbaton" })
@ContextConfiguration(loader = AnnotationConfigContextLoader.class, classes = { ASBeanConfiguration.class,

From source file org.openbaton.nse.api.EventReceiver.java

/**
 * Created by maa on 11.11.15.
 */
@Service
public class EventReceiver implements CommandLineRunner {

From source file burstcoin.jminer.JMinerCommandLine.java

public class JMinerCommandLine implements CommandLineRunner {
    private static final Logger LOG = LoggerFactory.getLogger(JMinerCommandLine.class);

    private static final int NUMBER_OF_PROGRESS_LOGS_PER_ROUND = CoreProperties.getReadProgressPerRound();

    private static final int SIZE_DIVISOR = CoreProperties.isByteUnitDecimal() ? 1000 : 1024;

From source file com.jservlet.TcloudClientApplication.java

@Component
class DiscoveryClientConsole implements CommandLineRunner {

    private static final org.slf4j.Logger logger = LoggerFactory.getLogger(DiscoveryClientConsole.class);

    private final DiscoveryClient discoveryClient;

From source file com.quancheng.saluki.boot.runner.GrpcServiceRunner.java

/**
 * @author shimingliu 20161216 ?5:07:16
 * @version ThrallServiceRunner.java, v 0.0.1 20161216 ?5:07:16 shimingliu
 */
public class GrpcServiceRunner implements DisposableBean, CommandLineRunner {

From source file edu.cmu.cs.lti.discoursedb.io.bazaar.converter.BazaarConverter.java

/**
 * Converter for bazaar chatlogs.
 * 
 * Usage: BazaarConverterApplication <Dataset Name> <Discourse name> <chat message log> <chat room log> <agent name>\n A common value for the agent name is VirtualCarolyn. 
 * 
 * @author Haitian Gong

From source file edu.cmu.cs.lti.discoursedb.io.mturk.converter.MturkConverter.java

/**
 * Converter for bazaar chatlogs.
 * 
 * Usage: BazaarConverterApplication <Dataset Name> <Discourse name> <chat message log> <chat room log> <agent name>\n A common value for the agent name is VirtualCarolyn. 
 * 
 * @author Haitian Gong

From source file edu.cmu.cs.lti.discoursedb.io.prosolo.blog.converter.BlogConverter.java

/**
 * 
 * @author Oliver Ferschke
 *
 */
@Component

From source file edu.cmu.cs.lti.discoursedb.io.wikipedia.talk.converter.WikipediaTalkPageConverter.java

/**
 * 
 * @author Oliver Ferschke
 *
 */
@Component