Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 385 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 385 Bytes

zxy-commons-rest

resteasy rest依赖包。

如果其他模块需要使用这些功能时,只需要在maven中加入:

依赖添加:
<dependency>
    <groupId>com.zxy</groupId>
    <artifactId>zxy-commons-rest</artifactId>
    <version>${zxy_commons_version}</version>
</dependency>

注意:

该模块只作依赖管理,没有具体的功能实现。