功能Bean定义和Spring Boot:如何迁移集成测试?

时间:2019-08-01 09:38:47

标签: spring spring-boot kotlin spring-webflux

我将微服务(使用Spring Boot和Kotlin)从基于注释的Bean迁移到了“功能Bean定义” DSL。基本上,我有下面的代码可以正常工作:

--deploy-mode cluster

但是,我找不到使用具有如下代码片段的功能bean如何迁移集成测试(使用JUnit 5)的任何信息。任何提示表示赞赏!

$(document).ready(function(){
    $('#bloop-fullpage').fullpage({
        navigation: false,
        slidesNavigation: false,
        loopHorizontal: false,
        scrollingSpeed: 800,
        scrollBar: false,
        autoScrolling: true,
        easingcss3: 'cubic-bezier(0.645, 0.045, 0.355, 1.000)',
    });
});

0 个答案:

没有答案