Overview
In the post, I am going to review my favorite IntelliJ IDEA plugins.
IntelliJ IDEA plugins
- 
    
Git Flow Integration. It helps you to follow the Git Flow paradigm in the IDE.
 - 
    
Kotlin Fill Class. It helps you easily fill the constructor call with default parameters.
 - 
    
PlantUML integration. It helps you create and edit a PlantUML diagram.
 - 
    
Swagger. It helps you easily edit Swagger and Open API specification files.
 
Conclusion
We have discussed my favorite IntelliJ IDEA plugins.
- 
                        
                        Previous
How to create a scheduled method with spring boot - 
                        
                        Next
How to use @Transactional with multiple databases and Spring Boot