wuxw
2019-04-13 0e18e57f92522fe1a539bf614ca576291e73e0ce
加入文档
1个文件已修改
1 文件已重命名
1个文件已添加
78 ■■■■ 已修改文件
Readme.md 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Readme_20190413.md 60 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
java110-doc/Readme.md 补丁 | 查看 | 原始文档 | blame | 历史
Readme.md
@@ -22,30 +22,30 @@
### 如何开始(how to start)
[从这里开始](https://github.com/java110/MicroCommunity/wiki)
[从这里开始](java110-doc)
### 如何安装(how to install)
[从这里安装](https://github.com/java110/MicroCommunity/wiki/install)
[从这里安装](java110-doc/install.md)
### 运行效果(view)
1.在浏览器输入 http://yourIp:6001/ 如下图
1.在浏览器输入 https://localhost:8443/ 如下图
![image](ConsoleService/doc/img/20180507230124.jpg)
![image](WebService/doc/img/20180507230124.jpg)
    点击高级,继续前往。
2.登录系统,用户名为 admin 密码为 admin  如下图
2.登录系统,用户名为 wuxw 密码为 admin  如下图
![image](ConsoleService/doc/img/20180507230330.jpg)
![image](WebService/doc/img/20180507230330.jpg)
    点击登录,进入如下图:
    
  ![image](ConsoleService/doc/img/20180507231045.jpg)
  ![image](WebService/doc/img/20180507231045.jpg)
  
  ![image](ConsoleService/doc/img/20180509223107.jpg)
  ![image](WebService/doc/img/20180509223107.jpg)
  
  ![image](ConsoleService/doc/img/20180511010848.jpg)
  ![image](WebService/doc/img/20180511010848.jpg)
3.统一接口地址:http://ip:8001/httpApi/service
Readme_20190413.md
New file
@@ -0,0 +1,60 @@
### 变更历史(change history)
版本|变更内容|变更时间|变更人员
:-: | :-: | :-: | :-:
v0.01|初稿|2018-07-24|wuxw
### 分支说明(branch)
分支管理说明,test为最新代码未测试代码(主要为了防止本地代码遗失),master 为最新测试过代码(待产品化),product 为产品化代码
### 系统简介(introduction)
1. 开发工具:
java1.8 + idea/eclipse + mysql
2. 技术架构:
Java + spring cloud + mybatis + mysql + kafka + redis
3. 服务依赖关系
![image](dependencies.png)
### 如何开始(how to start)
[从这里开始](https://github.com/java110/MicroCommunity/wiki)
### 如何安装(how to install)
[从这里安装](https://github.com/java110/MicroCommunity/wiki/install)
### 运行效果(view)
1.在浏览器输入 http://yourIp:6001/ 如下图
![image](ConsoleService/doc/img/20180507230124.jpg)
    点击高级,继续前往。
2.登录系统,用户名为 admin 密码为 admin  如下图
![image](ConsoleService/doc/img/20180507230330.jpg)
    点击登录,进入如下图:
  ![image](ConsoleService/doc/img/20180507231045.jpg)
  ![image](ConsoleService/doc/img/20180509223107.jpg)
  ![image](ConsoleService/doc/img/20180511010848.jpg)
3.统一接口地址:http://ip:8001/httpApi/service
4.数据模型图
![image](dataModel.png)
加入微小区交流群随时了解项目进度,和java110开发者零距离沟通 qq群号 827669685,邮箱:928255095@qq.com
![image](MicroCommunity_qq.png)
java110-doc/Readme.md