摘要:
添加用户 useradd jen 修改密码 passwd jen 修改 /etc/sudoers ## user MACHINE=COMMANDS ## ## The COMMANDS section may have other options added to it. ## ## Allow r 阅读全文
摘要:
问题: docker run -p 40002:40002 intelligent-posture-image no main manifest attribute, in /intelligent-posture-image.jar 原因:这个问题主要是因为MANIFEST.MF文件内没有指定启动 阅读全文
摘要:
根据gateway访问其他微服务,提示错误 Name or service not known 在 Eureka 是正常注册的 但是注意到Eureka 使用的是 docker 的容器id 将微服务配置改为以下,即可解决问题 eureka: instance: prefer-ip-address: t 阅读全文