码迷,mamicode.com
首页 >  
搜索关键字:spring cloud    ( 48456个结果
spring cloud stream 3.1.2 源码搭配rocketmq学习 (二)
现在我们从源码来分析(一)中所涉及的东西 提问 问一下自己想从源码中知道什么, 带着目的去看源码才容易搞懂. 从下述的代码中发现定义了一个Function的Bean和在yaml中定义了definition, 那么这两个定义的作用是什么呢? Function是怎么样去绑定、注册的呢? 带着问题我们就可 ...
分类:编程语言   时间:2021-06-02 14:52:40    阅读次数:0
SpringBoot整合kafka的简单应用
引入依赖 <!-- https://mvnrepository.com/artifact/org.springframework.kafka/spring-kafka --> <dependency> <groupId>org.springframework.kafka</groupId> <art ...
分类:编程语言   时间:2021-06-02 14:22:43    阅读次数:0
微服务网关 zuul 替代者 gateway 网关路由
简述Spring Cloud Gateway 是 Spring Cloud 的一个子项目,该项目是基于 Spring 5.0,Spring Boot 2.0 和 Project Reactor 等技术开发的网关,它旨在为微服务架构提供一种简单有效的统一的 API 路由管理方式。 Spring Clo ...
分类:其他好文   时间:2021-06-02 14:13:45    阅读次数:0
springcloud 官方文档打开方式
百度一下cloud主页,找到要学的对应模块,比如gateway,看learn: 进learn看reference doc即可: 点进来整个就是详细的文档了: ...
分类:编程语言   时间:2021-06-02 13:50:47    阅读次数:0
SpringBoot-Halo study
Halo 为了实现跳转到登录页,采用了response.sendRedirect(adminIndexRedirectUri)来进行页面重定向,其中adminIndexRedirectUri的值为“ /admin/index.html”,是管理主界面。 ...
分类:编程语言   时间:2021-06-02 13:13:00    阅读次数:0
如何使用iToolab UnlockGo for Mac解锁iphone?
UnlockGo是一个多合一的iOS解锁程序,能够轻松在iPhone或iPad上解锁屏幕密码,iCloud激活锁,Apple ID / iCloud帐户和“查找我的iPhone”而无需输入密码。本次小编为您带来如何有效地使用UnlockGo来解锁iPhone或iPad上的各种锁的教程,快来看看吧! ...
分类:系统相关   时间:2021-06-02 13:08:22    阅读次数:0
spring 事务传播行为之嵌套事务NESTED细节
照抄自:https://www.jianshu.com/p/c6d4095f5833 spring 事务传播行为之嵌套事务NESTED细节 经过我之前的实践,可以看出 NESTED事务申明在调用者上会新建一个独立事务。申明在被调用者上,若调用者存在事务则加入调用者事务。调用者不存在事务则新建一个独立 ...
分类:编程语言   时间:2021-06-02 13:05:16    阅读次数:0
filter,interceptor,controllerAdvice,aspect,controller执行顺序
1、filter,这是java的过滤器,和框架无关的,是所有过滤组件中最外层的,从粒度来说是最大的。 配置方式,有直接实现Filter+@component,@Bean+@configuration(第三方的filter) 2、interceptor,spring框架的拦截器 配置方式,@confi ...
分类:Web程序   时间:2021-06-02 13:00:20    阅读次数:0
Hystrix Dashboard使用
1.平台搭建 新建一个工程: cloud-consumer-hystrix-dashboard9001 pom必须引入actuator,所有需要被监控的服务都要引入actuator: <!-- netflix dashboard --> <dependency> <groupId>org.sprin ...
分类:其他好文   时间:2021-06-02 12:54:20    阅读次数:0
基于八叉树的动态障碍物滤出
#话不多说直接上代码 #include <pcl/point_cloud.h> #include <pcl/octree/octree_pointcloud_changedetector.h> #include <iostream> #include <vector> #include <ctime ...
分类:其他好文   时间:2021-06-02 12:48:57    阅读次数:0
48456条   上一页 1 ... 20 21 22 23 24 ... 4846 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!