切记:单元测试时需要需要保证有spring boot上下文 @Component public class SpringBeanUtils implements ApplicationContextAware { private static ApplicationContext applicationContext; public static ApplicationContext g
mockserver一直使用spring boot自带的默认数据库配置方式,今天改造成单位统一的数据库组件启动报如下错误: Description: Failed to auto-configure a DataSource: 'spring.datasource.url' is not specified and no embedded datasource could be auto-co
为了验证系统性能,分别通过jmeter基于http、https 以及httpclient HttpUrlConnection 等几种方式对及支持http /https 接口进行1000thread并发测试结果分析,执行脚本过程中分别出现如下错误信息及解决过程记录。 1、NoHttpResponseException (the target server failed to respond) 服