会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
雁书几封
游走于文字与代码间的程序员
博客园
首页
新随笔
联系
订阅
管理
2023年6月7日
spring boot 集成 Neo4j org.neo4j.ogm.metadata.DomainInfo.useClassgraph(DomainInfo.java:128)
摘要: spring boot 版本:2.2.13.RELEASE 问题在于 引入后 ,报错 spring-boot-starter-data-neo4j <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-
阅读全文
posted @ 2023-06-07 08:50 雁书几封
阅读(230)
评论(0)
推荐(0)
2023年1月31日
Docker 安装 和 使用
摘要: 一、docker安装 docker是管理容器的引擎 官网:https://www.docker.com/ 中文手册:https://vuepress.mirror.docker-practice.com/ 中文手册(新):https://yeasy.gitbook.io/docker_practic
阅读全文
posted @ 2023-01-31 14:11 雁书几封
阅读(391)
评论(0)
推荐(0)
2022年9月15日
webstorm历史版本下载
摘要: webstorm历史版本下载地址 https://www.jetbrains.com/webstorm/download/other.html
阅读全文
posted @ 2022-09-15 14:49 雁书几封
阅读(1443)
评论(0)
推荐(0)
2022年8月27日
Spring boot 对接口限制IP访问次数
摘要: 1、需要的依赖 <!-- redis依赖 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency
阅读全文
posted @ 2022-08-27 14:09 雁书几封
阅读(1164)
评论(0)
推荐(0)
2022年8月26日
MySQL 批量插入数据,用存储过程
摘要: -- 插入 30万条数,弊端id不是代码生成的,看需求吧 -- 仅仅导入数据 -- 创建两个临时表 -- 主表 create table queuemanage_202208261407 as select * from queuemanage where 1=2; -- 子表 create tab
阅读全文
posted @ 2022-08-26 16:34 雁书几封
阅读(341)
评论(0)
推荐(0)
2021年10月9日
idea process '' is Running 不提示了
摘要: do not show this dialog in the future 不小心勾选了,重启debug 的时候不提示了 解决:两个勾选上 ok。。
阅读全文
posted @ 2021-10-09 15:30 雁书几封
阅读(617)
评论(0)
推荐(0)
2021年10月8日
spring boot 配置 log4j2日志
摘要: springboot版本:2.4.0 1、application.yml server: port: 8080 logging: config: classpath:log4j2.xml level: cn.jay.repository: trace 2、pom.xml <?xml version=
阅读全文
posted @ 2021-10-08 18:29 雁书几封
阅读(404)
评论(0)
推荐(0)
Logback configuration error detected 解决方案
摘要: 问题:如题 配置log4j出错 SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/D:/Java_Soft/Apache/Apache-Maven/repository/ch/
阅读全文
posted @ 2021-10-08 17:19 雁书几封
阅读(1330)
评论(0)
推荐(0)
2021年9月27日
Redis windows 版本下载地址
摘要: 地址如下: https://github.com/MicrosoftArchive/redis/tags
阅读全文
posted @ 2021-09-27 09:15 雁书几封
阅读(61)
评论(0)
推荐(0)
2021年9月2日
idea toString() 生成 json 模板
摘要: 一、操作 1、打开 Alt+Insert 选择 toString() 选择右上角的 Settings,切换到 Templates, 点 左上角的 + 表示新增一个 2、起一个JSON名字,把下面的模板放进去 二、代码 public java.lang.String toString() { retu
阅读全文
posted @ 2021-09-02 14:52 雁书几封
阅读(1096)
评论(0)
推荐(0)
下一页
公告