码迷,mamicode.com
首页 >  
搜索关键字:artifact    ( 1496个结果
Spring整合MyBatis
1、回忆MyBatis 步骤: 导入相关jar包 编写核心配置文件 编写接口 编写mapper.xml 测试 2、MyBatis-Spring-方式一 MyBati-Spring会帮助你将MjBais 代码无缝地整合到spring 中。它将允许MVBais参与到Ssping的事务管理之中,创建映射器 ...
分类:编程语言   时间:2020-10-06 19:51:24    阅读次数:101
Spring Error BeanDefinitionStoreException: IOException parsing XML document from class path resource *
org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [applicationContext.xml]; ne ...
分类:编程语言   时间:2020-09-21 12:02:35    阅读次数:53
SpringCloud 整合 Naocs
1: Nacos搭建可以参考 https://www.cnblogs.com/zhangXingSheng/p/13678173.html SpringCloud 版本 <dependency> <groupId>org.springframework.cloud</groupId> <artifa ...
分类:编程语言   时间:2020-09-18 03:03:34    阅读次数:57
springboot 整合 pagehelper
pom.xml <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper-spring-boot-starter</artifactId> <version>1.2.13</version> </depe ...
分类:编程语言   时间:2020-09-18 02:53:05    阅读次数:50
Ubuntu 20.04 鼠标残影问题
困扰了好几个月的问题终于解决了。 背景: 之前安装了Ubuntu20.04,完了就出现,鼠标滑动,后面会跟一堆的小方框,试了重新安装驱动等操作都不可以。今天势必要解决他。 解决: 功夫不负有心人,又折腾了一个小时,在google上终于找到解决方案,鼠标终于没有残影了。 https://askubun ...
分类:系统相关   时间:2020-09-18 00:15:26    阅读次数:39
Springboot使用Thymeleaf提供的SpringSecurity标签控制支持
在使用thymeleaf渲染前端的html时,thymeleaf为SpringSecurity提供的标签属性,首先需要引入thymeleaf-extras-springsecurity4依赖支持。 一、在pom 文件中的引入springsecurity的标签依赖thymeleaf-extras-sp ...
分类:编程语言   时间:2020-09-17 21:55:18    阅读次数:43
ssm框架搭建
添加依赖: <?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" x ...
分类:其他好文   时间:2020-09-17 21:15:05    阅读次数:30
【记录】Mybatis-plus中Page插件 快速进行分页操作
使用mybatis-plus 封装好的Page插件,可以很方便的帮助我们进行查询分页,不用再写过多冗余代码,强烈推荐 以下是本人使用的例子: pom依赖 <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-gen ...
分类:其他好文   时间:2020-09-17 19:50:32    阅读次数:34
javabean深拷贝工具包
<!-- https://mvnrepository.com/artifact/uk.com.robust-it/cloning --><dependency> <groupId>uk.com.robust-it</groupId> <artifactId>cloning</artifactId> ...
分类:编程语言   时间:2020-09-17 12:53:45    阅读次数:36
Springboot整合mybatis:Invalid bound statement (not found)
Invalid bound statement (not found) ...
分类:编程语言   时间:2020-09-14 19:15:55    阅读次数:50
1496条   上一页 1 ... 6 7 8 9 10 ... 150 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!