推荐
专栏
教程
课程
飞鹅
本次共找到3052条
spring多数据源
相关的信息
Easter79
•
4年前
spring集成多个rabbitMQ
转自:https://blog.csdn.net/zz775854904/article/details/81092892MQ全称为MessageQueue, 消息队列(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fbaike.baidu.com%2Fview%2F262473.h
Stella981
•
4年前
Spring Security教程(一)
一概要SpringSecurity,这是一种基于SpringAOP和Servlet过滤器的安全框架。它提供全面的安全性解决方案,同时在Web请求级和方法调用级处理身份确认和授权。这里过多的springsecurity解释和作用就不在这里赘述了,请自行搜索。目前最新版本的SpringSecurity为4.2.2,但是我这里用
Stella981
•
4年前
Spring Data Interceptor EventListener
一下代码纯属个人项目应用不喜勿喷。参考链接所有拦截器以及触发器http://blog.csdn.net/ljhabc1982/article/details/6319251Interceptor加入到程序应用当中(配置)第一步继承拦截器importorg.hibernate.EmptyInterceptor;importorg
Stella981
•
4年前
Spring Cloud Config Client
SpringCloudConfigClient<parent<groupIdorg.springframework.cloud</groupId<artifactIdspringcloudstarterparent</artifactId<versionAngel.SR4</version</parent
Stella981
•
4年前
Spring Cloud升级之路
针对网关非Get请求的重试在之前的系列里面SpringCloud升级之路Hoxton5.实现微服务调用重试(https://my.oschina.net/u/3747772/blog/4301365),我们针对OpenFeign和SpringCloudGateway都设置了重试。对于
Stella981
•
4年前
IntelliJ IDEA创建spring
开发环境: jdk版本:JDK8 maven版本:maven3.5.2开发工具:ItellijIDEA2017.1前提条件:已安装以上软件并配置好jdk和maven的环境变量创建步骤:1.点击坐上角file》选择new》点击projec
Stella981
•
4年前
Spring seucrity 新坑
https://spring.io/blog/2020/04/15/announcingthespringauthorizationserver(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fspring.io%2Fblog%2F2020%2F04%2F15%2Fannounc
Stella981
•
4年前
Spring Cloud云架构
前面几篇我们已经介绍了SpringCloud和oauth2的知识点,今天我们要利用SpringCloud和oauth2进行commonservicesso服务搭建,本节我们只是搭建commonservicesso的基础平台,闲话少说,直接将步骤记录下来:1\.创建maven项目commonservicesso,其中pom.xml文件配置如下:
Easter79
•
4年前
Spring源码阅读——3
SpringIoC容器1、IoC容器概述控制反转、IoC容器、依赖注入控制反转:不是什么技术,而是一种设计思想。Ioc意味着将你设计好的对象交给容器控制,而不是传统的在你的对象内部直接控制。IoC容器:IoC容器控制了对象的
1
•••
102
103
104
•••
306