- 授权协议: GPL
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/gejun123456/IntellijDubboPlugin
- 软件文档: https://github.com/gejun123456/IntellijDubboPlugin
- 官方下载: http://ogyxv3y5w.bkt.clouddn.com/dubboPlugin-1.0.zip
软件介绍
IntellijDubboPlugin 可快速构建一个dubbo项目,只需简单的操作几步就可以得到一个包含 ApiModule 和ProviderModule的项目,如果添加了mybatis,pageHelper等依赖后 会自动生成示例代码及testcase 并且可以直接运行,大幅提升效率。
项目地址 https://github.com/gejun123456/IntellijDubboPlugin
目前支持的依赖
| 依赖名 | 开始支持的版本 |
|---|---|
| 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 |
截图
第一步操作
第二步操作
第三步操作
生成项目结构
生成的主类
生成的dubboProvider类
生成的mybatis接口例子
生成的service例子 此处使用了pageHelper
生成的testcase
安装
插件支持Intellij 2018.1版本及以上版本
直接下载
download
lastest plugin zip-> Preferences(Settings)->Plugins -> Install plugin from disk...
使用说明
如果使用了zookeeper 请搭建好zookeeper服务器
启动前 先修改生成项目 application.properties中的数据库连接配置 改成自己的数据库配置
如果要跑生成例子中的testcase 请将项目下的schema.sql 在数据库中执行下
该插件生成的例子为:https://github.com/gejun123456/dubboSpringbootDemo
The Nature of Code
Daniel Shiffman / The Nature of Code / 2012-12-13 / GBP 19.95
How can we capture the unpredictable evolutionary and emergent properties of nature in software? How can understanding the mathematical principles behind our physical world help us to create digital w......一起来看看 《The Nature of Code》 这本书的介绍吧!








