Skip to content

Commit 17820de

Browse files
committed
代码优化
1 parent 3623533 commit 17820de

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
#### 项目简介
1212
一个基于 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)
1314

1415
**开发文档:** [https://eladmin.vip](https://eladmin.vip)
1516

eladmin-system/src/main/java/me/zhengjie/AppRun.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
import org.springframework.boot.SpringApplication;
2222
import org.springframework.boot.autoconfigure.SpringBootApplication;
2323
import org.springframework.boot.context.ApplicationPidFileWriter;
24-
import org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory;
25-
import org.springframework.boot.web.servlet.server.ServletWebServerFactory;
2624
import org.springframework.context.annotation.Bean;
2725
import org.springframework.data.jpa.repository.config.EnableJpaAuditing;
2826
import org.springframework.scheduling.annotation.EnableAsync;

0 commit comments

Comments
 (0)