无关风月
2024-08-08 a322d2feafb95dfe6fa5bf1f3827e43b03e47e68
1
2
3
4
5
6
7
8
package com.ruoyi.order;
 
import org.springframework.boot.test.context.SpringBootTest;
 
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, classes = RuoYiOrderApplication.class)
public class RuoYiOrderApplicationTests {
 
}