yobatis:一个IDEA插件,使使用Mybatis-Generator更加容易

时间:2024-05-22 10:03:32
【文件属性】:

文件名称:yobatis:一个IDEA插件,使使用Mybatis-Generator更加容易

文件大小:1016KB

文件格式:ZIP

更新时间:2024-05-22 10:03:32

TypeScript

Note 该项目仅供说明,源码请访问 (核心,本来是支持IDEA和Eclipse) & IDEA UI: Yobatis简介 Yobatis是一款基于MybatisGenerator的IDEA插件,在MG的基础上二次开发和封装,快速生成基础的CURD方法;表结构发生变更只需要重新生成即可,Yobatis会保留dao层中手写的方法和xml中自定义的tag。 插件以Tool Window的形式呈现,只需要简单配置好数据库和文件生成路径即可: 按照上图配置好单击Generate就可以生成代码: -----> 详细介绍请访问Yobatis使用手册: 使用生成代码: 生成代码使用简单,假设Yobatis为表 create table employee(id bigint primary key auto_increment, name char(20), phone char(12)) 生成代码


【文件预览】:
yobatis-master
----.gitignore(73B)
----tsconfig.json(408B)
----README.md(2KB)
----angular.json(4KB)
----package.json(1KB)
----tslint.json(3KB)
----src()
--------test.ts(642B)
--------karma.conf.js(964B)
--------tsconfig.spec.json(256B)
--------environments()
--------app()
--------tslint.json(314B)
--------polyfills.ts(3KB)
--------main.ts(392B)
--------tsconfig.app.json(166B)
--------index.html(479B)
--------favicon.ico(5KB)
--------browserslist(388B)
--------assets()
--------styles.css(243B)
----e2e()
--------tsconfig.e2e.json(213B)
--------src()
--------protractor.conf.js(752B)
----package-lock.json(359KB)

网友评论