
java
文章平均质量分 88
寂夜了无痕
开发路漫漫
展开
-
java1.8升级Java17踩坑记录
java1.8升级Java17踩坑记录原创 2025-01-03 17:11:00 · 1361 阅读 · 0 评论 -
SpringBoot 2.6 集成es 7.17
SpringBoot 2.6 集成es 7.17原创 2025-01-03 16:55:55 · 1448 阅读 · 0 评论 -
nacos多数据源插件介绍以及使用
nacos多数据源插件介绍以及使用原创 2024-10-08 17:59:57 · 1751 阅读 · 0 评论 -
Spring Boot 入门
Spring Boot 入门原创 2024-09-20 17:32:27 · 1653 阅读 · 0 评论 -
java8 Stream流详解
java8 Stream流详解原创 2024-09-07 23:23:02 · 484 阅读 · 0 评论 -
设计模式之工厂模式和策略模式实现以及区别
设计模式之工厂模式和策略模式实现以及区别原创 2024-09-07 14:28:23 · 803 阅读 · 0 评论 -
Spring框架中的循环依赖详解以及解决方案
Spring框架中的循环依赖详解以及解决方案原创 2024-09-06 17:08:29 · 460 阅读 · 0 评论 -
Java中的值传递和引用传递详解
Java中的值传递和引用传递详解原创 2024-09-03 16:07:16 · 990 阅读 · 0 评论 -
web项目运行出现java.lang.NoClassDefFoundError: org/aopalliance/intercept/MethodInterceptor
java.lang.NoClassDefFoundError: org/aopalliance/intercept/MethodInterceptor原创 2017-06-25 20:01:28 · 553 阅读 · 0 评论 -
springboot启动 Failed to bind properties under ‘‘ to com.zaxxer.hikari.HikariDataSource:
springboot启动 Failed to bind properties under '' to com.zaxxer.hikari.HikariDataSource:原创 2024-08-24 18:00:28 · 1032 阅读 · 0 评论 -
maven 从特定module(项目)重新开始编译
maven 从特定module(项目)重新开始编译原创 2024-08-21 15:59:10 · 490 阅读 · 0 评论 -
InvalidDefinitionException: Problem deserializing ‘setterless‘ property (“authorities“):
Caused by: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Problem deserializing 'setterless' property ("authorities"): no way to handle typed deser with setterless yet at [Source: UNKNOWN; byte offset: #UNKNOWN] (through reference chain: c原创 2024-06-25 10:03:53 · 619 阅读 · 0 评论 -
idea的右边栏maven不见了(丢了)解决方案以及idea无法识别maven项目
idea的右边栏maven不见了(丢了)解决方案以及idea无法识别maven项目原创 2024-06-19 14:17:14 · 15784 阅读 · 1 评论 -
spring中处理跨域的3种方案
spring中处理跨域的3种方案原创 2024-05-30 10:38:22 · 1402 阅读 · 0 评论 -
Spring Boot 项目配置支持 HTTPS
spring boot 项目配置支持https原创 2024-05-28 17:06:27 · 1204 阅读 · 0 评论 -
spring boot 配置https 报错 java.lang.IllegalArgumentException: Private key must be accompanied by cer
spring boot 配置https 报错 java.lang.IllegalArgumentException: Private key must be accompanied by cer原创 2024-05-28 16:03:42 · 707 阅读 · 0 评论 -
spring boot dynamic 动态数据数据源配置连接池
spring boot dynamic 动态数据数据源配置连接池原创 2024-03-23 16:19:07 · 5246 阅读 · 0 评论 -
Spring Cloud应用 代码方式获取当前应用的IP 以及port
Spring Cloud应用 代码方式获取当前应用的IP 以及port原创 2024-03-23 16:05:14 · 971 阅读 · 0 评论 -
Redis常用命令详解以及最佳实践
Redis常用命令详解以及最佳实践原创 2024-03-22 11:41:01 · 411 阅读 · 0 评论 -
Java应用常见log框架介绍以及 如何用好Log
Java应用常见log框架介绍以及 如何用好Log原创 2024-03-22 11:35:54 · 1110 阅读 · 0 评论 -
Springboot 集成kafka 以及连接 带有SASL/PLAIN 的kafka
Springboot 集成kafka 以及连接 带有SASL/PLAIN 的kafka原创 2024-03-21 17:33:01 · 3860 阅读 · 0 评论 -
fastjson2 反序列化包含多层泛型结构的实体类 泛型被擦除 解决方案
fastjson2 反序列化包含多层泛型结构的实体类 泛型被擦除 解决方案原创 2024-03-21 15:46:43 · 1585 阅读 · 0 评论 -
maven简介以及 Dependency Scope详解
maven简介以及 Dependency Scope详解原创 2024-03-14 16:41:12 · 2428 阅读 · 0 评论 -
java maven聚合项目-子项目重写父项目的依赖版本无法生效
java maven聚合项目-子项目重写父项目的依赖版本无法生效原创 2024-03-14 15:36:01 · 1318 阅读 · 1 评论 -
springboot集成 mongodb以及mongodb简单工具类
springboot集成 mongodb以及mongodb简单工具类原创 2024-03-10 22:59:19 · 1045 阅读 · 0 评论 -
CodecConfigurationException: Can‘t find a codec for class java.lang.Class.
CodecConfigurationException: Can't find a codec for class java.lang.Class.原创 2024-03-10 22:42:43 · 1870 阅读 · 0 评论 -
easyexcel写入long类型数据精度丢失
easyexcel写入long类型数据精度丢失原创 2024-02-22 21:45:55 · 1602 阅读 · 0 评论 -
mac上部署单体hbase
mac上部署 hbase原创 2024-01-13 14:49:34 · 1565 阅读 · 0 评论 -
springBoot 集成quartz Caused by: org.quartz.SchedulerConfigException: DataSource name not set.
springBoot 集成quartz Caused by: org.quartz.SchedulerConfigException: DataSource name not set.原创 2024-01-12 16:04:12 · 1997 阅读 · 0 评论 -
java类型属性set方法无法被赋值
java类型属性set方法 无法被赋值原创 2023-11-18 15:07:11 · 1053 阅读 · 0 评论 -
springboot web项目中 Set-Cookie 失败 办法
springboot web项目中 Set-Cookie 失败 办法原创 2023-10-28 11:39:16 · 2371 阅读 · 0 评论 -
parsed RequestPath in request attribute “org.springframework.web.util.ServletRequestPathUtils.PATH
parsed RequestPath in request attribute “org.springframework.web.util.ServletRequestPathUtils.PATH原创 2023-09-02 17:25:32 · 2267 阅读 · 1 评论 -
Linux 环境下 java17使用hutool国密4加解密出现 SecurityException: JCE cannot authenticate the provider BC
Linux 环境下 java17使用hutool国密4加解密出现 SecurityException: JCE cannot authenticate the provider BC原创 2023-08-26 17:45:14 · 5242 阅读 · 0 评论 -
springboot集成jasypt 遇到 String Encryptor custom Bean not found with name ‘xxxEncryptor‘
springboot集成jasypt 遇到 String Encryptor custom Bean not found with name ‘xxxEncryptor‘原创 2023-08-21 17:38:56 · 4821 阅读 · 5 评论 -
spring boot集成jasypt 并 实现自定义加解密
spring boot集成jasypt 并 实现自定义加解密原创 2023-08-21 16:13:36 · 3129 阅读 · 0 评论 -
redission自定义hessian序列化
redisson 自定义hessian 序列化原创 2023-08-10 17:40:39 · 1493 阅读 · 0 评论 -
java.lang.IllegalArgumentException: error Type referred to is not an annotation type: com$xxl$job$c
java.lang.IllegalArgumentException: error Type referred to is not an annotation type: com$xxl$job$core$handler$annotation$XxlJob原创 2023-03-25 16:53:11 · 1451 阅读 · 0 评论 -
java.lang.RuntimeException: com.netflix.client.ClientException: Load balancer does not have availabl
java.lang.RuntimeException: com.netflix.client.ClientException: Load balancer does not have availabl原创 2023-03-25 13:45:25 · 3808 阅读 · 0 评论 -
maven deploy上传本地jar至私服
maven deploy上传本地jar至私服原创 2023-02-14 16:30:59 · 4367 阅读 · 2 评论 -
业务/应用监控以及告警实现
Java应用监控 告警实现原创 2023-02-09 19:20:56 · 3188 阅读 · 0 评论