wuchimedes | a1bf278 | 2025-03-27 15:08:54 +0800 | [diff] [blame^] | 1 | package com.example.g8backend; |
2 | |||||
3 | import org.junit.jupiter.api.Test; | ||||
4 | import org.springframework.boot.test.context.SpringBootTest; | ||||
5 | |||||
6 | @SpringBootTest | ||||
7 | class G8BackendApplicationTests { | ||||
8 | |||||
9 | @Test | ||||
10 | void contextLoads() { | ||||
11 | } | ||||
12 | |||||
13 | } |