Here are
263 public repositories
matching this topic...
IntelliJ IDEA上的SmartIM(原SmartQQ)插件,可以在IDEA中使用QQ或微信聊天
-
Updated
Jan 16, 2020
-
Java
用于在IDEA将Mybatis的SQL日志还原为可执行的SQL,Used to restore Mybatis SQL logs to executable SQL in IDEA,
-
Updated
Sep 16, 2021
-
Java
基于IntelliJ IDEA开发的代码生成插件,支持自定义任意模板(Java,html,js,xml)。只要是与数据库相关的代码都可以通过自定义模板来生成。支持数据库类型与java类型映射关系配置。支持同时生成生成多张表的代码。每张表有独立的配置信息。完全的个性化定义,规则由你设置。
-
Updated
Sep 15, 2021
-
Java
Multi-OS Engine: Create iOS Apps in Java (or Kotlin ... etc.)
A idea-plugin for Java/Scala, support custom code template.
-
Updated
Nov 24, 2019
-
Java
A plugin for IntelliJ IDEA & Android Studio to easily compile Java & Kotlin files to smali.
-
Updated
May 1, 2021
-
Kotlin
[Deprecated] 🚀 Android 多渠道打包的 Android Studio / IDEA 插件
GitToolBox IntelliJ plugin
-
Updated
Jun 24, 2021
-
Kotlin
程序员常用的工具集Idea插件,帮助开发人员提升效率
-
Updated
Aug 17, 2021
-
Java
arthas idea plugin 更简单的使用arthas的IDEA 插件,方便的构建各种arthas 命令,复制到剪切板 然后到服务器上启动arthas 执行命令。
ReasonML Language Plugin for IDEA
-
Updated
Sep 16, 2021
-
Java
一个增删改查的idea插件,可以根据数据库表结构,帮助您快速生成model、dao、service、controller等相关代码。同时支持MyBatis、JPA、MybatisPlus。
-
Updated
Sep 24, 2020
-
Java
CSV validator, highlighter and formatter plugin for JetBrains Intellij IDEA, PyCharm, WebStorm, ...
-
Updated
Jul 15, 2021
-
Java
Jenkins integration in IDEA Platforms
-
Updated
Sep 14, 2021
-
Java
YAML/Ansible support with Jinja2 tags / IntelliJ IDEA
-
Updated
Oct 21, 2020
-
Java
Help you generate the API document to yapi
-
Updated
Sep 15, 2021
-
Kotlin
Haxe plugin for IntelliJ Platform based IDEs (IDEA, Android-Studio)
-
Updated
Apr 15, 2021
-
Java
🔌An IDEA/Android Studio plug-in that automatically generates an MVP template code
-
Updated
Oct 19, 2020
-
Kotlin
An IntelliJ IDEA & Android Studio plugin that adds Live Templates to your IDE saving time writing the boilerplate in Flutter.
-
Updated
Mar 27, 2021
-
Java
Api Generator是一款可以自动解析Controller类抽取REST接口信息并自动上传YApi的IDEA插件。YApi好伴侣,从此维护文档再也不是事儿了!
-
Updated
Aug 23, 2021
-
Java
🧩 an IDEA/WebStorm/Android Studio Plugin for One-Click run React Native commands in embed terminal
-
Updated
Sep 14, 2021
-
Java
Context and template-based completion for conventional/semantic commits.
-
Updated
Aug 3, 2021
-
Kotlin
An Intellij IDE plugin which helps you manage Merge Request and do Code Review right in your IDE.
-
Updated
Feb 11, 2021
-
Kotlin
🔥🔥🔥 🚀 重复编码老瞎忙,⚡️写来写去那几行, 🌱 不知工具在何方?🍻 八哥智能一键帮!
-
Updated
Aug 13, 2021
-
Java
基于IntelliJ IDEA流程可视化插件: a good idea-plugin for Alibaba Compileflow process engine.
-
Updated
Sep 16, 2021
-
Java
🔍 Request mapper is a plugin for IntelliJ IDEA for quick navigation to URL mapping declarations
-
Updated
Sep 13, 2021
-
Kotlin
Improve this page
Add a description, image, and links to the
idea-plugin
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
idea-plugin
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Describe the bug (描述这个Bug)
根据这篇文章的描述,在某些特定行为,比如使用一对多(@OneToMany)的情况下lombok的默认的@EqualsAndHashCode似乎会造成严重的内存和性能消耗,并且也应该适当限制@tostring注解的使用
jpa buddy也会对这种使用方式提出警告
我看了看模版,通过修改模版似乎也不好解决这个问题
Expected behavior (期望的行为)
希望把@DaTa换成@getter @Setter @tostring @RequiredArgsConstructor 的注解组合并且添加单独的equals()和hashCode()实现
equals