You can run this project using
mvn spring-boot:run
# API 文件請參考
http://localhost:8080/case/api-doc
The Camel route is located in the SampleCamelRouter
class. In this class the route
starts from a timer, that triggers every 2nd second and calls a Spring Bean SampleBean
which returns a message, that is routed to a stream endpoint which writes to standard output.