blob: 718ee7425b2d791b0e075927c2b633a3287c1357 [file] [log] [blame]
刘嘉昕924e2112025-04-11 12:07:46 +08001package com.pt5.pthouduan;
2
3import org.junit.jupiter.api.Test;
4import org.springframework.boot.test.context.SpringBootTest;
5
6//@SpringBootTest
7@SpringBootTest(properties = "spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration")
8class PtHouduanApplicationTests {
9
10 @Test
11 void contextLoads() {
12 //增加一行注释
13 //确定增加
14 }
15
16}