摘要: https://blog.csdn.net/dandandeshangni/article/details/80558383 https://blog.csdn.net/hohoo1990/article/details/78617336 阅读全文
posted @ 2021-10-04 19:22 东街 阅读(23) 评论(0) 推荐(0)
摘要: 首先,我说的办法是权宜之计,并不是最好的解决办法,最好的解决办法是把jar文件上传到私有仓库上,不同的环境去拉取私有仓库的该jar文件,但有时没有办法只能做紧急处理,然后每换一个环境都要处理一骗。 处理方法是利用maven命令 如下: mvn install:install-file -Dfile= 阅读全文
posted @ 2021-09-05 17:59 东街 阅读(398) 评论(0) 推荐(0)
摘要: eureka: instance: prefer-ip-address: true instance-id: ${spring.cloud.client.ipAddress}:${server.port} hostname: ${spring.cloud.client.ipAddress} ipAd 阅读全文
posted @ 2021-09-05 17:40 东街 阅读(467) 评论(0) 推荐(0)