服务器之家

服务器之家 > 正文

MyEclipse2018中安装Mybatis generator插件的实现步骤

时间:2021-07-15 12:13     来源/作者:coder_J

前言

在使用maven配置mybatis generator插件时报以下错误,generator插件一直无法使用,查询资料说和eclipse版本有关系。

the pom for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available

无奈之下选择安装eclipse的插件。

安装步骤(基于myeclipse2018)

点击help-->install from catalog...

在搜索框输入mybatis generator出现点击install-->finish.如下图所示

MyEclipse2018中安装Mybatis generator插件的实现步骤

安装完成后在项目中右击新建mybatis generator configuration file.如下图所示

MyEclipse2018中安装Mybatis generator插件的实现步骤

点击next 选择文件生成的路径以及文件名,如下图所示

MyEclipse2018中安装Mybatis generator插件的实现步骤

点击finfish。具体配置可参考以下配置进行修改

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<!doctype generatorconfiguration public "-//mybatis.org//dtd mybatis generator configuration 1.0//en" "http://mybatis.org/dtd/mybatis-generator-config_1_0.dtd">
<generatorconfiguration>
 
 <context id="context1">
  <!-- 数据库链接url,用户名、密码 -->
  <jdbcconnection connectionurl="jdbc:mysql://localhost:3306/miaosha?characterencoding=utf8" driverclass="com.mysql.jdbc.driver" password="jma3" userid="root" />
  <!-- 生成model模型,对应的包 -->
  <javamodelgenerator targetpackage="com.jian.miaosha.dataobject" targetproject="miaosha/src/main/java" />
  <!-- 对应的xml mapper文件 -->
  <sqlmapgenerator targetpackage="mapping" targetproject="miaosha/src/main/resources" />
  <!-- 对应的dao接口 -->
  <javaclientgenerator targetpackage="com.jian.miaosha.dao" targetproject="miaosha/src/main/java" type="xmlmapper" />
  
  <!-- 要生成的表 -->
  <table schema="" tablename="customer_password">
  
  </table>
  <table schema="" tablename="customer">
  
  </table>
 </context></generatorconfiguration>

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持服务器之家。

原文链接:https://segmentfault.com/a/1190000018145466

相关文章

热门资讯

2022年最旺的微信头像大全 微信头像2022年最新版图片
2022年最旺的微信头像大全 微信头像2022年最新版图片 2022-01-10
蜘蛛侠3英雄无归3正片免费播放 蜘蛛侠3在线观看免费高清完整
蜘蛛侠3英雄无归3正片免费播放 蜘蛛侠3在线观看免费高清完整 2021-08-24
背刺什么意思 网络词语背刺是什么梗
背刺什么意思 网络词语背刺是什么梗 2020-05-22
yue是什么意思 网络流行语yue了是什么梗
yue是什么意思 网络流行语yue了是什么梗 2020-10-11
暖暖日本高清免费中文 暖暖在线观看免费完整版韩国
暖暖日本高清免费中文 暖暖在线观看免费完整版韩国 2021-05-08
返回顶部