Skip to content

Commit 0fa638a

Browse files
committed
完善功能
1 parent c61aa4a commit 0fa638a

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
以及它的[子项目](https://github.com/danbai225/dbyswebapp)基于Vue+Element-ui实现手机端
99
以及它的[子项目](https://github.com/danbai225/dbysapp)安卓端
1010
以及它的[子项目](https://github.com/danbai225/dbys_flutter)Flutter实现
11-
![](https://img.shields.io/badge/%E7%89%88%E6%9C%AC-1.0.0-blue)
12-
![](https://img.shields.io/badge/%E9%A1%B9%E7%9B%AE%E7%8A%B6%E6%80%81-%E7%BB%88%E6%AD%A2%E5%BC%80%E5%8F%91-brightgreen)
11+
![](https://img.shields.io/badge/%E7%89%88%E6%9C%AC-1.1-blue)
12+
![](https://img.shields.io/badge/完善维护-brightgreen)
1313

1414
[线上地址](https://dbys.vip)
15+
[Api接口文档](https://dbys.vip/swagger-ui.html)
1516

1617
## 功能特性
1718

@@ -26,16 +27,22 @@
2627
## 项目所用到的
2728

2829
+ Spring Boot
29-
+ Mybits
30+
+ tk-Mybits
3031
+ Redis
3132
+ MongoDB
32-
+ Docker
3333

3434
## 版本内容更新
3535

36+
### 2020-7-2
37+
38+
+ 小bug的修复
39+
+ 后台管理功能增加
40+
+ api接口文档
41+
+ sw日志
42+
3643
### 2020-3-20
3744

38-
增加一起看功能
45+
+ 增加一起看功能
3946

4047
### 2019-10-20
4148

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<groupId>mysql</groupId>
4141
<artifactId>mysql-connector-java</artifactId>
4242
<scope>runtime</scope>
43+
<version>8.0.20</version>
4344
</dependency>
4445
<dependency>
4546
<groupId>tk.mybatis</groupId>

src/main/java/com/danbai/ys/config/Swagger2Config.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public class Swagger2Config {
2323
@Bean
2424
Docket docket() {
2525
return new Docket(DocumentationType.SWAGGER_2)
26+
.host("https://dbys.vip")
2627
.apiInfo(apiInfo())
2728
.select()
2829
.apis(RequestHandlerSelectors.basePackage("com.danbai.ys.controller"))

0 commit comments

Comments
 (0)