Hi Hmm its a bit hard for us to help with so little information. However since you have a working app vs non-working then try to compare them. Are the similar how to bootstrap spring boot and Camel etc. Are you sure eg that yaml file is read. Maybe try to make a typo in the file, or some mistake on purpose so the app fails on startup, then you know that the file are in use.
Also make sure you have the right JARs on the classpath, eg for camel use the -starter JARs when using Spring Boot On Wed, Sep 25, 2019 at 10:40 AM Mikael Andersson Wigander <[email protected]> wrote: > > In some of my applications, Spring Java, I get the default Camel context name > “camel-1”. > > I have in my properties or yaml file the following: > > camel: > name: State-Service > springboot: > name: State-Service > > I have other application with similar config working fine… > > M -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
