You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
263 B
13 lines
263 B
package org.nl;
|
|
|
|
import org.springframework.boot.test.context.SpringBootTest;
|
|
|
|
/**
|
|
* @Author: lyd
|
|
* @Description: 单元测试
|
|
* @Date: 2023/5/15
|
|
*/
|
|
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
|
public class ApplicationTest {
|
|
|
|
}
|
|
|