Maven3-依赖
摘要:
依赖配置 我们先来看一份简单的依赖声明: <project> ... <dependencies> <dependency> <groupId>...</groupId> <artifactId>...<artifactId> <version>...</version> <type>...</ty 阅读全文
posted @ 2018-02-06 09:57 阳阳得意7825 阅读(217) 评论(0) 推荐(0) 编辑