摘要: 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 雁书几封 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 一、docker安装 docker是管理容器的引擎 官网:https://www.docker.com/ 中文手册:https://vuepress.mirror.docker-practice.com/ 中文手册(新):https://yeasy.gitbook.io/docker_practic 阅读全文
posted @ 2023-01-31 14:11 雁书几封 阅读(280) 评论(0) 推荐(0) 编辑
摘要: webstorm历史版本下载地址 https://www.jetbrains.com/webstorm/download/other.html 阅读全文
posted @ 2022-09-15 14:49 雁书几封 阅读(1300) 评论(0) 推荐(0) 编辑
摘要: 1、需要的依赖 <!-- redis依赖 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency 阅读全文
posted @ 2022-08-27 14:09 雁书几封 阅读(1067) 评论(0) 推荐(0) 编辑
摘要: -- 插入 30万条数,弊端id不是代码生成的,看需求吧 -- 仅仅导入数据 -- 创建两个临时表 -- 主表 create table queuemanage_202208261407 as select * from queuemanage where 1=2; -- 子表 create tab 阅读全文
posted @ 2022-08-26 16:34 雁书几封 阅读(327) 评论(0) 推荐(0) 编辑
摘要: do not show this dialog in the future 不小心勾选了,重启debug 的时候不提示了 解决:两个勾选上 ok。。 阅读全文
posted @ 2021-10-09 15:30 雁书几封 阅读(582) 评论(0) 推荐(0) 编辑
摘要: 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 雁书几封 阅读(341) 评论(0) 推荐(0) 编辑
摘要: 问题:如题 配置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 雁书几封 阅读(902) 评论(0) 推荐(0) 编辑
摘要: 地址如下: https://github.com/MicrosoftArchive/redis/tags 阅读全文
posted @ 2021-09-27 09:15 雁书几封 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 一、操作 1、打开 Alt+Insert 选择 toString() 选择右上角的 Settings,切换到 Templates, 点 左上角的 + 表示新增一个 2、起一个JSON名字,把下面的模板放进去 二、代码 public java.lang.String toString() { retu 阅读全文
posted @ 2021-09-02 14:52 雁书几封 阅读(837) 评论(0) 推荐(0) 编辑