package com.supersavedriving.user; import org.junit.runner.RunWith; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit4.SpringRunner; /** * @author zhibing.pu * @date 2023/5/29 10:20 */ @RunWith(SpringRunner.class) @SpringBootTest public class GunsApplicationTest { // public void }