logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

win10下elk6.0安装运行(解决Servcie不是内部或外部命令的问题)

一、背景因为搭建公司框架的需要,在SpringBoot集成了MyBatis(Mapper、PageHelper、Generator)、Activiti、druid、shiro、wagger2、lombok、thymeleaf等框架后,开始加入日志的框架,目前考虑使用elk。至少为什么使用elk,因为前两年我开始自学了flume和elk,对kafka也有所了解...

#elk
Spring Boot与Spring Cloud等的版本对应

一、概述从使用Spring Boot开始,Spring Boot和Spring Cloud在不断的更新中,社区也很是活跃。到2019年,Spring Cloud推出了Greenwich版本,问题也来了——目前正在使用Spring Cloud和欲尝试使用Spring Cloud的人,对版本肯定是关注的,不同版本之间兼容性不一样,对以后的开发带来的效应也很可能不一样。所以我觉得很有...

MyBatis: No MyBatis mapper was found in '[xx.mapper]' package. Please check your configuration.

问题情形             在使用SpringBoot集成MyBatis的过程中,项目正常启动,但控制台打出如下日志:No MyBatis mapper was found in '[com.woxin.itsm.mapper]' package. Please check your configuration.     项目说明:     SpringBoot+MyBa...

集成Swagger的问题(swagger-resources/configuration/ui 404、弹窗等)解决

一、背景关于swagger的特性功能,用过的人都很清楚,确实也好用。可以参考http://springfox.github.io/springfox/docs/current/。另外关于swagger的使用集成,其实比较简单,网上博客也不少。尤其是SpringBoot出现后,集成更为简单方便。当然有时候也会遇到一些问题,以前集成过几次,都很顺手,但这次却遇到麻烦。二...

集成Swagger的问题(swagger-resources/configuration/ui 404、弹窗等)解决

一、背景关于swagger的特性功能,用过的人都很清楚,确实也好用。可以参考http://springfox.github.io/springfox/docs/current/。另外关于swagger的使用集成,其实比较简单,网上博客也不少。尤其是SpringBoot出现后,集成更为简单方便。当然有时候也会遇到一些问题,以前集成过几次,都很顺手,但这次却遇到麻烦。二...

Spring Boot configuration annotation processor not found in classpath

Spring Boot configuration annotation processor not found in classpath问题产生今天在使用Spring Boot开发的过程中,使用了Druid连接池,但在写Druid相关的Java代码时,提示Spring Boot configuration annotation processor not found in...

到底了