git config --global user.name userName git config --global user.email userEmail 使用HTTPS 协议时,命令行会出现如下账号密码验证步骤。基于安全考虑,Gitee 建议配置并使用私人令牌替代登录密码进行克隆、推送等操作 Username for 'https://gitee.com': userName Password for 'https://userName@gitee.com':#私...
1. Add Maven dependency <dependency><groupId>io.github.majusko</groupId><artifactId>pulsar-java-spring-boot-starter</artifactId><version>${version}</version></dependency> 2. Configure Producer Create your configuration class with all producers you would like to register. @Configuration public cla...
<dependency> <groupId>io.github.majusko</groupId> <artifactId>pulsar-java-spring-boot-starter</artifactId> <version>1.2.0</version> </dependency> publicclassMyMsg{privateStringdata;publicMyMsg(Stringdata) {this.data=data; }publicMyMsg() {}publicStringgetData() {returndata; } } ...
History 5 Commits src/main/java/com/github/georgeanson/pulsar add exception Oct 14, 2020 .editorconfig add license and readme Oct 10, 2020 .gitignore add license and readme Oct 10, 2020 LICENSE add license and readme Oct 10, 2020
MinzzZ/pulsar-spring-boot-starter 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 master feature_transaction feature_messageConverter 1.0.0 克隆/下载 HTTPSSSHSVNSVN+SSH 该操作需登录 Gitee 帐号,请先登录后再操作。
String key = message.getKey(); log.info("=key1===>{}", key); String topicName = message.getTopicName(); log.info("=topicName1===>{}", topicName); String jsons =newString(message.getData()); log.info("=getData1===>{}", jsons); }@PulsarConsumer...
.gitignore Added support for maven central release. Sep 22, 2020 .travis.yml Added release restriction for master. Aug 15, 2020 LICENSE.md Added readme and licence. Nov 30, 2019 README.md Fixed type of properties code section. Feb 6, 2021 RELEASE.md Added support for maven central releas...