为了便于二次开发依赖framework项目

1.BaseController迁移到framework com.ruoyi.web.base中
2.admin中的properties 放到root pom中
This commit is contained in:
CharlesSong
2018-11-13 16:48:44 +08:00
parent 737c2d8515
commit 26b4f598e2
27 changed files with 183 additions and 184 deletions

View File

@ -14,11 +14,7 @@
<description>
web服务入口
</description>
<properties>
<pagehelper.boot.version>1.2.5</pagehelper.boot.version>
<swagger.version>2.7.0</swagger.version>
</properties>
<dependencies>
@ -28,13 +24,6 @@
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional> <!-- 表示依赖不会传递 -->
</dependency>
<!-- pagehelper 分页插件 -->
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>${pagehelper.boot.version}</version>
</dependency>
<!-- swagger2-->
<dependency>