Skip to content

Lombok enumeration extension dependency components are used with the IntelliJ IDEA plug-in lombok-enums-plugins. This dependency is mainly used for custom enumeration method extension to achieve dynamic compilation to generate custom enumeration methods and reduce large-scale repetitive enumeration item extension attribute methods.

License

Notifications You must be signed in to change notification settings

hyuga0410/lombok-enum-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lombok Enum Component

Lombok枚举扩展组件

APT Debug

测试代码步骤:

  • test项目代码使用命令启动调试端口:mvnDebug clean install
  • 该命令将会启动8000端口

调试APT代码步骤:

  • 进入lombok-enum-component项目
  • Edit Configurations...
  • 新建一个 Remote JVM Debug
  • images/img.png
  • debug启动

接下来再去test项目中执行相关代码,比如main方法,lombok-enum-component项目中APT相关代码即可进入debug断点!!!

About

Lombok enumeration extension dependency components are used with the IntelliJ IDEA plug-in lombok-enums-plugins. This dependency is mainly used for custom enumeration method extension to achieve dynamic compilation to generate custom enumeration methods and reduce large-scale repetitive enumeration item extension attribute methods.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages