Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
micyo202 committed Mar 22, 2018
1 parent 3ee8047 commit 1b4a2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ yan -- 根目录
> 3. 创建数据库并执行 **yan-dao** 模块中 **resources/database** 路径下的 **yan.sql** 文件,创建整个项目必要的表(如:用户表、资源表、日志记录表等...)
> 4. 分别修改 **yan-dao、yan-service、yan-web** 模块中 **resources/properties** 路径下的 ***.properties** 配置文件(具体修改方法及对应属性解释,详见 - 五、配置说明)
> 5. 完成以上步骤就可以正常部署启动服务了:<br>
> a). 启动 **zookeeper** 服务,命令:**bin/zkServer.sh start**,端口:**2181**(必要服务,不启动该服务导致项目无法正常运行)<br>
> a). 启动 **zookeeper** 服务,命令:**bin/zkServer.sh start**,端口:**2181***必要服务,不启动该服务导致项目无法正常运行)<br>
> b). 启动 **activemq** 服务,命令:**bin/activemq start**,端口:**8161 / 61616**(非必要服务,若不启动该服务,则项目运行中会有jms监听器异常,但不影响整体能)<br>
> c). 启动 **solr** 服务,命令:**bin/solr start**,端口:**8983**(非必要服务,若不启动该服务,则搜索引擎无法使用,但不影响整体功能)<br>
> *[以上服务具体配置及启动命令,这里我不多做阐述了,不知道的可自行百度搜索]*
Expand Down

0 comments on commit 1b4a2ce

Please sign in to comment.