fix 单个课程拷贝

This commit is contained in:
limqhz
2022-02-21 13:11:03 +08:00
parent 276aa88269
commit 0e4a271200
7 changed files with 47 additions and 25 deletions

View File

@@ -32,6 +32,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
</dependencies>