码迷,mamicode.com
首页 >  
搜索关键字:spring cloud config    ( 71957个结果
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
SpringBoot2.x集成springSecurity和OAuth2.0启动错误处理
当启用@EnableAuthorizationServer注解时,启动项目报错 报错信息 Description: Field configurers in org.springframework.security.oauth2.config.annotation.web.configuration ...
分类:编程语言   时间:2021-06-02 14:05:33    阅读次数:0
springcloud 官方文档打开方式
百度一下cloud主页,找到要学的对应模块,比如gateway,看learn: 进learn看reference doc即可: 点进来整个就是详细的文档了: ...
分类:编程语言   时间:2021-06-02 13:50:47    阅读次数:0
Springboot中Drools的配置类
package com.example.testdrools.config; import org.kie.api.KieBase; import org.kie.api.KieServices; import org.kie.api.builder.*; import org.kie.api.ru ...
分类:编程语言   时间:2021-06-02 13:14:55    阅读次数:0
SpringBoot-Halo study
Halo 为了实现跳转到登录页,采用了response.sendRedirect(adminIndexRedirectUri)来进行页面重定向,其中adminIndexRedirectUri的值为“ /admin/index.html”,是管理主界面。 ...
分类:编程语言   时间:2021-06-02 13:13:00    阅读次数:0
mybatis-plus.global-config.db-config.id-type=auto 和 @TableId(value = "id", type = IdType.ASSIGN_ID)哪个优先生效
对于id自动生成的方式,有注解和配置两种。 含义相同:不过设置自动增长的时候必须保证数据库中id是自增,assign_id和assign_uuid则不需要。 yml配置: mybatis-plus: #type-aliases-package: com.monster.demo.entity glo ...
分类:数据库   时间:2021-06-02 13:10:19    阅读次数: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
71957条   上一页 1 ... 31 32 33 34 35 ... 7196 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!