logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

elasticsearch实战(注解方式实现日志实时记录)

一、环境安装1.es安装下载地址:https://www.elastic.co/cn/downloads/past-releases/elasticsearch-7-3-1选择对应版本下载。解压到文件夹。双击 elasticsearch.bat 启动。访问9200端口,启动成功。2.安装可视化工具本地安装node环境。代码下载地址:https://github.com/mobz/elasticse

#elasticsearch#restful
Cannot instantiate interface org.springframework.context.ApplicationContextInitializer

报错信息:Exception in thread "main" java.lang.IllegalArgumentException: Cannot instantiate interface org.springframework.context.ApplicationContextInitializer : com.ctrip.framework.apollo.spring.boot.Apol

#java#spring boot
到底了