常用 Idea 插件
目录
- Alibaba Java coding GuideLines
- .ignore
- Find bugs
- Free Mybatis plugin
- Lombok
- ASM ByteCode Outline
- JOL
- RainBow Brackets
- Translation
- SequenceDiagram
- Zookpeer
- Maven helper
- RestToolKit
- Kubernetes
- JRebel
- Edit Starters
- GenerateSerialVersionUID
- GenerateALLSetter
- Translation
Alibaba Java coding GuideLines
代码规范插件
.ignore
.ignore 文件的生成
Find bugs
find bugs
Free Mybatis plugin
mybatis插件,可以从dao中的方法跳转到xml中
Lombok
lombok
ASM ByteCode Outline
asm 字节码插件
JOL
java object layout 插件
RainBow Brackets
彩虹括弧
Translation
翻译插件
SequenceDiagram
时序图插件
Zookpeer
Manage ZooKeeper
Maven helper
easy way for finding and excluding conflicting dependencies
actions to run/debug maven goals for a module that contains the current file or on the root module
actions to run/debug the current test file. If maven-surefire-plugin is configured to skip or exclude the test, ‘verify’ goal will be used, see different configuration styles at https://github.com/harishkannarao/MavenSurefireFailsafeExample
RestToolKit
一套 RESTFul 服务开发辅助工具集。
1.根据 URL 直接跳转到对应的方法定义 ( Ctrl \ or Ctrl Alt N );
2.提供了一个 Services tree 的显示窗口;
3.一个简单的 http 请求工具;
4.在请求方法上添加了有用功能: 复制生成 URL;,复制方法参数…
5.其他功能: java 类上添加 Convert to JSON 功能,格式化 json 数据 ( Windows: Ctrl + Enter; Mac: Command + Enter )
Kubernetes
k8s插件
JRebel
JRebel is a productivity tool that allows developers to reload code changes instantly. It skips the rebuild, restart, and redeploy cycle common in Java development. JRebel enables developers to get more done in the same amount of time and stay in the flow while coding. JRebel supports a majority of real-world enterprise java stacks and is easy to install into existing development environments.
热部署工具
Edit Starters
This plugin provides the ability to modify Spring Boot Starters.
GenerateSerialVersionUID
自动生成serialUID
GenerateALLSetter
自动生成Getter Setter方法
Translation
翻译插件
还没有评论,来说两句吧...