camelot embedded example whz使用Camelot嵌入Hazelcast的示例
Camelot嵌入Hazelcast排除示例展示了如何在不依赖Hazelcast的情况下使用嵌入的Camelot框架。聚合器将仅在本地内存中工作。使用以下步骤启动示例:
- 克隆示例代码:
```
git clone git@github.com:camelot-framework/camelot-embedded-example-whz.git
```
- 进入项目目录:
```
cd camelot-embedded-example-whz
```
- 编译并运行:
```
mvn clean compile jetty:run
```
curl 'http://localhost:8080/test/post?msg=Hello,World1&uuid=key1'
curl 'http://localhost:8080/test/post?msg=Hello,World2&uuid=key2'
用户评论