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