架构性调整【懒得区分了,哈哈哈哈】,主要是跑通了第一个功能测试

This commit is contained in:
guo
2024-07-11 22:59:16 +08:00
parent 39539e5ef6
commit b1358eaca0
24 changed files with 460 additions and 148 deletions
@@ -0,0 +1,9 @@
package com.guo.learningprogresstracker.controller;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class StudySessionController {
}