码迷,mamicode.com
首页 >  
搜索关键字:SpringBoot2    ( 464个结果
Springboot2.x集成单节点Redis
Springboot2.x集成单节点Redis 说明 在Springboot 1.x版本中,默认使用Jedis客户端来操作Redis,而在Springboot 2.x 版本中,默认使用Lettuce客户端来操作Redis。Springboot 提供了RedisTemplate来统一封装了对Redis ...
分类:编程语言   时间:2019-12-13 19:41:00    阅读次数:89
SpringBoot2.0最新版相关技术
https://gitee.com/hejr.cn.com/SpringBoot2.0_2019/tree/master SpringBoot2.0最新版相关技术学习,该项目主要是提供给正在学习SpringBoot的小伙伴,包括整合Freemarker,JSP等web页面,以及数据访问,事务管理,日 ...
分类:编程语言   时间:2019-12-13 09:28:29    阅读次数:96
SpringBoot2(thymeleaf模板jsp页面和jpa)
一、thymeleaf模板 1、在pom.xml中导入依赖 <!-- 添加thymeleaf模版的依赖 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thyme ...
分类:编程语言   时间:2019-12-12 19:53:20    阅读次数:98
SpringBoot2 使用 Druid的数据库连接池并使用监控
SpringBoot2 使用 Druid的数据库连接池并使用监控 首先引入pom文件 配置Application.yml文件 配置Druid的数据库连接池,并切添加到bean中,配置filter和Servlet } ———————————————— 版权声明:本文为CSDN博主「易水墨龙吟」的原创文 ...
分类:数据库   时间:2019-12-09 13:49:51    阅读次数:70
springboot2.0结合fastdfs实现文件分布式上传
1. 引入依赖 在父工程中,我们已经管理了依赖,版本为: 因此,这里我们直接在taotao upload工程的pom.xml中引入坐标即可: 2. 在application.yml文件中编写FastDFS属性 3. 测试 ...
分类:编程语言   时间:2019-12-06 21:32:53    阅读次数:112
Jeewx-Boot 1.1 版本发布,基于SpringBoot的开源微信管家系统
一、项目介绍 JeewxBoot是一款基于SpringBoot的开源微信管家系统,采用SpringBoot2.1.3 + Mybatis + Velocity 框架技术。支持微信公众号、微信第三方平台(扫描授权公众号)、抽奖活动等。JeewxBoot实现了微信公众号管理、抽奖活动等基础功能,便于二次 ...
分类:微信   时间:2019-12-05 19:05:55    阅读次数:121
springboot2.0和Druid整合配置数据源
1. idea使用spring 初始化工具初始化springboot项目(要选中web) 下一步,下一步 2. 在pom.xml中,引入Druid连接池依赖: 3. 添加jdbc.properties 4. 新建 ,用来进行属性注入 5. 配置数据源 创建JdbcConfiguration类: 配置 ...
分类:编程语言   时间:2019-12-04 20:05:08    阅读次数:121
Springboot2.x整合Redis以及连接哨兵模式/集群模式
依赖: <!--spirngboot版本为2.x--><!-- 加载spring boot redis包,springboot2.0中直接使用jedis或者lettuce配置连接池,默认为lettuce连接池,这里使用jedis连接池 --><!-- 加载spring boot redis包 --> ...
分类:编程语言   时间:2019-12-02 19:15:37    阅读次数:134
springboot2.1.7整合Druid
一、maven的依赖;文中就贴重点的, 其他依赖就不贴了 <dependency> <groupId>com.alibaba</groupId> <artifactId>druid</artifactId> <version>1.1.17</version> </dependency> 二、yml的 ...
分类:编程语言   时间:2019-12-01 00:34:49    阅读次数:235
SpringBoot使用mybatis,发生:Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured
最近,配置项目,使用SpringBoot2.2.1,配置mybatis访问db,配好后,使用自定义的数据源。启动发生: 虽然,我知道,是因为我没有在application.yml文件中配置:spring.datasource。但是因为我是自定义的数据源,配置项不在spring.datasource, ...
分类:编程语言   时间:2019-11-30 22:48:06    阅读次数:260
464条   上一页 1 ... 15 16 17 18 19 ... 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!