摘要: 方法一: 当项目中有多个微服务需要启动时,常规的启动方式需要一个一个启动,在有多个微服务的情况下,这种启动方式非常繁琐,网上提供了在 IDEA 配置文件(workspace.xml)的 RunDashboard 组件下添加配置的方式来批量启动微服务(如图) 此种方式依然有些繁琐,同时要求重新启动 I 阅读全文
posted @ 2020-05-13 10:31 JustAdvance 阅读(16629) 评论(1) 推荐(6)
摘要: IDEA(版本:2020.1)中使用 lombok 有几个以下前提: 1. IDEA 安装了 lombok 插件,具体安装方法如下:File => Settings => Plugins => Marketplace。在 Marketplace 中搜索 lombok 并安装,安装成功后 lombok 阅读全文
posted @ 2020-05-11 15:07 JustAdvance 阅读(23925) 评论(0) 推荐(0)