06 2022 档案

摘要:问题: ava: Internal error in the mapping processor: java.lang.NullPointerException at org.mapstruct.ap.internal.processor.DefaultVersionInformation.crea 阅读全文
posted @ 2022-06-30 11:13 虹梦未来 阅读(51) 评论(0) 推荐(0) 编辑
摘要:SpringBoot强大特性之一便是自动配置,约定大于配置。 网上类似的文章很多,比如这篇: SpringBoot之自定义starter_小彭不会秃头的博客-CSDN博客_springboot自定义starter目录一、什么是SpringBoot starter机制二、为什么要自定义starter三 阅读全文
posted @ 2022-06-30 09:33 虹梦未来 阅读(7) 评论(0) 推荐(0) 编辑
摘要:环境: Centos7 Mysql8 登陆mysql mysql -u root -p 查看所有的用户 select HOST,user ,grant_priv from user ; 限定单ip update user set host = '限制原本无限制的root' where user = 阅读全文
posted @ 2022-06-21 18:05 虹梦未来 阅读(38) 评论(0) 推荐(0) 编辑
摘要:最近博主在项目中,遇到了java对接jsonrpc的需求,稍微折腾了下,特整理一份笔记.本文主要记录的是jsonrpc4j (github地址:GitHub - briandilley/jsonrpc4j: JSON-RPC for Java) 环境: 组件版本SpringBoot22.5.7jso 阅读全文
posted @ 2022-06-20 20:24 虹梦未来 阅读(316) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示