commit | 1b4223673d75c7e0fafd5a8c2f83c45aa00c29b6 | [log] [tgz] |
---|---|---|
author | 晓瑞223 <22301027@bjtu.edu.cn> | Wed Jun 04 01:09:31 2025 +0800 |
committer | 晓瑞223 <22301027@bjtu.edu.cn> | Wed Jun 04 01:09:31 2025 +0800 |
tree | 3b1c2457621e654d87748ff9f912e0d4839921b1 | |
parent | cae85b7e0fefe230b65f5d95d75581d54a0892fe [diff] [blame] |
实现分区,作品,用户等的增删改查,并完成配套测试文件 Change-Id: Ibdcd6944106b7ffba30c63e4c878d66fa0213303
diff --git a/src/test/java/edu/bjtu/groupone/backend/BackendApplicationTests.java b/src/test/java/edu/bjtu/groupone/backend/BackendApplicationTests.java index 9068f44..7739b71 100644 --- a/src/test/java/edu/bjtu/groupone/backend/BackendApplicationTests.java +++ b/src/test/java/edu/bjtu/groupone/backend/BackendApplicationTests.java
@@ -2,12 +2,13 @@ import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; +import org.springframework.test.context.ActiveProfiles; @SpringBootTest +@ActiveProfiles("test") class BackendApplicationTests { @Test void contextLoads() { } - -} +} \ No newline at end of file