I wonder if we can deploy multiple springboot microservices in single EC2 instance.I tried but It was creating new instance for every springboot application.For Example :
是否需要创建三个EC2实例才能在结果服务中获得结果。如果是的话,这将花费很多钱,以及如何降低AWS云中<
我已经在我的spring-boot项目上构建了一个自定义SDK依赖项。一旦我安装了依赖项,该项目就会在本地构建,没有任何问题,然后缓存到.m2中。现在,当我尝试在服务器上运行的Jenkins中构建项目时(亚马逊EC2),我得到了Could not resolve dependencies for project <project_name>:war我<