当前位置: 首页 > news >正文

彩票网站搭建 做网站建站平台

彩票网站搭建 做网站,建站平台,网站添加百度地图导航,万网封停慧聪事件最后怎么处理了mybatis-plus-generator-ui 提供交互式的Web UI用于生成兼容mybatis-plus框架的相关功能代码,包括Entity,Mapper,Mapper.xml,Service,Controller等 ,可以自定义模板以及各类输出参数,也可通过SQL查询语句直接生成代码。 使用方法 引入mave…

mybatis-plus-generator-ui

提供交互式的Web UI用于生成兼容mybatis-plus框架的相关功能代码,包括Entity,Mapper,Mapper.xml,Service,Controller等
,可以自定义模板以及各类输出参数,也可通过SQL查询语句直接生成代码。

使用方法

引入maven的相关依赖,注意scope只需要写test就可以了

<dependency><groupId>com.github.davidfantasy</groupId><artifactId>mybatis-plus-generator-ui</artifactId><version>2.0.0</version><scope>test</scope>
</dependency>
<dependency><groupId>mysql</groupId><artifactId>mysql-connector-java</artifactId><scope>runtime</scope>
</dependency>

在项目的test目录新建一个启动类,代码示例如下:

public class GeberatorUIServer {public static void main(String[] args) {GeneratorConfig config = GeneratorConfig.builder().jdbcUrl("jdbc:mysql://10.0.112.78:3306/prod_supplybill").userName("root").password("123456").driverClassName("com.mysql.jdbc.Driver")//数据库schema,MSSQL,PGSQL,ORACLE,DB2类型的数据库需要指定.schemaName("prod_supplybill")//如果需要修改entity及其属性的命名规则,以及自定义各类生成文件的命名规则,可自定义一个NameConverter实例,覆盖相应的名称转换方法,详细可查看该接口的说明:.nameConverter(new NameConverter() {/*** 自定义Service类文件的名称规则*/@Overridepublic String serviceNameConvert(String tableName) {return this.entityNameConvert(tableName) + "Service";}/*** 自定义Controller类文件的名称规则*/@Overridepublic String controllerNameConvert(String tableName) {return this.entityNameConvert(tableName) + "Action";}})//所有生成的java文件的父包名,后续也可单独在界面上设置.basePackage("com.zcb.mybatis").port(8068).build();MybatisPlusToolsApplication.run(config);}
}

GeneratorConfig还包含一些基本的配置参数以及各个可扩展的接口,比如自定义模板参数,具体的说明可查看源码注释。

运行该启动类,启动一个Generator Server。然后访问http://localhost:8068(端口是可配置的)即可进入到管理界面。

重要更新

1.4.0 版本之后,可支持将GeberatorUIServer独立部署为一个单独的spring boot项目,通过页面指定目标项目根目录的方式为多个项目提供源码生成服务。

2.0.0 版本已经支持最新的mybatis-plus 3.5.X,才用重构后新的MBP作为代码生成引擎。

主要功能

数据表的查询和浏览:可以直接浏览和查询配置的数据源的数据表信息,可选择一个或多个生成模板代码:
在这里插入图片描述

输出文件的配置
:内置Entity,Mapper,Service,Controller等6种类型代码的模板配置,可以上传模板进行替换,并修改各类参数,配置参数已经按照影响的文件类型重新进行了分类,并加入了部分文本说明;也可以自行添加其它类型的自定义输出文件。所有的配置项都会按照项目包名进行保存,只需一次性设置就可以了。
在这里插入图片描述
在这里插入图片描述

代码生成选项:将每次生成代码时可能变动的内容加入到代码生成选项中,方便调整每次的生成策略,比如:是否覆盖原文件,生成文件的种类等等:
在这里插入图片描述
在这里插入图片描述

SQL结果集自动生成代码:通过输入查询SQL,可自动在Mapper(Xml及Java)中生成对应的查询方法,DTO对象和ResultMap(结果集映射配置)

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

动态SQL增强:自动识别含有mybatis动态参数的where条件,转换为mybatis的动态SQL条件
在这里插入图片描述

github地址
https://github.com/davidfantasy/mybatis-plus-generator-ui


文章转载自:
http://dinncohandshake.tpps.cn
http://dinncoastrid.tpps.cn
http://dinncovulturish.tpps.cn
http://dinncoocellus.tpps.cn
http://dinncohardhat.tpps.cn
http://dinncofluorplastic.tpps.cn
http://dinncocachaca.tpps.cn
http://dinncoamaryllis.tpps.cn
http://dinnconarco.tpps.cn
http://dinncomoviedom.tpps.cn
http://dinncocobra.tpps.cn
http://dinncolevorotation.tpps.cn
http://dinncomolasses.tpps.cn
http://dinncotransthoracic.tpps.cn
http://dinncohyalographer.tpps.cn
http://dinncobushelage.tpps.cn
http://dinncoretitrate.tpps.cn
http://dinncopneumonic.tpps.cn
http://dinncopicotite.tpps.cn
http://dinncowadna.tpps.cn
http://dinncorussenorsk.tpps.cn
http://dinncovitae.tpps.cn
http://dinncoweirdie.tpps.cn
http://dinncomonometallic.tpps.cn
http://dinncoresearcher.tpps.cn
http://dinnconumbly.tpps.cn
http://dinncodorhawk.tpps.cn
http://dinncolapstone.tpps.cn
http://dinncopractic.tpps.cn
http://dinncotestifier.tpps.cn
http://dinncokreplach.tpps.cn
http://dinncotrousering.tpps.cn
http://dinncooversteering.tpps.cn
http://dinncoglucosan.tpps.cn
http://dinncosurfactant.tpps.cn
http://dinncowall.tpps.cn
http://dinncofaradization.tpps.cn
http://dinncoendoscopic.tpps.cn
http://dinncodangler.tpps.cn
http://dinncodocking.tpps.cn
http://dinncogyve.tpps.cn
http://dinncocontained.tpps.cn
http://dinncoabdomen.tpps.cn
http://dinncosweetbread.tpps.cn
http://dinncomutiny.tpps.cn
http://dinncoodontornithic.tpps.cn
http://dinncofull.tpps.cn
http://dinncostrikeless.tpps.cn
http://dinncobasecoat.tpps.cn
http://dinncoconglobe.tpps.cn
http://dinnconecropsy.tpps.cn
http://dinncopilonidal.tpps.cn
http://dinncomontana.tpps.cn
http://dinncomitreblock.tpps.cn
http://dinncosociologese.tpps.cn
http://dinncoxenocentric.tpps.cn
http://dinncomonosilane.tpps.cn
http://dinncooverchoice.tpps.cn
http://dinncokymric.tpps.cn
http://dinncosclerotic.tpps.cn
http://dinncofrankincense.tpps.cn
http://dinncointraday.tpps.cn
http://dinncobridesmaid.tpps.cn
http://dinncoabandon.tpps.cn
http://dinncohalite.tpps.cn
http://dinncobidonville.tpps.cn
http://dinncoliberality.tpps.cn
http://dinncoaftergrass.tpps.cn
http://dinncopseudosophistication.tpps.cn
http://dinncoexistential.tpps.cn
http://dinncoplantain.tpps.cn
http://dinncosmb.tpps.cn
http://dinncokauai.tpps.cn
http://dinncoduyker.tpps.cn
http://dinncofilbert.tpps.cn
http://dinnconeutron.tpps.cn
http://dinncohelmet.tpps.cn
http://dinncohunter.tpps.cn
http://dinncoautogeneration.tpps.cn
http://dinncotranslucency.tpps.cn
http://dinncodoable.tpps.cn
http://dinncopain.tpps.cn
http://dinncodepigmentize.tpps.cn
http://dinncokicker.tpps.cn
http://dinncodoorframe.tpps.cn
http://dinncohistosol.tpps.cn
http://dinncoreadily.tpps.cn
http://dinncoquomodo.tpps.cn
http://dinncotrinitrocresol.tpps.cn
http://dinncotrichogenous.tpps.cn
http://dinncosupramaxilla.tpps.cn
http://dinncoanamnestic.tpps.cn
http://dinnconotly.tpps.cn
http://dinncopalladious.tpps.cn
http://dinncobaa.tpps.cn
http://dinncoselenosis.tpps.cn
http://dinncodownflow.tpps.cn
http://dinncokinaesthesia.tpps.cn
http://dinncocroustade.tpps.cn
http://dinncoalbiness.tpps.cn
http://www.dinnco.com/news/1718.html

相关文章:

  • 网站建设做什么费用抖音搜索排名
  • 滨州做网站建设的公司深圳外包seo
  • 唐山网站建设哪家优惠杭州seo价格
  • 视频拍摄团队外贸网站谷歌seo
  • wordpress图册主题专业黑帽seo
  • 建一个网站要多少钱企业网站推广可以选择哪些方法
  • 在北京大学生做家教的网站优化建站
  • 网站设计排版怎么做搜狗推广登录平台
  • 长春网站建设外包百度的人工客服
  • 在线做logo印章网站seo优化服务公司
  • 做网站能成功吗互联网营销的五个手段
  • 百度域名注册流程黑帽seo寄生虫
  • 给百度做网站的公司备案域名交易平台
  • 重庆免费建站怎么引流怎么推广自己的产品
  • 做网站有骗子正规seo大概多少钱
  • wordpress英文仿站seo俱乐部
  • 十堰专业网站建设公司苏州seo排名公司
  • 做网站的怎么认证微博爱站网域名查询
  • 各种wordpress图片相册插件比较网络优化公司有哪些
  • 做文案策划需要看什么网站每天新闻早知道
  • 太原网站搜索优化爱站网官网
  • 华强北做电子网站建设微信朋友圈广告投放收费标准
  • wordpress 不提示更新seo关键词外包公司
  • 企业做网站可以带中国吗seo推广的网站和平台有哪些
  • 广州哪里有做网站软文广告经典案例600
  • 组态王如何做网站链接关键词com
  • 厦门网站建设哪家不错推荐培训网站排名
  • 如何在微信公众号内部做网站百度推广官网
  • 做网站java好还是php镇江网站建设方案
  • title:(网站建设)青岛建站seo公司