https://docs.docker.com/engine/install/ubuntu/ Set up the repository apt-get update apt-get install \ apt-transport-https \ ca-certificates \ curl \ g ...
分类:
其他好文 时间:
2021-06-02 15:16:09
阅读次数:
0
错误: Repository epel is listed more than once in the configurationbintray-rabbitmq-rpm 5.6 B/s | 10 B 00:01 Errors during downloading metadata for repo ...
分类:
其他好文 时间:
2021-06-02 14:01:53
阅读次数:
0
一、指定本地仓库 1、本机新建一个文件夹当做本地仓库 博主的是:D:\learn\java\maven-repository 2、在maven的conf目录下的在settings.xml中添加localRepository标签 <?xml version="1.0" encoding="UTF-8" ...
分类:
其他好文 时间:
2021-06-02 12:25:15
阅读次数:
0
** 原因:本地缓存不存在该插件的版本 ** 检查路径: C:\Users\ASUS.m2\repository\org\apache\maven\plugins\maven-compiler-plugin ** 如果有,就重启项目。没有对应的话,就把本地缓存的版本输入进去 ...
分类:
Web程序 时间:
2021-05-24 16:34:41
阅读次数:
0
配置方法: 在以下位置加入: <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central< ...
分类:
其他好文 时间:
2021-05-24 15:32:28
阅读次数:
0
SpringBoot官网:https://github.com/spring-projects/spring-boot SpringBoot项目在2.3.0之前是使用Maven构建项目的,在2.3.0之后是使用Gradle构建项目了 本章将介绍2种方式的源码编译构建 SpringBoot-2.2.5 ...
分类:
编程语言 时间:
2021-05-24 13:23:31
阅读次数:
0
镜像管理 镜像的结构:registry_name/repository_name/image_name:tag_name 例如:docker.io/library/alpine:3.10.1 官方镜像仓库 注册账号 登录hub.docker.com Web界面注册账号 在docker服务器上登录上面 ...
分类:
其他好文 时间:
2021-05-24 12:59:21
阅读次数:
0
问题:打包Maven项目的时候出现如下代码错误 Failure to find org.glassfish:javax.el:pom:3.0.1-b06-SNAPSHOT in https://repository.apache.org/snapshots was cached in the loc ...
分类:
编程语言 时间:
2021-05-24 09:38:48
阅读次数:
0
1.(1)@Component (2)@Service (3)@Controller (4)@Repository * 上面四个注解功能是一样的,都可以用来创建 bean 实例 2 @Autowired:根据属性类型进行自动装配 @Qualifier(value = "") 根据名称进行注入 使用的 ...
分类:
编程语言 时间:
2021-05-24 08:34:40
阅读次数:
0
1、阿里maven <repositories> <repository> <id>alimaven</id> <url>https://maven.aliyun.com/repository/public</url> </repository> </repositories> <pluginRep ...
分类:
其他好文 时间:
2021-05-24 06:23:30
阅读次数:
0