Error executing command: Error resolving artifact \[Could not find artifact com.sample:features:xml:features:4.1.4-SNAPSHOT in default Could not find artifact com.sample:features:xml:features:4.1.4-SNAPSHOT
我为Spring编写了测试,有两个类正在测试API和存储库。骨骼如下,@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.MOCK)public class AppointmentAPITest {
* we need a system to simulate this behavior without starting a
* full HTTP server. MockMvc