blob: 718ee7425b2d791b0e075927c2b633a3287c1357 [file] [log] [blame]
package com.pt5.pthouduan;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
//@SpringBootTest
@SpringBootTest(properties = "spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration")
class PtHouduanApplicationTests {
@Test
void contextLoads() {
//增加一行注释
//确定增加
}
}