摘要:
spring boot 版本:2.2.13.RELEASE 问题在于 引入后 ,报错 spring-boot-starter-data-neo4j <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring- 阅读全文
摘要:
一、docker安装 docker是管理容器的引擎 官网:https://www.docker.com/ 中文手册:https://vuepress.mirror.docker-practice.com/ 中文手册(新):https://yeasy.gitbook.io/docker_practic 阅读全文
摘要:
webstorm历史版本下载地址 https://www.jetbrains.com/webstorm/download/other.html 阅读全文
摘要:
1、需要的依赖 <!-- redis依赖 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency 阅读全文
摘要:
-- 插入 30万条数,弊端id不是代码生成的,看需求吧 -- 仅仅导入数据 -- 创建两个临时表 -- 主表 create table queuemanage_202208261407 as select * from queuemanage where 1=2; -- 子表 create tab 阅读全文
摘要:
do not show this dialog in the future 不小心勾选了,重启debug 的时候不提示了 解决:两个勾选上 ok。。 阅读全文
摘要:
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= 阅读全文
摘要:
问题:如题 配置log4j出错 SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/D:/Java_Soft/Apache/Apache-Maven/repository/ch/ 阅读全文
摘要:
地址如下: https://github.com/MicrosoftArchive/redis/tags 阅读全文
摘要:
一、操作 1、打开 Alt+Insert 选择 toString() 选择右上角的 Settings,切换到 Templates, 点 左上角的 + 表示新增一个 2、起一个JSON名字,把下面的模板放进去 二、代码 public java.lang.String toString() { retu 阅读全文