commit:集成Minio

This commit is contained in:
Jerry
2020-10-19 22:53:01 +08:00
parent c7bb5fd289
commit dc3a8ecfac
521 changed files with 6373 additions and 5339 deletions

View File

@@ -17,7 +17,7 @@ import java.util.*;
* 课程统计服务远程数据操作访问接口。
*
* @author Jerry
* @date 2020-09-27
* @date 2020-10-19
*/
@FeignClient(
name = "stats",

View File

@@ -17,7 +17,7 @@ import java.util.*;
* 学生行为统计服务远程数据操作访问接口。
*
* @author Jerry
* @date 2020-09-27
* @date 2020-10-19
*/
@FeignClient(
name = "stats",

View File

@@ -17,7 +17,7 @@ import java.util.*;
* 学生行为流水服务远程数据操作访问接口。
*
* @author Jerry
* @date 2020-09-27
* @date 2020-10-19
*/
@FeignClient(
name = "stats",

View File

@@ -15,7 +15,7 @@ import java.util.Map;
* CourseTransStatsDto对象。
*
* @author Jerry
* @date 2020-09-27
* @date 2020-10-19
*/
@Data
public class CourseTransStatsDto {

View File

@@ -13,7 +13,7 @@ import java.util.Map;
* StudentActionStatsDto对象。
*
* @author Jerry
* @date 2020-09-27
* @date 2020-10-19
*/
@Data
public class StudentActionStatsDto {

View File

@@ -16,7 +16,7 @@ import java.util.Map;
* StudentActionTransDto对象。
*
* @author Jerry
* @date 2020-09-27
* @date 2020-10-19
*/
@Data
public class StudentActionTransDto {