Could not initialize plugin: interface org.mockito.plugins.MockMaker

IDE:Idea

添加依赖

<dependency>
            <groupId>net.bytebuddy</groupId>
            <artifactId>byte-buddy</artifactId>
            <version>1.8.16</version>
        </dependency>
        <dependency>
            <groupId>net.bytebuddy</groupId>
            <artifactId>byte-buddy-agent</artifactId>
            <version>1.8.16</version>
            <scope>test</scope>
        </dependency>
posted @ 2018-11-24 14:41  bihang  阅读(4616)  评论(0编辑  收藏  举报