彻底移除jpa依赖,菜单管理添加缓存,优化页面刷新速度

This commit is contained in:
xuwenbo
2020-05-20 18:39:30 +08:00
parent 6277b5bdf4
commit 3a49e1b1c3
27 changed files with 46 additions and 253 deletions

10
pom.xml
View File

@ -48,8 +48,9 @@
<!--Spring boot start-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
@ -64,6 +65,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<!-- spring cache -->
<dependency>
<groupId>org.springframework.boot</groupId>