Skip to content

smart-result-1.0.0

Latest
Compare
Choose a tag to compare
@lovepoem lovepoem released this 21 Jul 11:23
· 2 commits to master since this release
e34bed4

1、添加了基本的Result对象
2、添加了ResultUtils类,方便包装各种结果:成功、失败、异常等

        <dependency>
            <groupId>io.wangxin</groupId>
            <artifactId>smart-result</artifactId>
            <version>1.0.0</version>
        </dependency>