本文共 823 字,大约阅读时间需要 2 分钟。
由于在 mica-launcher
组件中我们埋入了一些配置,该组件为了方便单元测试。
net.dreamlu mica-boot-test test
testCompile "net.dreamlu:mica-boot-test"
采用 @RunWith(MicaSpringRunner.class)
。
@SpringBootTest@MicaBootTest("appName")@RunWith(MicaSpringRunner.class)public class MicaExampleApplicationTests { @Test public void contextLoads() { }}
继承 MicaBaseTest
。
@SpringBootTest@MicaBootTest("appName")public class ApplicationTests extends MicaBaseTest { @Test public void contextLoads() { }}
说明:上面2种方式均可,@MicaBootTest
注解属性有:服务名、profile
和enableLoader
。
mica
工具集: Avue
一款基于vue可配置化的神奇框架: pig
宇宙最强微服务(架构师必备): SpringBlade
完整的线上解决方案(企业开发必备): IJPay
支付SDK让支付触手可及: 扫描上面二维码,更多精彩内容每天推荐!
转载地址:http://xhixa.baihongyu.com/