仪表盘
版本库
文件存储
活动
搜索
登录
main
/
school-ai
办学质量监测教学评价系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
feat: mcp升级依赖
ageer
2025-04-20
4af26fe4b42c4056f1226ba6f1e36e3fcc03a588
[school-ai.git]
/
ruoyi-extend
/
ruoyi-mcp-server
/
src
/
test
/
java
/
org
/
ruoyi
/
mcpserve
/
RuoyiMcpServeApplicationTests.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package org.ruoyi.mcpserve;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class RuoyiMcpServeApplicationTests {
@Test
void contextLoads() {
}
}