为了便于二次开发依赖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

@ -111,6 +111,14 @@
<version>${ruoyi.version}</version>
</dependency>
<!-- pagehelper 分页插件 -->
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>${pagehelper.boot.version}</version>
</dependency>
</dependencies>
</project>