init: rebuild myplayer-backend

This commit is contained in:
merlin
2025-11-13 11:10:07 +08:00
commit 575041905b
16 changed files with 1062 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package xin.merlin.myplayerbackend;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class MyplayerBackendApplicationTests {
@Test
void contextLoads() {
}
}