
eclipse
梧桐叶123
这个作者很懒,什么都没留下…
展开
-
在eclipse使用mybaties-generator生成dao、entity、mapper
一、在mysql中创建对应的sqlcreate table `test_user`(`id` int not null auto_increment comment '主键',`user_name` varchar(50) character set utf8mb4 not null comment '用户名',`password` varchar(31) character set utf8mb4 not null comment '密码',`email` varchar(50) chara原创 2021-06-05 15:06:08 · 637 阅读 · 0 评论 -
Eclipse插件使用Mybatis-generator代码生成器
转载:https://www.pianshen.com/article/139143430/转载 2021-05-22 16:17:10 · 145 阅读 · 0 评论