01 2020 档案

摘要:问题描述 org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'xxxxx.UserService' available: expected at least 1 be 阅读全文
posted @ 2020-01-09 15:47 Moooooocc 阅读(1192) 评论(0) 推荐(0)
摘要:1. 配置本机的DNS C:\Windows\System32\drivers\etc\hosts 末行添加 127.0.0.1 jay.localhost.com 可以直接访问 http://jay.localhost.com:8080/相当于直接访问 http://localhost:8080/ 阅读全文
posted @ 2020-01-06 16:33 Moooooocc 阅读(2181) 评论(0) 推荐(0)
摘要:1. 首先下载elasticsearch和elasticsearch-head https://www.elastic.co/cn/downloads/past-releases https://github.com/mobz/elasticsearch-head 2. 安装nodejs http: 阅读全文
posted @ 2020-01-04 15:30 Moooooocc 阅读(161) 评论(0) 推荐(0)
摘要:1. 流程主要就是构建索引库然后搜索索引库 lucene-analyzers-common-7.4.0.jar lucene-core-7.4.0.jar lucene-queryparser-7.4.0.jar 2. 构建索引库 1、创建一个Director对象,指定索引库保存的位置 2、基于Di 阅读全文
posted @ 2020-01-03 16:12 Moooooocc 阅读(197) 评论(0) 推荐(0)