- 博客(5)
- 收藏
- 关注
原创 es和spring-boot-starter-parent版本对应问题
问题描述: es是7.2或者7.4版本 一开始spring-boot-data-starter-elasticsearch版本是2.16.,在es命令界面会提示版本无效,更换spring-boot-data-starter-es版本为2.2.2以上,问题解决。
2022-06-22 16:09:21 860 1
原创 标记一下Autowise或者resouce为空的问题
@ContextConfiguration(initializers = TestContextInitializer.class)@RunWith(SpringRunner.class)@SpringBootTest(classes = Application.class, webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)@Log4j2在test的时候,解决autowise或者resource导入的对象为空的问题...
2022-06-17 17:04:17 108
原创 在springboot中配置mybatis,然后在mapper中写sql语句,之后出现这样的错误
3:17:50.585 [main] ERROR org.springframework.boot.SpringApplication - Application run failedorg.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'apArticleConfigController' defined in file [D:\java项目\peach-instan
2021-10-19 23:25:44 523
原创 令我无语的报错
Caused by: org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'keyword' in 'class java.lang.String'在mapper查询sql语句后中,原本的mapper导错了包.
2021-10-18 17:22:32 226
原创 elasticsearch 版本7.4 删除一个索引的所有文档
POST example/_delete_by_query{ "query": { "match_all": {} }}后面的_delete_by_query{} 是值根据查询到所有文档来删除
2021-09-29 16:43:54 644
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人