刘嘉昕 | f28ea23 | 2025-04-15 16:55:43 +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 | } |