logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

docker push received unexpected HTTP status: 503 Service Unavailable

docker push received unexpected HTTP status: 503 Service Unavailable解决方案:1 关闭selinux对于服务器开启了 selinux的有效# getenforce# setenforce 0vim /etc/selinux/config# This file controls the state of SELinux on the

idea error:java: 无效的源发行版: 8

检查pom.xml<plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-compiler-plugin</artifactId><configuration><source>1.8</source><tar..

docker push received unexpected HTTP status: 503 Service Unavailable

docker push received unexpected HTTP status: 503 Service Unavailable解决方案:1 关闭selinux对于服务器开启了 selinux的有效# getenforce# setenforce 0vim /etc/selinux/config# This file controls the state of SELinux on the

idea error:java: 无效的源发行版: 8

检查pom.xml<plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-compiler-plugin</artifactId><configuration><source>1.8</source><tar..

深入了解下springboot中的bean加载和覆盖问题

springboot难免要用到bean,但这些bean如何导入,对于初学者时间头疼的事,本文尽量简单的例子说明springboot是如何处理bean的。相关问题:@TestConfiguration 无法覆盖bean@Configuration 配置不生效bean的继承和后续手动注入java注解bean配置类@TestConfiguration ,@Configuration这两个是一对, Con

springboot applicationContext null

问题1 springbootapplicationContext null上代码我的代码private static ApplicationContext applicationContext;public static IdentityApplicationService identityApplicationService() {return (IdentityApplicationServi

no matching manifest for linux/amd64 in the manifest list entries

no matching manifest for linux/amd64 in the manifest list entries在windows初学者遇到的问题,一般是运行时选择了linux内核模式,可以切换成windows模式就好了在docker的运行图标下点击右键,可以看到 switch to windows comtainers 点击切换就可以了,我的已经切换了,切换后也可以从这里切换回l

docker-compose 启动容器反复重启或者直接退出问题解决 docker exit(137)

docker-compose 启动容器反复重启或者直接退出问题解决 dockerexit(137)内存不足,内存不足,内存不足重要的事说三遍对每个service限制内存,如果不限制8g的内存最多跑5个左右的容器就完蛋了java一般服务限制300m最低,apollo的400m,具体的看情况吧,服务器内存如果够大请随意version: '3'# 表示该docker-compose.yml文件使用的是V

networks.demo_dev.ipam.config value Additional properties are not allowed (‘gateway‘ was unexpected)

cicd 时docker-compose up 报错networks.demo_dev.ipam.config value Additional properties are not allowed (‘gateway’ was unexpected)这个多半是docker版本问题docker-Compose升级到最新版一般就可以解决同安装Docker-Compose,只是修改其中的版本,版本可在

    共 11 条
  • 1
  • 2
  • 请选择