标签:单元测试 artifact framework 一个 service alt 示例 www 截图
参考文章:https://www.jianshu.com/p/81fc2c98774f
放入任意一个可运行的SpringBoot工种中即可,其中DictionaryServiceTest.java依赖本地服务,需要注释
依赖:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
示例截图
标签:单元测试 artifact framework 一个 service alt 示例 www 截图
原文地址:https://www.cnblogs.com/weijs/p/13500736.html