camel-bug-fluent-producer-t.../src/main/java/com/bvn13/bug/camel/fluentproducertemplate/camelbugfluentproducertemplate/CamelBugFluentProducerTempl...

14 lines
426 B
Java

package com.bvn13.bug.camel.fluentproducertemplate.camelbugfluentproducertemplate;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class CamelBugFluentProducerTemplateApplication {
public static void main(String[] args) {
SpringApplication.run(CamelBugFluentProducerTemplateApplication.class, args);
}
}