
测试平台开发 - 微服务
rookiesx
这个作者很懒,什么都没留下…
展开
-
Springboot 入门级排错java.lang.IllegalStateException: Failed to introspect Class
通过java -jar 启动springboot 时报错ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name'org.spring原创 2022-03-18 23:09:32 · 2768 阅读 · 0 评论 -
Springboot 入门级排错 Unable to start embedded Tomcat servlet container
在修改gradle dependcy 时阴差阳错多删了implementation 'io.github.lognet:grpc-spring-boot-starter:4.5.6'implementation 'org.springframework.boot:spring-boot-starter-web't解决方案:通过google stackoverflow 找到点子:You need to add the tomcat dependency in your pom原创 2022-03-18 23:00:42 · 410 阅读 · 0 评论 -
Allure 报告通过html iframe 集成Kibana dashboard(map)
背景在测试项目中,先前的allure 报告结果里,只打印了每一个case 的kibana url 字符串。这样每次通过 这传http url 去游览器里打开kibana 查看dashboard (map)数据比较麻烦。如图所示需求将根据每个case 拼接出的 kibana url 嵌套进allure report中技术方案html iframe来承载url 并显示到allure report 中 @Attachment() public static String allureE原创 2022-02-08 18:16:48 · 411 阅读 · 0 评论 -
SpringBoot persistenceExceptionTranslationPostProcessor solution
当自定义的类名是Environment 时,springboot 启动失败。异常如下:Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'persistenceExceptionTranslationPostProcessor' defined in class path resource [org/springframework/boo原创 2022-01-08 23:56:13 · 1271 阅读 · 0 评论 -
测试平台搭建 (二) 微服务SpringBoot
改造框架Controller + Service + DAO原创 2021-04-18 16:12:42 · 151 阅读 · 0 评论 -
测试平台搭建 (二)前端框架Vue 快速搭建
前言此文主要是记录,搭建测试平台所使用的前端技术。一、vue是什么?vue.js 是一种single page app 类型的前端技术框架。详细介绍请访问官网https://v1.vuejs.org/guide/installation.html二、使用步骤1.安装node去node官网https://nodejs.org/zh-cn/下载node安装包进行安装或者 mac 用户 使用brew 安装nodebrew install node2.安装vue..原创 2020-08-15 18:13:35 · 591 阅读 · 0 评论 -
测试平台搭建 (一) 微服务SpringBoot
测试平台搭建 (一)微服务SpringBoot提示:这里可以添加系列文章的所有文章的目录,目录需要自己手动添加例如:第一章 Python 机器学习入门之pandas的使用提示:写完文章后,目录可以自动生成,如何生成可参考右边的帮助文档文章目录系列文章目录 前言 一、pandas是什么? 二、使用步骤 1.引入库 2.读入数据 总结前言文本主要记录,测试平台后端的搭建,所使用到的技术栈是Java ,SprintBoot,Mybatis提示:以...原创 2020-08-15 11:53:16 · 539 阅读 · 0 评论