SpringBootTest ; import java.util.List; @SpringBootTest public class TagMapperTests { @Autowired private TagMapper tagMapper; ...
確定! 回上一頁