阅读背景:

springboot:集成mybatisplus 3.x 并生成代码_wsh_ningjing的博客

来源:互联网 

1、引入依赖

<!--引入mybatis-plus代码生成器依赖-->
<dependency>
    <groupId>com.baomidou</groupId>
    <artifactId>mybatis-plus-generator</artifactId>
</dependency>
<!-- 代码生成器模板 -->
<dependency>
    <groupId>org.apache.velocity</groupId>
    <artifactId>velocity-engine-core</artifactId>
    <version>2.0</version>
</dependency><!--引入mybatis-plus代码生成器依赖-->
<



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: