Skip to content

catchkuo/fusecase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

456baa3 · May 4, 2020

History

2 Commits
May 4, 2020
May 4, 2020
May 4, 2020
May 4, 2020
May 4, 2020
May 4, 2020
May 4, 2020

Repository files navigation

CamelCase

How to run

You can run this project using

    mvn spring-boot:run
    # API 文件請參考
    http://localhost:8080/case/api-doc

其他參考資訊

Camel routes

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.

Using Camel components

Apache Camel provides 200+ components which you can use to integrate and route messages between many systems and data formats. To use any of these Camel components, add the component as a dependency to your project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published