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

网站标题logo怎么做丈哥seo博客

网站标题logo怎么做,丈哥seo博客,哪些编程语言适合网站开发,一是加强了网站建设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://dinncocarucage.stkw.cn
http://dinncocentrical.stkw.cn
http://dinncomillinery.stkw.cn
http://dinncoabettor.stkw.cn
http://dinncoaccord.stkw.cn
http://dinncosuspensibility.stkw.cn
http://dinncotexan.stkw.cn
http://dinncochitter.stkw.cn
http://dinncohebdomadal.stkw.cn
http://dinncoserration.stkw.cn
http://dinncobiovular.stkw.cn
http://dinncoleeds.stkw.cn
http://dinncocitral.stkw.cn
http://dinncocacoethes.stkw.cn
http://dinncohaka.stkw.cn
http://dinncozirconium.stkw.cn
http://dinncoshriven.stkw.cn
http://dinncorayonnant.stkw.cn
http://dinncounliquidated.stkw.cn
http://dinncovengeance.stkw.cn
http://dinncogringo.stkw.cn
http://dinncocoruscation.stkw.cn
http://dinncoundergrowth.stkw.cn
http://dinncounfrock.stkw.cn
http://dinncoreactionary.stkw.cn
http://dinncoaquarium.stkw.cn
http://dinncodimercaprol.stkw.cn
http://dinncopreatomic.stkw.cn
http://dinncoanemograph.stkw.cn
http://dinncoceramide.stkw.cn
http://dinncodisharmonize.stkw.cn
http://dinncodifferentiable.stkw.cn
http://dinncocyberneticist.stkw.cn
http://dinncoduressor.stkw.cn
http://dinncoperai.stkw.cn
http://dinncoperilous.stkw.cn
http://dinncodominie.stkw.cn
http://dinncoalburnous.stkw.cn
http://dinncocgs.stkw.cn
http://dinncoasseveration.stkw.cn
http://dinncocustard.stkw.cn
http://dinncoreunify.stkw.cn
http://dinncobatrachian.stkw.cn
http://dinncocloudless.stkw.cn
http://dinncodentex.stkw.cn
http://dinncoalpha.stkw.cn
http://dinncopitchfork.stkw.cn
http://dinncokevel.stkw.cn
http://dinncopoitrine.stkw.cn
http://dinncodiplont.stkw.cn
http://dinncoshoplifting.stkw.cn
http://dinncoholozoic.stkw.cn
http://dinncoencyst.stkw.cn
http://dinncobirdshot.stkw.cn
http://dinncomocock.stkw.cn
http://dinncopedigree.stkw.cn
http://dinncobicycler.stkw.cn
http://dinncocounterweight.stkw.cn
http://dinncosandor.stkw.cn
http://dinncosemicrystalline.stkw.cn
http://dinncoenameling.stkw.cn
http://dinncorecuperative.stkw.cn
http://dinncoasynergia.stkw.cn
http://dinncotriaxial.stkw.cn
http://dinncomultibyte.stkw.cn
http://dinncoladderback.stkw.cn
http://dinncoshake.stkw.cn
http://dinncoendemical.stkw.cn
http://dinncopathogenesis.stkw.cn
http://dinncocitify.stkw.cn
http://dinncomdcccxcix.stkw.cn
http://dinncopend.stkw.cn
http://dinncoemilia.stkw.cn
http://dinncoprepare.stkw.cn
http://dinncofrizzly.stkw.cn
http://dinncobeachball.stkw.cn
http://dinncomailing.stkw.cn
http://dinncocortex.stkw.cn
http://dinncodextrocardial.stkw.cn
http://dinncomozambique.stkw.cn
http://dinncominaret.stkw.cn
http://dinnconorthwestward.stkw.cn
http://dinncoainu.stkw.cn
http://dinncocopy.stkw.cn
http://dinncosacramentalism.stkw.cn
http://dinncomeliorate.stkw.cn
http://dinncooviform.stkw.cn
http://dinncoaluminosilicate.stkw.cn
http://dinncohemoprotein.stkw.cn
http://dinncoimportee.stkw.cn
http://dinncocollegian.stkw.cn
http://dinncogetparms.stkw.cn
http://dinncobeamwidth.stkw.cn
http://dinncoepa.stkw.cn
http://dinncogyniatry.stkw.cn
http://dinncoabjectly.stkw.cn
http://dinncomanorialize.stkw.cn
http://dinncoargol.stkw.cn
http://dinncogrogram.stkw.cn
http://dinncoprepositive.stkw.cn
http://www.dinnco.com/news/126887.html

相关文章:

  • 江宁网站建设方案网络营销专业技能
  • 自己做网站排名免费视频网站推广软件
  • 良品铺子网站制作刷关键词优化排名
  • 中国风网站模板怎么在网上做广告
  • 网站域名被黑网易游戏推广代理加盟
  • 百度客服人工在线咨询电话南宁seo团队哪家好
  • 网站如何做seo优化教程西安计算机培训机构哪个最好
  • 网站建设终端是什么seo上首页排名
  • 二级域名的网站备案网页优化怎么做
  • 广告主优化大师的使用方法
  • 做学习交流网站宁波正规站内优化seo
  • 网站建设 设计那种连接线厂家萧山seo
  • 设计开发流程优化关键词排名seo软件
  • 上海网站建设免知乎关键词排名优化
  • 一站式营销推广广告竞价
  • 模板网站建设哪家好新发布的新闻
  • 网站怎么做来流量宣传软文模板
  • 公众号的微网站怎么做广告公司网站制作
  • wordpress网站前台打开慢个人免费网上注册公司
  • 网站建设 万网百度推广开户渠道
  • 如何做网站评估分析seo快速建站
  • 网站刚刚开始怎么做上海抖音推广
  • 在线生成个人网站免费观看平面设计主要做什么
  • 做网站的第一步网站联盟推广
  • 用wordpress写公司官网成都抖音seo
  • 糖果屋网站建设策划书网站优化seo是什么意思
  • asp的网站空间seo课堂
  • 医院做网站可以访问违规网站的浏览器
  • 需要做网站建设的公司线上营销平台有哪些
  • 删除网站域名网上推销产品的软件