上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 20 下一页
摘要: 转载:https://blog.csdn.net/tianlong1569/article/details/91355263 阅读全文
posted @ 2019-08-30 10:28 炫舞风中 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 转载:https://www.javaboy.org/2019/0813/springboot-https.html 阅读全文
posted @ 2019-08-29 14:19 炫舞风中 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 参考地址:http://www.54tianzhisheng.cn/2018/01/05/SpringBoot-Kafka/ 1、pom文件 <!--kafka--> <dependency> <groupId>org.springframework.kafka</groupId> <artifac 阅读全文
posted @ 2019-08-29 11:58 炫舞风中 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 参考地址:https://www.jianshu.com/p/d0e630c8f4ae kafka是一个分布式的基于发布订阅模式的消息队列,主要应用于大数据实时处理领域。(kafka是消费者主动拉取生产者的信息) 作用(所有的消息队列):(1)、解耦:不需要两个应用都同时在线(强依赖);(2)、缓冲 阅读全文
posted @ 2019-08-28 16:54 炫舞风中 阅读(10053) 评论(0) 推荐(1) 编辑
摘要: 转载:https://blog.csdn.net/zengfanwei1990/article/details/79924483 前言 分析 参考 stackoverflow网站上的一些文章认为,Shiro框架初始化比Spring框架的某些部件早,导致使用@Autowire注入Shiro框架的某些类 阅读全文
posted @ 2019-08-27 14:26 炫舞风中 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 转载:http://www.ityouknow.com/springboot/2017/06/26/spring-boot-shiro.html Apache Shiro What is Apache Shiro? Apache Shiro 是一个功能强大、灵活的,开源的安全框架。它可以干净利落地处 阅读全文
posted @ 2019-08-19 12:20 炫舞风中 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 转载:http://www.ityouknow.com/springboot/2017/05/09/spring-boot-deploy.html 阅读全文
posted @ 2019-08-16 11:41 炫舞风中 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 转载参考:http://www.ityouknow.com/springboot/2017/05/08/spring-boot-mongodb.html MongoDB 是一个高性能,开源,无模式的文档型数据库,是当前 NoSql 数据库中比较热门的一种。 MongoDB 是一个介于关系数据库和非关 阅读全文
posted @ 2019-08-16 11:09 炫舞风中 阅读(276) 评论(0) 推荐(0) 编辑
摘要: .转载:http://www.ityouknow.com/springboot/2017/05/06/spring-boot-mail.html 简单使用 1、pom 包配置 2、在 application.properties 中添加邮箱配置 ps:补充,一般我们可以采用qq邮箱来进行测试 qq邮 阅读全文
posted @ 2019-08-15 10:37 炫舞风中 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 转载:http://www.ityouknow.com/springboot/2016/11/30/spring-boot-rabbitMQ.html RabbitMQ 即一个消息队列,主要是用来实现应用程序的异步和解耦,同时也能起到消息缓冲,消息分发的作用。 消息中间件最主要的作用是解耦,中间件最 阅读全文
posted @ 2019-08-14 17:48 炫舞风中 阅读(2225) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 20 下一页