美文网首页异步任务
异步任务优化の(四) jodd

异步任务优化の(四) jodd

作者: Yellowtail | 来源:发表于2019-04-04 10:51 被阅读0次

    cglib 其实就是慢了点
    在网上搜,看到有个大佬的工具也能实现我们的目的,且性能比cglib

    但是因为代码,我没有看懂,稳妥起见,暂时没有采用这个方案

    大佬官网

    工具实例代码
    github

    maven 依赖

    <!-- https://mvnrepository.com/artifact/org.jodd/jodd-proxetta -->
            <dependency>
                <groupId>org.jodd</groupId>
                <artifactId>jodd-proxetta</artifactId>
                <version>5.0.10</version>
            </dependency>
    

    相关文章

      网友评论

        本文标题:异步任务优化の(四) jodd

        本文链接:https://www.haomeiwen.com/subject/qqhfiqtx.html