Commit 1bf4f39d by yangjinjue

修改readme

parent fc72d980
......@@ -4,7 +4,7 @@
## 项目简介
### 1. 服务端介绍
* 配置文件 application.properties
```
```
spring.dubbo.application.name=provider
spring.dubbo.registry.address=zookeeper://localhost:2181
spring.dubbo.protocol.name=dubbo
......@@ -12,7 +12,7 @@
spring.dubbo.protocol.host=localhost
spring.dubbo.scan=com.zhiwei.demo.server
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