摘要: springboot4.0配置redis缓存时,不指定序列化方式时,使用spring-boot-devtools 会报转换类异常 Thu Dec 18 12:58:14 CST 2025 There was an unexpected error (type=Internal Server Erro 阅读全文
posted @ 2025-12-18 13:29 2022——new_start 阅读(12) 评论(0) 推荐(0)
摘要: 最近在使用新框架SpringBoot + shiro + spring-data-jpa时,为了体验下spring自带的热部署工具的便捷,于是引入了 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring 阅读全文
posted @ 2025-12-18 11:55 2022——new_start 阅读(75) 评论(0) 推荐(0)
摘要: 主线程设置断点 子线程设置断点 点击子线程设置 thead, make defalut 让主线程把子线程先启动起来 子线程还没启动 子线程已经启动 切换子线程运行, 进入子线程调试 阅读全文
posted @ 2025-12-09 19:35 2022——new_start 阅读(11) 评论(0) 推荐(0)
摘要: springboot 整合mybatis-plus 参考 https://www.cnblogs.com/Courage129/p/13953174.html pom.xm springboot2 配置 <!-- Mysql驱动包 --> <dependency> <groupId>com.mysq 阅读全文
posted @ 2025-12-04 09:17 2022——new_start 阅读(17) 评论(0) 推荐(0)
摘要: 参考链接https://graalvm.github.io/native-build-tools/latest/end-to-end-maven-guide.html 1.在pom.xml 下面加入如下 <plugin> <groupId>org.graalvm.buildtools</groupI 阅读全文
posted @ 2025-06-11 15:34 2022——new_start 阅读(649) 评论(0) 推荐(0)
摘要: 按照官方文档 下载https://github.com/apache/flink-playgrounds flink-playgrounds 代码并在idea 里面打开 按照官方案例在 spendReport 上面加上相关代码 dockfile echo "taskmanager.numberOfT 阅读全文
posted @ 2024-01-23 17:44 2022——new_start 阅读(50) 评论(0) 推荐(0)
摘要: 环境要求 java11 和mavn 新起命令行启动创建项目 mvn archetype:generate -DarchetypeGroupId=org.apache.flink -DarchetypeArtifactId=flink-walkthrough-datastream-java -Darc 阅读全文
posted @ 2024-01-18 15:56 2022——new_start 阅读(51) 评论(0) 推荐(0)
摘要: 为了不想在本地安装docker 运行 testcontainer 容器测试,需要wsl2 的所有端口,局域网都可以访问,折腾了3天,最后在 https://zhuanlan.zhihu.com/p/659074950 这篇文章的指引下才实现 首先打开控制面板 点击程序 点击启用或关闭Window功能 阅读全文
posted @ 2024-01-05 17:32 2022——new_start 阅读(2340) 评论(0) 推荐(0)
摘要: 此文档是参照flink-cdc 文档( https://ververica.github.io/flink-cdc-connectors/master/content/快速上手/mysql-postgres-tutorial-zh.html) 案例 的最佳实践 1.下载flink release 最 阅读全文
posted @ 2023-12-27 12:04 2022——new_start 阅读(658) 评论(0) 推荐(0)
摘要: 1.直接在线下载安装 首先进入到es bin目录 然后执行命令elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v8.11.1/elasticsearch 阅读全文
posted @ 2023-12-19 16:16 2022——new_start 阅读(633) 评论(0) 推荐(0)