fun idea several plug-ins

1.lombok

 Can write less get, set method (currently has only used this, ha ha)

Add rely project

<dependency>
    <groupId>org.projectlombok</groupId>
    <artifactId>lombok</artifactId>
    <optional>true</optional>
</dependency>

Add @Data can not write set, get method on the class, there are other notes to get to know

2.MybatisCodeHelperPro

When writing parameters in xml will prompt both sides do not have to jump mapper

 3.GenerateAllSetter

 

4.RestfulTookit 

This easy to find in the interface, ctrl + alt + n to bring up the search, direct input interface name can be globally searched.

There follow fun plug-ins and add ~ ~ ~

 

Guess you like

Origin blog.csdn.net/YYpawn/article/details/85339008