Loading...
介绍jdbc 配合 Enjoy sql解析器真心不错,弥补了jpa不支持复杂的sql查询缺陷Enjoyjdbc1、pom包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot...
Elasticsearch7.6 集群部署、集群认证及使用window版本测试部署,centos使用docker-compose部署,springboot连接使用,集群配置ssl和CA证书配置配置参考Elasticsearch的一些概念和配置参数说明Elasticsearch集群内部配置TLS加密通信及身份验证window 环境部署集群elasticsearch 下载地址kibana 下载...
配置文件# docker-compose.yml文件的版本 version: "3" # 管理的服务 services: redis: image: redis ports: # 端口映射 - 6379:6379 container_name: redis volumes: # 目录映射 ...
介绍个人springdome 测试软件架构redis 基于 Lettuce 学习(springboot2.x其中使用的是Lettuce,springboot1.x系列中,其中使用的是jedis)a. Lettuce 和 Jedis 的定位都是Redis的client,所以他们当然可以直接连接redis server。b. Jedis在实现上是直接连接的redis server,如果在多线程环...
springdome介绍个人springdome 测试软件架构mybatis1、导入表结构create table test.user ( id bigint not null AUTO_INCREMENT comment '主键' primary key, age int null comment '年龄', password varchar(32) null co...