skipper-sj

Results 2 issues of skipper-sj

系统版本 - Dubbo version: 2.7.15 - Java version: 1.8 问题描述: org.apache.dubbo.registry.integration.RegistryDirectory#mergeUrl ```java // The combination of directoryUrl and override is at the end of notify, which can't be handled here...

type/bug

mybatis的starter是自己写的,引入了自定义mybatis starter,没有引用官方的starter,启动之后,一直进入不了interceptor,发现PageHelperAutoConfiguration中有一行@AutoConfigureAfter(MybatisAutoConfiguration.class),是否表示必须引用官方的才能够使用