08 2018 档案

摘要:String id = null; try {SearchRequest request = new SearchRequest(IndexAndTypeConstant.PROPERTY_SQL); request.types(IndexAndTypeConstant.PROPERTY_SQL_T 阅读全文
posted @ 2018-08-29 16:11 qwer78 阅读(139) 评论(0) 推荐(0)
摘要:1 自定义citycode.properties #List properties citycode.list[0]=www citycode.list[1]=localhost citycode.list[2]=wuhan citycode.list[3]=tianjin #Map Propert 阅读全文
posted @ 2018-08-17 16:33 qwer78 阅读(411) 评论(0) 推荐(0)
摘要:我用的2.6.0版本 <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-pool2</artifactId> </dependency> import org.apache.commons.pool2.imp 阅读全文
posted @ 2018-08-16 10:25 qwer78 阅读(168) 评论(0) 推荐(0)
摘要:@Bean LettuceConnectionFactory lettuceConnectionFactory() { RedisStandaloneConfiguration redisStandaloneConfiguration = new RedisStandaloneConfigurati 阅读全文
posted @ 2018-08-13 14:54 qwer78 阅读(2550) 评论(0) 推荐(0)