简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
springboot的自动配置原理/步骤
1、SpringBoot启动的时候加载主配置类(@SpringBootApplication),开启了自动配置功能 @EnableAutoConfiguration。 2、@EnableAutoConfiguration 作用: 利用AutoConfigurationImportSelector给容器中导入一些组件;可以查看selectImports()方法的内容; ...
ELK6 X-pack插件中license过期
1、下载license:https://www.elastic.co/subscriptions2、运行——powershell——D:\newtools\elk>gc .\license.json | Invoke-WebRequest -uri http://127.0.0.1:9200/_xpack/license?acknowledge=true -Credential e
Window下安装redis
Redis 没有官方的Windows版本,但是微软开源技术团队(Microsoft Open Tech group)开发和维护着这个 Win64 的版本。1、下载 Redis-x64-xxx.zip压缩包到 C 盘,解压后,将文件夹重新命名为 redis。地址:https://github.com/MicrosoftArchive/redis/releasesredis-benchmark.exe
到底了