File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
eladmin-system/src/main/java/me/zhengjie Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 10
10
11
11
#### 项目简介
12
12
一个基于 Spring Boot 2.1.0 、 Spring Boot Jpa、 JWT、Spring Security、Redis、Vue的前后端分离的后台管理系统
13
+ 现已发布基于 mybatis-plus 版本,项目地址:[ https://github.com/elunez/eladmin-mp ] ( https://github.com/elunez/eladmin-mp ) 。
13
14
14
15
** 开发文档:** [ https://eladmin.vip ] ( https://eladmin.vip )
15
16
Original file line number Diff line number Diff line change 21
21
import org .springframework .boot .SpringApplication ;
22
22
import org .springframework .boot .autoconfigure .SpringBootApplication ;
23
23
import org .springframework .boot .context .ApplicationPidFileWriter ;
24
- import org .springframework .boot .web .embedded .tomcat .TomcatServletWebServerFactory ;
25
- import org .springframework .boot .web .servlet .server .ServletWebServerFactory ;
26
24
import org .springframework .context .annotation .Bean ;
27
25
import org .springframework .data .jpa .repository .config .EnableJpaAuditing ;
28
26
import org .springframework .scheduling .annotation .EnableAsync ;
You can’t perform that action at this time.
0 commit comments