上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 32 下一页
摘要: Java 8 Spring Boot 2.5.3 Druid 1.2.6 MySQL 5.7.21 前文:spring boot项目19:RDBMS连接池 前文展示了S.B.中如何使用Druid数据库连接池,本文继续前面的项目,介绍如何监控慢查询。 添加下面的配置:设置慢查询条件是 超过1毫秒 就是 阅读全文
posted @ 2021-09-30 10:46 快乐的凡人721 阅读(2492) 评论(0) 推荐(0) 编辑
摘要: JAVA 8 Spring Boot 2.5.3 MySQL 5.7.21 Druid 1.2.6(2021-5-5发布) 目录 1、序章 2、使用默认HikariCP数据库 操作数据库 3、使用Druid 访问/druid/*端点 参考文档 1、序章 数据库连接池 使应用可以重复使用一个已经建立的 阅读全文
posted @ 2021-09-29 06:34 快乐的凡人721 阅读(267) 评论(0) 推荐(0) 编辑
摘要: Ubuntu 18.04.1 LTS Consul v1.10.2 JAVA 8 Spring Boot 2.5.3(Spring Cloud 2020.0.3) Chrome浏览器 1、Consul官网: https://www.consul.io/ 2、Github地址: https://git 阅读全文
posted @ 2021-09-28 06:51 快乐的凡人721 阅读(195) 评论(0) 推荐(0) 编辑
摘要: JAVA 8 elasticsearch-7.14.0 on Windows 10 Spring Boot 2.5.3 目录 1、开启ES的账号密码访问 2、修改Kibana的ES账号密码 3、Spring Boot项目启动访问ES 4、更多操作 参考文档 相关ES官方文档 1、Secure the 阅读全文
posted @ 2021-09-27 11:57 快乐的凡人721 阅读(8820) 评论(0) 推荐(0) 编辑
摘要: Java 8 Spring Boot 2.5.3 授人以渔 1、Spring Framework官方文档(有PDF下载) Core文档下的:Chapter 3. Validation, Data Binding, and Type Conversion 2、Spring Boot官方文档(有PDF下 阅读全文
posted @ 2021-09-26 14:39 快乐的凡人721 阅读(3440) 评论(0) 推荐(1) 编辑
摘要: Java 8 JMH 1.19 Eclipse Version: 2021-03 (4.19.0) JMH仓库 https://github.com/openjdk/jmh https://mvnrepository.com/search?q=jmh 最新版本:1.33 但没用起来,出现了OOM错误 阅读全文
posted @ 2021-09-24 07:00 快乐的凡人721 阅读(456) 评论(0) 推荐(0) 编辑
摘要: JAVA 8 Spring Boot 2.5.3 Google Chrome 92+ 授人以渔: 1、Spring Boot Reference Documentation This document is also available as Multi-page HTML, Single page 阅读全文
posted @ 2021-09-23 11:50 快乐的凡人721 阅读(708) 评论(0) 推荐(0) 编辑
摘要: Spring Boot 2.5.3 jquery 1.10.2 jquery 1.12.4 使用S.B.开发了一个接口,如下:/test/call @RestController @RequestMapping(value="/test") @Slf4j public class TestContr 阅读全文
posted @ 2021-09-19 23:59 快乐的凡人721 阅读(1190) 评论(0) 推荐(0) 编辑
摘要: JAVA 8 Spring Boot 2.5.3 Elasticsearch-7.14.0(Windows) 目录 创建索引1:只使用@Document注解 创建索引2:@Document注解 + @Setting注解 创建索引3:使用@Setting注解的settingPath属性 setting 阅读全文
posted @ 2021-09-18 20:24 快乐的凡人721 阅读(3503) 评论(2) 推荐(2) 编辑
摘要: JAVA 8 Spring Boot 2.5.3 Elasticsearch-7.14.0(Windows) 授人以渔: 1、Spring Boot Reference Documentation This document is also available as Multi-page HTML, 阅读全文
posted @ 2021-09-17 15:13 快乐的凡人721 阅读(2073) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 32 下一页