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() { | |
//增加一行注释 | |
//确定增加 | |
} | |
} |