File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed
src/main/java/com/danbai/ys/config Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 8
8
以及它的[ 子项目] ( https://github.com/danbai225/dbyswebapp ) 基于Vue+Element-ui实现手机端
9
9
以及它的[ 子项目] ( https://github.com/danbai225/dbysapp ) 安卓端
10
10
以及它的[ 子项目] ( 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 )
13
13
14
14
[ 线上地址] ( https://dbys.vip )
15
+ [ Api接口文档] ( https://dbys.vip/swagger-ui.html )
15
16
16
17
## 功能特性
17
18
26
27
## 项目所用到的
27
28
28
29
+ Spring Boot
29
- + Mybits
30
+ + tk- Mybits
30
31
+ Redis
31
32
+ MongoDB
32
- + Docker
33
33
34
34
## 版本内容更新
35
35
36
+ ### 2020-7-2
37
+
38
+ + 小bug的修复
39
+ + 后台管理功能增加
40
+ + api接口文档
41
+ + sw日志
42
+
36
43
### 2020-3-20
37
44
38
- 增加一起看功能
45
+ + 增加一起看功能
39
46
40
47
### 2019-10-20
41
48
Original file line number Diff line number Diff line change 40
40
<groupId >mysql</groupId >
41
41
<artifactId >mysql-connector-java</artifactId >
42
42
<scope >runtime</scope >
43
+ <version >8.0.20</version >
43
44
</dependency >
44
45
<dependency >
45
46
<groupId >tk.mybatis</groupId >
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ public class Swagger2Config {
23
23
@ Bean
24
24
Docket docket () {
25
25
return new Docket (DocumentationType .SWAGGER_2 )
26
+ .host ("https://dbys.vip" )
26
27
.apiInfo (apiInfo ())
27
28
.select ()
28
29
.apis (RequestHandlerSelectors .basePackage ("com.danbai.ys.controller" ))
You can’t perform that action at this time.
0 commit comments