File tree Expand file tree Collapse file tree 2 files changed +25
-24
lines changed Expand file tree Collapse file tree 2 files changed +25
-24
lines changed Original file line number Diff line number Diff line change 6262* 优化菜单栏展示方式
6363
6464
65+
66+ # Doe 发布 [ V1.2.0]
67+
68+ ## 功能特性
69+
70+ ##### 一、新功能
71+ * 无
72+
73+ ##### 二. 优化功能
74+ * 增加mac系统判断
75+ * 增加泛型接口测试
76+
77+ ##### 三. 缺陷修复
78+ * 无
79+
80+
81+
82+
6583## 启动方式
6684* IDEA 启动
6785 - 安装JDK、并设置环境变量
92110 - 默认日志目录:/app/applogs/doe
93111 - 打开浏览器,访问地址:http://ip:9876/doe/home/index
94112
113+ ## 项目介绍
114+ - https://blog.csdn.net/hanyi_?t=1
95115
96116## 特别说明
97117- 由于平时比较忙,仓促写下的代码未免有BUG,请见谅
98118- 如遇到问题,可以github上留言,或贡献您的代码
99-
100-
Original file line number Diff line number Diff line change 2222 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2323 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
2424 <java .version>1.8</java .version>
25+ <!-- springboot 整合 dubbo -->
26+ <version .starter.dubbo>0.2.0</version .starter.dubbo>
2527 </properties >
2628
2729 <dependencies >
4850 <scope >test</scope >
4951 </dependency >
5052
51- <!-- https://mvnrepository.com/artifact/com.alibaba/dubbo -->
5253 <dependency >
53- <groupId >com.alibaba</groupId >
54- <artifactId >dubbo</artifactId >
55- <version >2.6.1</version >
56- <exclusions >
57- <exclusion >
58- <groupId >org.springframework</groupId >
59- </exclusion >
60- </exclusions >
61- </dependency >
62- <!-- https://mvnrepository.com/artifact/org.apache.zookeeper/zookeeper -->
63- <dependency >
64- <groupId >org.apache.zookeeper</groupId >
65- <artifactId >zookeeper</artifactId >
66- <version >3.4.10</version >
67- <type >pom</type >
68- </dependency >
69- <!-- 注意版本不能太高,否则Unimplemented for /* 错误 -->
70- <dependency >
71- <groupId >org.apache.curator</groupId >
72- <artifactId >curator-framework</artifactId >
73- <version >2.9.1</version >
54+ <groupId >com.alibaba.boot</groupId >
55+ <artifactId >dubbo-spring-boot-starter</artifactId >
56+ <version >${version.starter.dubbo} </version >
7457 </dependency >
7558
7659 <dependency >
You can’t perform that action at this time.
0 commit comments