1.1.2 • Published 6 years ago

egg-dubbo-plugin v1.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

egg-dubbo-plugin

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Install

$ npm i egg-dubbo-plugin --save

Usage

// {app_root}/config/plugin.js
exports.dubbo = {
  enable: true,
  package: 'egg-dubbo',
};

Configuration

use node-zookeeper-dubbo, see here.

// {app_root}/config/config.default.js
exports.dubbo = {
    dubboAgent: {
            application:{name:'demo-provider'},
            register:'localhost:2181',
            dubboVer:'2.5.4-SNAPSHOT',
            root:'dubbo',
            dependencies:{
                Foo:{
                    interface:'com.alibaba.dubbo.demo.provider.DemoService',
                },
            }
        }
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.5

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago