Skip to content

thubbo/intellij-idea-plugin

Repository files navigation

Dubbo Intellij Idea Plugin

License Jetbrains Plugins Downloads

Features

  • Quickly build a Dubbo Spring Boot project include ApiModule and providerModule.
  • You can choose other dependencies like mybatis pageHelper hikari, and the plugin will auto generate code sample and unit test.

Supported dependencies

dependency name supported version
MYBAITS v1.0
MYSQL v1.0
LOMBOK v1.0
REDIS v1.0
FASTJSON v1.0
RABBIT_MQ v1.0
COMMON_LANGS_3 v1.0
SPRING_RETRY v1.0
ZOOKEEPER v1.0
WEB_TOMCAT v1.0
PAGE_HELPER v1.0
HIKARI v1.0

Screen Shot

  • first step

  • second step

  • third step

  • generated project structure

  • generated main class

  • generated dubboProvider

  • generated mybatis interface

  • generated service, pageHelper is used

  • generated testcase

Install

the plugin support Intellij version more than or equal to 2018.1

use IDEA plugin system:

  • Preferences(Settings) > Plugins > Browse repositories... > search and find"Dubbo" > Install Plugin

directly download

  • downloadlastest plugin zip -> Preferences(Settings) > Plugins > Install plugin from disk...

Requirement

  • if you has used with zookeeper, please set up zookeeper server first
  • before start, please config the database config in application.properties to your own config
  • if you want to run the testcase in project, please run schema.sql in project resource folder

Contribute to project

About

Intellij Idea plugin for Dubbo project scaffold

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published