template.dubbo.DubboApiDependencyEmpty.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smart-doc Show documentation
Show all versions of smart-doc Show documentation
Smart-doc is a tool that supports both JAVA RESTFUL API and Apache Dubbo RPC interface document
generation.
# Add dependency
```
Your api group
Your api artifactId
1.0.0
```
Consumer config
```
dubbo:
registry:
protocol: zookeeper
address: localhost:2181
```