sharding-proxy安装 #下载 下载地址: https://mirror.bit.edu.cn/apache/shardingsphere/5.0.0-alpha/apache-shardingsphere-5.0.0-alpha-shardingsphere-proxy-bin.tar. ...
分类:
其他好文 时间:
2021-01-27 13:26:34
阅读次数:
0
注:代码已托管在GitHub上,地址是:https://github.com/Damaer/Mybatis-Learning ,项目是mybatis-11-one2one,需要自取,需要配置maven环境以及mysql环境(sql语句在resource下的test.sql中),觉得有用可以点个小星星 ...
分类:
其他好文 时间:
2021-01-27 13:19:34
阅读次数:
0
1、修改/etc/docker/daemon.json配置文件 sudo /etc/docker/daemon.json 2、修改daemon.json文件的内容 { "registry-mirrors": ["https://docker.mirrors.ustc.edu.cn"] } syste ...
分类:
其他好文 时间:
2021-01-27 13:12:05
阅读次数:
0
git clone过大的仓库时会报以下错误 remote: aborting due to possible repository corruption on the remote side. fatal: protocol error: bad pack header 解决办法是分层clone $ ...
分类:
其他好文 时间:
2021-01-26 12:41:49
阅读次数:
0
准备工作 JDK 8+ Maven 引入依赖 <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>5.1.6.RELEASE</version> </d ...
分类:
编程语言 时间:
2021-01-26 12:06:11
阅读次数:
0
maven 下载了一个新扩展 导致如下错误: SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/C:/Users/QianXiao/.m2/repository/ch/qos/ ...
分类:
其他好文 时间:
2021-01-26 11:57:22
阅读次数:
0
解决 删除.mvn目录即可 原因 idea创建spring项目的时候,在.mvn目录里有个wrapper目录,里面有个properties的文件,如果没换maven仓库,可以正常运行,配置阿里云后,这里加载就会出问题 会默认去下载distributionUrl指定路径的maven,删除这个文件或者把 ...
分类:
编程语言 时间:
2021-01-26 11:51:14
阅读次数:
0
集成开发工具(IDE):Intellij IDEA 服务器:Tomcat 负载均衡:Nginx web层框架:Spring MVC 服务层框架:Spring 持久层框架:Hibernate、MyBatis、JPA 数据库:MySql、Redis 项目构建:Maven 持续集成:Jenkins 版本控 ...
分类:
编程语言 时间:
2021-01-26 11:48:59
阅读次数:
0
1.IDEA如何用到Junit功能 (1)如果你用maven管理项目的话直接在pom里面添加依赖 <!--junit--> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</vers ...
分类:
其他好文 时间:
2021-01-26 11:46:01
阅读次数:
0
Maven安装前准备 1、JDK已安装1.7或更高版本,JDK安装见此博客 2、IDEA或Eclipse,此处以IDEA为例 Maven下载: 下载地址:点击此处 ? Maven安装: 解压下载的程序包并放到想要配置的目录,F:\Maven\apache-maven-3.6.3 ? 将Maven添加 ...
分类:
其他好文 时间:
2021-01-25 11:35:04
阅读次数:
0