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); } }