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 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
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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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" ))
You can’t perform that action at this time.
0 commit comments