转载

Idea插件

Key promoter 快捷键提示

CamelCase 驼峰式命名和下划线命名交替变化

CheckStyle-IDEA 代码规范检查

FindBugs-IDEA 潜在 Bug 检查

MetricsReloaded 代码复杂度检查

Statistic 代码统计

JRebel Plugin 热部署

CodeGlance 在编辑代码最右侧,显示一块代码小地图

GsonFormat 把 JSON 字符串直接实例化成类

Eclipse Code Formatter 使用 Eclipse 的代码格式化风格,在一个团队中如果公司有规定格式化风格,这个可以使用。

Tasks 插件 自己写任务。

maven-helper 插件 管理maven的依赖,生命周期等。

JRebel之前可以通过注册facebook,twitter激活。

2018-07开始收费。

github上下载ilanyu激活服务器工具。

https://github.com/ilanyu/ReverseProxy/releases/tag/v1.4

下载后双击运行,windows默认8888端口

Idea插件

运行后

启动成功,认证地址就是 http://127.0.0.1:8888/xxxxx-xxx-xxx

xxxxx-xxx-xxx 是 guid,找个在线生成guid的网站 https://1024tools.com/uuid 。

Idea插件

随便copy一个uuid

docker用法:

docker pull ilanyu/golang-reverseproxy

docker run -d -p 8888:8888 ilanyu/golang-reverseproxy

原文  https://studygolang.com/articles/14343
正文到此结束
Loading...