springboot ----> sts如何启动两个实例

idea 实现启动两个spring boot工程实例的方法 可以参考这篇博客。

因为使用spring tool suite 学习spring cloud 需要实例化两个spring boot 工程来构成一个小小的集群系统,

可以通过sts ,右击选择run as, 使用run configuration..., 配置jvm参数为 -Dserver.port=xxxx(端口号)

转载于:https://www.cnblogs.com/mrray1105/p/8495489.html

你可能感兴趣的:(springboot ----> sts如何启动两个实例)