码迷,mamicode.com
首页 >  
搜索关键字:spring cloud config    ( 71957个结果
UA: Literally Vulnerable靶机
前言 略有点虎头蛇尾。主要有一步没想通。 web打点 nmap -sP 192.168.218.0/24 #发现主机IP 192.168.218.138 #端口扫描 nmap -sV -p- 192.168.218.138 所得结果如下 Nmap scan report for 192.168.21 ...
分类:其他好文   时间:2021-05-24 13:20:10    阅读次数:0
@ControllerAdvice三种使用场景
主要来源于:https://www.cnblogs.com/lenve/p/10748453.html Spring中的注解 @ControllerAdvice作用: 处理全局异常 预设全局数据 请求参数预处理 处理全局异常 @ControllerAdvice结合 @ExceptionHandler ...
分类:其他好文   时间:2021-05-24 13:13:25    阅读次数:0
Springboot项目中Mybatis升级Mybatis-plus依赖冲突问题
原项目系统中已经引入了 Mybatis 和 pagehelper ,当引入Mybatis-plus 后启动项目报错 SqlSessionFactory 错误,排查原因后为依赖冲突导致,需排除部分jar包 1. Mybatis中 <dependency> <groupId>tk.mybatis</gr ...
分类:编程语言   时间:2021-05-24 12:59:05    阅读次数:0
Spring Ioc底层实现
原理和步骤 Ioc容器的实现主要依赖的是xml解析和Java反射。 步骤:读取配置文件 → 将其逐层“剥开”,获取各项属性 → 通过各属性配合反射生成对象 → 将其放入容器中,以供调用 具体实现 实体类 Book @Data @AllArgsConstructor @NoArgsConstructo ...
分类:编程语言   时间:2021-05-24 12:22:22    阅读次数:0
【k8s】svc-externalIPs
环境 kubernetes 1.20.4 Spring Boot 2.5.0-M3 目标 Service 的 externalIPs 可以设置一个外部的 IP 地址,并且将流量导入到集群内部。 示例 Deploy.yaml apiVersion: apps/v1 kind: Deployment m ...
分类:其他好文   时间:2021-05-24 11:56:04    阅读次数:0
spring xml 解析bean配置文件为beanDefinition过程
public AbstractBeanDefinition parseBeanDefinitionAttributes(Element ele, String beanName, @Nullable BeanDefinition containingBean, AbstractBeanDefinit ...
分类:编程语言   时间:2021-05-24 11:55:36    阅读次数:0
Spring Cloud —— 动态创建FeignClient实例
一、Feign使用中存在的问题 我们在介绍Spring Cloud —— OpenFeign 核心原理2.2节时候,举了一个生产者消费者的案例,消费者服务在去调用生产者服务提供的接口时,我们需要定义定义 FeignClient 消费服务接口: @FeignClient(name= "nacos-pr ...
分类:编程语言   时间:2021-05-24 11:07:19    阅读次数:0
spring-security查询数据库源码解析
private final AuthenticationManagerBuilder authenticationManagerBuilder; UsernamePasswordAuthenticationToken authenticationToken = new UsernamePasswor ...
分类:数据库   时间:2021-05-24 10:25:37    阅读次数:0
.NET Core-自定义配置源(加密文件)
ConfigureAppConfiguration((hostingContext, config) => { config.AddCryptoFile(Path.Combine(AppContext.BaseDirectory, "appsettings.json.crypto"), true); ...
分类:Web程序   时间:2021-05-24 10:20:52    阅读次数:0
20210515# 【spring源码全集】B站唯一阿里P8级别的架构师教程
说明 视频地址: https://www.bilibili.com/video/BV1uE411d7L5?from=search&seid=6807897890479939370 博客地址: https://blog.csdn.net/java_lyvee content 1 spring中的循环依 ...
分类:编程语言   时间:2021-05-24 10:19:14    阅读次数:0
71957条   上一页 1 ... 37 38 39 40 41 ... 7196 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!