1. 首页
  2. 考试认证
  3. 其它
  4. camelot embedded example whz使用Camelot嵌入Hazelcast的示例

camelot embedded example whz使用Camelot嵌入Hazelcast的示例

上传者: 2024-11-04 01:04:25上传 ZIP文件 16.5KB 热度 2次

Camelot嵌入Hazelcast排除示例展示了如何在不依赖Hazelcast的情况下使用嵌入的Camelot框架。聚合器将仅在本地内存中工作。使用以下步骤启动示例:

  1. 克隆示例代码:

```

git clone git@github.com:camelot-framework/camelot-embedded-example-whz.git

```

  1. 进入项目目录:

```

cd camelot-embedded-example-whz

```

  1. 编译并运行:

```

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'

用户评论