Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 317 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 317 Bytes

zxy-commons-web

包括spring mvc的一些常用依赖。

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

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