Buster Rutherford

Results 4 issues of Buster Rutherford

generateFile在mac环境下报parentFile.exists()报空指针,经查未添加mac环境判断。添加如下代码即可:PlatformUtil.isLinux() || PlatformUtil.isMac()

- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ## springboot use dubbo 3.0.6 and pinpoint-plugin can't start ![image](https://user-images.githubusercontent.com/16357518/176484446-7945350d-8f89-4870-a680-77da74fc4814.png)

type/question

出现如下错误: libdc1394 error: Failed to initialize libdc1394 WARNING: Logging before InitGoogleLogging() is written to STDERR W0507 12:27:13.683022 47 _caffe.cpp:139] DEPRECATION WARNING - deprecated use of Python interface W0507 12:27:13.683099 47...

mybatis-spring-boot-starter中好像没有事务相关配置,默认的spring-boot配置好像没有事务处理。