摘要: 常规操作导入依赖 插件的版本号要对应 <!-- MyBatis 生成器 --> <dependency> <groupId>org.mybatis.generator</groupId> <artifactId>mybatis-generator-core</artifactId> <version 阅读全文
posted @ 2020-12-24 19:27 数码暴农 阅读(231) 评论(0) 推荐(0)
摘要: <!--引入thymeleaf依赖--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> 引入依 阅读全文
posted @ 2020-12-24 16:28 数码暴农 阅读(192) 评论(0) 推荐(0)
TOP