SpringBoot
未读
SpringBoot整合Elasticearch
SpringBoot整合Elasticearch spring-boot-starter-data-elasticsearch 依赖 <dependency>
<groupId>org.springframework.boot</groupId
开发工具
未读
ElasticSearch
ElasticSearch 1.简介 Elasticsearch(ES) 是一个基于 Apache Lucene 开源的分布式、高扩展、近实时的搜索引擎,主要用于海量数据快速存储,实时检索,高效分析的场景。通过简单易用的 RESTful API,隐藏 Lucene 的复杂性,让全文搜索变得简单。 E
中间件
未读
Redis缓存cache代码
Redis缓存cache代码 RedisController package com.example.learning.redis;
import org.springframework.beans.factory.annotation.Autowired;
import org.springfr
Java
未读
ip2region地址定位
ip2region地址定位 1、简介 https://github.com/lionsoul2014/ip2region https://github.com/li
Java
未读
sringboot日志log
sringboot日志log 1.mybatis 方法一:指定整个mapper包下的日志级别 # application.yml
logging:
level:
com.fwzx.dao: debug #对应到mapper中dao包的路径
# 等价于application.prop
Java
未读
EXCEL导入导出poi-ooxml
EXCEL导入导出poi-ooxml 1.简介 https://poi.apache.org/ Apache POI 是用Java编写的免费开源的跨平台的 Java API,Apache POI提供API给Java程式对Microsoft Office格式档案读和写的功能。是目前较流行的导入导出ex