Douspeng
Douspeng
- 我看模板里用的定界符是“@”,在哪配置的啊,yml里只配置了 resource-auto-check - 其他的Java配置文件中也没有找到
- 为什么集成需要手动排除monggo的jar,我项目里没有任何mongo集成 - log4j也有冲突 - 看图,如下  - 使用TCC注解的service类,只能是实现接口的形式,这种是设计要求?
部分单元格内容需要进行拆分换行,这个有什么好建议么? 我试了几种方式都不行。
### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [X] I have searched the...
### Description i see `buildOptions ` in [doc](http://dmp.fabric8.io/#build-configuration) whether `buildoptions` can support disabling caching in Docker build I tried a few things, but it never worked ### Info * docker-maven-plugin...
当DelayMode不是DELIVER_TIME_MILLISECONDS时,将Message对象toJSONString时,导致 ` Long.parseLong` 抛出 `NumberFormatException`异常 Message中如下方法,`this.getUserProperty(MessageConst.PROPERTY_TIMER_DELIVER_MS)`返回了null. ``` public long getDeliverTimeMs() { return Long.parseLong(this.getUserProperty(MessageConst.PROPERTY_TIMER_DELIVER_MS)); } ``` RocketMQTemplate中: ``` public SendResult syncSend(String destination, Message message, long timeout) { return syncSend(destination, message, timeout,...
- 项目第一次启动,调用`public static T parseObject(String text, Class clazz)`没有问题正常解析 - 修改`clazz`中的某个属性`String`改为`int`再次调用parseObject便会出现问题,调试到`FieldDeserializer.setValue(Object object, Object value)` 中的`method.invoke(object, value)` - 部分信息如下 ``` com.alibaba.fastjson.JSONException: set property error, com..... Caused by: java.lang.reflect.InvocationTargetException at com.zeroturnaround.jrebelbase.facade.w.throwWrappedNoSuchMethodError(SourceFile:179) at com.zeroturnaround.jrebelbase.facade.w.checkMethodRemoved(SourceFile:200)...