Commit 46db745c by yangjinjue

修改readme

parent 6e66bcf9
......@@ -9,12 +9,9 @@ spring.dubbo.application.name=provider
spring.dubbo.registry.address=zookeeper://localhost:2181
spring.dubbo.protocol.name=dubbo
spring.dubbo.protocol.port=20879
## 本机的IP地址
spring.dubbo.protocol.host=localhost
spring.dubbo.scan=com.zhiwei.demo.server
## 设置Module
spring.dubbo.module.default=false
```
`spring.dubbo.scan`表示要扫描的`package`目录。
* 启动入口 `com.zhiwei.demo.server.Server`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment