Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Eladmin
Commits
17820dec
Commit
17820dec
authored
Jul 04, 2023
by
Zheng Jie
Browse files
代码优化
parent
36235333
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
17820dec
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
#### 项目简介
#### 项目简介
一个基于 Spring Boot 2.1.0 、 Spring Boot Jpa、 JWT、Spring Security、Redis、Vue的前后端分离的后台管理系统
一个基于 Spring Boot 2.1.0 、 Spring Boot Jpa、 JWT、Spring Security、Redis、Vue的前后端分离的后台管理系统
现已发布基于 mybatis-plus 版本,项目地址:
[
https://github.com/elunez/eladmin-mp
](
https://github.com/elunez/eladmin-mp
)
。
**开发文档:**
[
https://eladmin.vip
](
https://eladmin.vip
)
**开发文档:**
[
https://eladmin.vip
](
https://eladmin.vip
)
...
...
eladmin-system/src/main/java/me/zhengjie/AppRun.java
View file @
17820dec
...
@@ -21,8 +21,6 @@ import me.zhengjie.utils.SpringContextHolder;
...
@@ -21,8 +21,6 @@ import me.zhengjie.utils.SpringContextHolder;
import
org.springframework.boot.SpringApplication
;
import
org.springframework.boot.SpringApplication
;
import
org.springframework.boot.autoconfigure.SpringBootApplication
;
import
org.springframework.boot.autoconfigure.SpringBootApplication
;
import
org.springframework.boot.context.ApplicationPidFileWriter
;
import
org.springframework.boot.context.ApplicationPidFileWriter
;
import
org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
;
import
org.springframework.boot.web.servlet.server.ServletWebServerFactory
;
import
org.springframework.context.annotation.Bean
;
import
org.springframework.context.annotation.Bean
;
import
org.springframework.data.jpa.repository.config.EnableJpaAuditing
;
import
org.springframework.data.jpa.repository.config.EnableJpaAuditing
;
import
org.springframework.scheduling.annotation.EnableAsync
;
import
org.springframework.scheduling.annotation.EnableAsync
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment