For a simple java user like me, even the test classes create confusion.
What is the best pratice ?

@SpringBootTest(classes = SampleCamelApplication.class)
or
@SpringBootTest(classes = MySpringBootRouter.class, webEnvironment =
SpringBootTest.WebEnvironment.RANDOM_PORT)

?



2017-02-08 16:29 GMT+01:00 Jean Francois LE BESCONT <[email protected]>:

> Hi,
>
> There are two examples :
>
> https://github.com/apache/camel/tree/master/examples/
> camel-example-spring-boot
> https://github.com/apache/camel/tree/master/examples/
> camel-example-spring-boot-starter
>
> Which are very similar (POC of timer). After a winmerge of these two
> example and as a java camel users, I am more lost and confused on which one
> use as based than something else.
>
> Jeff
>

Reply via email to