Yyxs's Blog

外面的世界

云南游记

旅游


Elasticsearch+java 实践

搜索引擎

Pom文件配置 依赖版本号对应elasticsearch的版本 <dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>transport</artifactId> <version>5.6.3</versi...

Elasticsearch+Logstash+Kibana实践

搜索引擎

Elasticsearch Elasticsearch下载地址 解压后再bin目录中 windows下启动elasticsearch.bat 即可 本地访问 http://localhost:9200/ 如果出现下图,就说明启动成功了, 如果不成功请检查一下java环境配置[JAVA_HOME] Kibana Kibana下载地址 下载完成,解压后在config目录配置一下Elast...

cucumber background 与 hooks

自动化测试

Background Background allows you to add some context to the scenarios in a single feature. [Background允许你可以在某些特定的scenarios中添加一些上下文] A Background is much like a scenario containing a number of step...

spring mvc 集成swagger

Tools

What is swagger? Swagger is the world’s largest framework of API developer tools for the OpenAPI Specification(OAS), enabling development across the entire API lifecycle, from design and documentat...

搭建RAP api文档管理工具

Tools

原文地址 译者:yyxs Web API management, free and open sourced, mock data generator, auto test, made by Alibaba, using by 1000+ corporations! Web接口管理工具,开源免费,接口自动化,MOCK数据自动生成,自动化测试,企业级管理。阿里妈妈MUX团队出品!阿里巴巴都在...