久久福利_99r_国产日韩在线视频_直接看av的网站_中文欧美日韩_久久一

您的位置:首頁技術(shù)文章
文章詳情頁

Spring boot整合Mybatis-plus過程解析

瀏覽:36日期:2023-09-13 10:22:27

Mybatis初期使用比較麻煩,需要很多配置文件、實體類、dao層映射、還有很多其他的配置。初期開發(fā)使用generator可以根據(jù)表結(jié)構(gòu)自動生產(chǎn)實體類、dao層代碼,這樣是可以減輕一部分開發(fā)量;后期mybatis進行大量的優(yōu)化,現(xiàn)在可以使用注解版本,自動管理dao層和配置文件。

maven 依賴 注意:本文使用的是mysql,數(shù)據(jù)庫依賴就不展示了

<!-- 引入mvbatie -plus starter--><dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version>2.3</version> </dependency> <!-- 模板引擎 mybatis使用code生成代碼需要 --><dependency><groupId>org.apache.velocity</groupId><artifactId>velocity-engine-core</artifactId><version>2.0</version></dependency>

代碼模版引擎需要velocity或freemarker(mybatis-plus默認(rèn)使用velocity,兩者任選其一),這里使用velocity

代碼生成器

public static void main(String[] args) {CodeGeneration codeGeneration = new CodeGeneration();codeGeneration.execute();}/** * * @ClassName: CodeGeneration * @Description: 代碼生成器 */public void execute() {AutoGenerator mpg = new AutoGenerator();// 全局配置GlobalConfig gc = new GlobalConfig();//生成的代碼路徑(系統(tǒng)路徑)gc.setOutputDir('/Users/wangxiaowei/wxw/eclipseWorkSpace/study/src/main/java');gc.setFileOverride(true);gc.setActiveRecord(false);// 不需要ActiveRecord特性的請改為falsegc.setEnableCache(false);// XML 二級緩存gc.setBaseResultMap(true);// XML ResultMapgc.setBaseColumnList(false);// XML columListgc.setAuthor('wxw');// 作者// 自定義文件命名,注意 %s 會自動填充表實體屬性!gc.setControllerName('%sController');gc.setServiceName('%sService');gc.setServiceImplName('%sServiceImpl');gc.setMapperName('%sDao');gc.setXmlName('%sMapper');mpg.setGlobalConfig(gc);// 數(shù)據(jù)源配置DataSourceConfig dsc = new DataSourceConfig();dsc.setDbType(DbType.MYSQL);dsc.setDriverName('com.mysql.jdbc.Driver');dsc.setUsername('xxx');//數(shù)據(jù)庫用戶名dsc.setPassword('xxx');//密碼//數(shù)據(jù)庫路徑dsc.setUrl('jdbc:mysql://localhost:30870/horus_dev?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true');mpg.setDataSource(dsc);// 策略配置StrategyConfig strategy = new StrategyConfig();strategy.setTablePrefix(new String[] { '' });// 此處可以修改為您的表前綴strategy.setNaming(NamingStrategy.underline_to_camel);// 表名生成策略// 需要生成的表的名稱,這里app_user_info即為表名strategy.setInclude(new String[] { 'app_user_info',});strategy.setSuperServiceClass(null);strategy.setSuperServiceImplClass(null);strategy.setSuperMapperClass(null);mpg.setStrategy(strategy);// 包配置PackageConfig pc = new PackageConfig();pc.setParent('com.wang.study');//父包,下面的子包均在這父包之下pc.setController('controller');//上面生成的controller類 放到controller子包pc.setService('service');//上面生成的service 放到service子包,下面類似pc.setMapper('dao');pc.setEntity('pojo');pc.setXml('mapper');mpg.setPackageInfo(pc);// 執(zhí)行生成mpg.execute();}

mybatis 基礎(chǔ)配置(這里使用的properties)

#數(shù)據(jù)源spring.datasource.url=jdbc:mysql://localhost:30870/horus_dev?useUnicode=true&characterEncoding=utf-8spring.datasource.username =xxxspring.datasource.password =xxxspring.datasource.type =com.alibaba.druid.pool.DruidDataSource#mapper文件mybatis-plus.mapper-locations=classpath:com/wang/study/mapper/*.xml#數(shù)據(jù)庫表對應(yīng)的實體類所在包mybatis-plus.type-aliases-package=com/wang/study/pojo#日志 打印sqllogging.level.com.wang.study.dao=debug

mybatis-plus 分頁,在配置類里添加以下配置

/** * mybatis-plus分頁插件<br> * 文檔:http://mp.baomidou.com<br> */ @Bean public PaginationInterceptor paginationInterceptor() { PaginationInterceptor paginationInterceptor = new PaginationInterceptor(); paginationInterceptor.setDialectType('mysql'); return paginationInterceptor; }

以上就是本文的全部內(nèi)容,希望對大家的學(xué)習(xí)有所幫助,也希望大家多多支持好吧啦網(wǎng)。

標(biāo)簽: Spring
相關(guān)文章:
主站蜘蛛池模板: 中文字幕亚洲欧美 | 日韩成人国产 | 在线观看欧美日韩 | 亚洲国产午夜视频 | 天天久久婷婷 | a级毛片黄| 中文字幕在线视频网站 | h片免费观看 | 国产三级视频 | 久久r免费视频 | 亚洲国产一区二区三区 | 久久成人视屏 | 亚洲一区二区三区在线视频 | 日韩一区二区免费视频 | 午夜欧美一区二区三区在线播放 | 九九99久久| 99精品欧美一区二区蜜桃免费 | 国产精品久久久久久久久久三级 | 黄色片在线免费看 | 男女视频在线看 | 国产美女网站 | 久久精品国产一区 | 欧美1区2区3区 | 亚洲系列| 中文字幕第一页在线 | 成人精品鲁一区一区二区 | 一区二区日本 | 亚洲国产婷婷香蕉久久久久久99 | 日日爱视频 | 超碰香蕉 | 日本久久久久久久 | 日韩视频一区二区三区在线观看 | 中国91视频 | 欧美激情专区 | 日韩成人小视频 | 欧美在线小视频 | 国产成人精品免高潮在线观看 | 成人精品一区 | 精品91久久久 | 欧美一级片在线观看 | 国产精品视频一二三区 |