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
5cfa96e1
Commit
5cfa96e1
authored
Aug 02, 2022
by
Zheng Jie
Browse files
update domain
parent
40177c6c
Changes
19
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
5cfa96e1
<h1
style=
"text-align: center"
>
EL
-
ADMIN 后台管理系统
</h1>
<h1
style=
"text-align: center"
>
ELADMIN 后台管理系统
</h1>
<div
style=
"text-align: center"
>
<div
style=
"text-align: center"
>
[

](https://github.com/elunez/eladmin/blob/master/LICENSE)
[

](https://github.com/elunez/eladmin/blob/master/LICENSE)
...
@@ -11,9 +11,9 @@
...
@@ -11,9 +11,9 @@
#### 项目简介
#### 项目简介
一个基于 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的前后端分离的后台管理系统
**开发文档:**
[
https://el
-
admin.vip
](
https://el
-
admin.vip
)
**开发文档:**
[
https://eladmin.vip
](
https://eladmin.vip
)
**体验地址:**
[
https://el
-
admin.vip/demo
](
https://el
-
admin.vip/demo
)
**体验地址:**
[
https://eladmin.vip/demo
](
https://eladmin.vip/demo
)
**账号密码:**
`admin / 123456`
**账号密码:**
`admin / 123456`
...
@@ -102,7 +102,7 @@
...
@@ -102,7 +102,7 @@
-
感谢
[
d15801543974
](
https://github.com/d15801543974
)
大佬提供的基于注解的通用查询方式
-
感谢
[
d15801543974
](
https://github.com/d15801543974
)
大佬提供的基于注解的通用查询方式
#### 项目捐赠
#### 项目捐赠
项目的发展离不开你的支持,请作者喝杯咖啡吧☕
[
Donate
](
https://el
-
admin.vip/donation/
)
项目的发展离不开你的支持,请作者喝杯咖啡吧☕
[
Donate
](
https://eladmin.vip/donation/
)
#### 反馈交流
#### 反馈交流
-
QQ交流群:一群:
<strike>
891137268
</strike>
、二群:
<strike>
947578238
</strike>
、三群:659622532
-
QQ交流群:一群:
<strike>
891137268
</strike>
、二群:
<strike>
947578238
</strike>
、三群:659622532
\ No newline at end of file
eladmin-common/src/main/java/me/zhengjie/annotation/DataPermission.java
View file @
5cfa96e1
...
@@ -28,7 +28,7 @@ import java.lang.annotation.Target;
...
@@ -28,7 +28,7 @@ import java.lang.annotation.Target;
* 应该是 @DataPermission(joinName = "dept", fieldName = "id")
* 应该是 @DataPermission(joinName = "dept", fieldName = "id")
* </p>
* </p>
* @author Zheng Jie
* @author Zheng Jie
* @website https://el
-
admin.vip
* @website https://eladmin.vip
* @date 2020-05-07
* @date 2020-05-07
**/
**/
@Target
(
ElementType
.
TYPE
)
@Target
(
ElementType
.
TYPE
)
...
...
eladmin-common/src/main/java/me/zhengjie/config/RsaProperties.java
View file @
5cfa96e1
...
@@ -21,7 +21,7 @@ import org.springframework.stereotype.Component;
...
@@ -21,7 +21,7 @@ import org.springframework.stereotype.Component;
/**
/**
* @author Zheng Jie
* @author Zheng Jie
* @website https://el
-
admin.vip
* @website https://eladmin.vip
* @description
* @description
* @date 2020-05-18
* @date 2020-05-18
**/
**/
...
...
eladmin-common/src/main/java/me/zhengjie/config/SwaggerConfig.java
View file @
5cfa96e1
...
@@ -77,7 +77,7 @@ public class SwaggerConfig {
...
@@ -77,7 +77,7 @@ public class SwaggerConfig {
private
ApiInfo
apiInfo
()
{
private
ApiInfo
apiInfo
()
{
return
new
ApiInfoBuilder
()
return
new
ApiInfoBuilder
()
.
description
(
"一个简单且易上手的 Spring boot 后台管理框架"
)
.
description
(
"一个简单且易上手的 Spring boot 后台管理框架"
)
.
title
(
"EL
-
ADMIN 接口文档"
)
.
title
(
"ELADMIN 接口文档"
)
.
version
(
"2.6"
)
.
version
(
"2.6"
)
.
build
();
.
build
();
}
}
...
...
eladmin-common/src/main/java/me/zhengjie/utils/CloseUtil.java
View file @
5cfa96e1
...
@@ -19,7 +19,7 @@ import java.io.Closeable;
...
@@ -19,7 +19,7 @@ import java.io.Closeable;
/**
/**
* @author Zheng Jie
* @author Zheng Jie
* @website https://el
-
admin.vip
* @website https://eladmin.vip
* @description 用于关闭各种连接,缺啥补啥
* @description 用于关闭各种连接,缺啥补啥
* @date 2021-03-05
* @date 2021-03-05
**/
**/
...
...
eladmin-common/src/main/java/me/zhengjie/utils/enums/RequestMethodEnum.java
View file @
5cfa96e1
...
@@ -20,7 +20,7 @@ import lombok.Getter;
...
@@ -20,7 +20,7 @@ import lombok.Getter;
/**
/**
* @author Zheng Jie
* @author Zheng Jie
* @website https://el
-
admin.vip
* @website https://eladmin.vip
* @description
* @description
* @date 2020-06-10
* @date 2020-06-10
**/
**/
...
...
eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/DataServiceImpl.java
View file @
5cfa96e1
...
@@ -30,7 +30,7 @@ import java.util.*;
...
@@ -30,7 +30,7 @@ import java.util.*;
/**
/**
* @author Zheng Jie
* @author Zheng Jie
* @website https://el
-
admin.vip
* @website https://eladmin.vip
* @description 数据权限服务实现
* @description 数据权限服务实现
* @date 2020-05-07
* @date 2020-05-07
**/
**/
...
...
eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/VerifyServiceImpl.java
View file @
5cfa96e1
...
@@ -60,11 +60,11 @@ public class VerifyServiceImpl implements VerifyService {
...
@@ -60,11 +60,11 @@ public class VerifyServiceImpl implements VerifyService {
throw
new
BadRequestException
(
"服务异常,请联系网站负责人"
);
throw
new
BadRequestException
(
"服务异常,请联系网站负责人"
);
}
}
content
=
template
.
render
(
Dict
.
create
().
set
(
"code"
,
code
));
content
=
template
.
render
(
Dict
.
create
().
set
(
"code"
,
code
));
emailVo
=
new
EmailVo
(
Collections
.
singletonList
(
email
),
"EL
-
ADMIN后台管理系统"
,
content
);
emailVo
=
new
EmailVo
(
Collections
.
singletonList
(
email
),
"ELADMIN后台管理系统"
,
content
);
// 存在就再次发送原来的验证码
// 存在就再次发送原来的验证码
}
else
{
}
else
{
content
=
template
.
render
(
Dict
.
create
().
set
(
"code"
,
oldCode
));
content
=
template
.
render
(
Dict
.
create
().
set
(
"code"
,
oldCode
));
emailVo
=
new
EmailVo
(
Collections
.
singletonList
(
email
),
"EL
-
ADMIN后台管理系统"
,
content
);
emailVo
=
new
EmailVo
(
Collections
.
singletonList
(
email
),
"ELADMIN后台管理系统"
,
content
);
}
}
return
emailVo
;
return
emailVo
;
}
}
...
...
eladmin-system/src/main/resources/template/email/email.ftl
View file @
5cfa96e1
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
font-size: 12px;
font-size: 12px;
padding: 20px 0px;
padding: 20px 0px;
font-family: Microsoft YaHei;">
font-family: Microsoft YaHei;">
Copyright ©$
{
.now
?
string
(
"yyyy"
)}
<a hover="color: #DA251D;" style="color: #999;" href="https://github.com/elunez/eladmin" target="_blank">EL
-
ADMIN</a> 后台管理系统 All Rights Reserved.
Copyright ©$
{
.now
?
string
(
"yyyy"
)}
<a hover="color: #DA251D;" style="color: #999;" href="https://github.com/elunez/eladmin" target="_blank">ELADMIN</a> 后台管理系统 All Rights Reserved.
</div>
</div>
</div>
</div>
...
...
eladmin-system/src/main/resources/template/email/taskAlarm.ftl
View file @
5cfa96e1
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
font-size: 12px;
font-size: 12px;
padding: 20px 0px;
padding: 20px 0px;
font-family: Microsoft YaHei;">
font-family: Microsoft YaHei;">
Copyright ©$
{
.now
?
string
(
"yyyy"
)}
<a hover="color: #DA251D;" style="color: #999;" href="https://github.com/elunez/eladmin" target="_blank">EL
-
ADMIN</a> 后台管理系统 All Rights Reserved.
Copyright ©$
{
.now
?
string
(
"yyyy"
)}
<a hover="color: #DA251D;" style="color: #999;" href="https://github.com/elunez/eladmin" target="_blank">ELADMIN</a> 后台管理系统 All Rights Reserved.
</div>
</div>
</div>
</div>
...
...
eladmin-system/src/main/resources/template/generator/admin/Controller.ftl
View file @
5cfa96e1
...
@@ -31,7 +31,7 @@ import java.io.IOException;
...
@@ -31,7 +31,7 @@ import java.io.IOException;
import
javax.servlet.http.HttpServletResponse;
import
javax.servlet.http.HttpServletResponse;
/**
/**
*
@website https://el
-
admin.vip
*
@website https://eladmin.vip
*
@author $
{
author
}
*
@author $
{
author
}
*
@date $
{
date
}
*
@date $
{
date
}
**/
**/
...
...
eladmin-system/src/main/resources/template/generator/admin/Dto.ftl
View file @
5cfa96e1
...
@@ -29,7 +29,7 @@ import com.alibaba.fastjson.serializer.ToStringSerializer;
...
@@ -29,7 +29,7 @@ import com.alibaba.fastjson.serializer.ToStringSerializer;
</#
if
>
</#
if
>
/**
/**
*
@website https://el
-
admin.vip
*
@website https://eladmin.vip
*
@description /
*
@description /
*
@author $
{
author
}
*
@author $
{
author
}
*
@date $
{
date
}
*
@date $
{
date
}
...
...
eladmin-system/src/main/resources/template/generator/admin/Entity.ftl
View file @
5cfa96e1
...
@@ -37,7 +37,7 @@ import java.math.BigDecimal;
...
@@ -37,7 +37,7 @@ import java.math.BigDecimal;
import
java.io.Serializable;
import
java.io.Serializable;
/**
/**
*
@website https://el
-
admin.vip
*
@website https://eladmin.vip
*
@description /
*
@description /
*
@author $
{
author
}
*
@author $
{
author
}
*
@date $
{
date
}
*
@date $
{
date
}
...
...
eladmin-system/src/main/resources/template/generator/admin/Mapper.ftl
View file @
5cfa96e1
...
@@ -22,7 +22,7 @@ import org.mapstruct.Mapper;
...
@@ -22,7 +22,7 @@ import org.mapstruct.Mapper;
import
org.mapstruct.ReportingPolicy;
import
org.mapstruct.ReportingPolicy;
/**
/**
*
@website https://el
-
admin.vip
*
@website https://eladmin.vip
*
@author $
{
author
}
*
@author $
{
author
}
*
@date $
{
date
}
*
@date $
{
date
}
**/
**/
...
...
eladmin-system/src/main/resources/template/generator/admin/QueryCriteria.ftl
View file @
5cfa96e1
...
@@ -30,7 +30,7 @@ import me.zhengjie.annotation.Query;
...
@@ -30,7 +30,7 @@ import me.zhengjie.annotation.Query;
</#
if
>
</#
if
>
/**
/**
*
@website https://el
-
admin.vip
*
@website https://eladmin.vip
*
@author $
{
author
}
*
@author $
{
author
}
*
@date $
{
date
}
*
@date $
{
date
}
**/
**/
...
...
eladmin-system/src/main/resources/template/generator/admin/Repository.ftl
View file @
5cfa96e1
...
@@ -20,7 +20,7 @@ import org.springframework.data.jpa.repository.JpaRepository;
...
@@ -20,7 +20,7 @@ import org.springframework.data.jpa.repository.JpaRepository;
import
org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import
org.springframework.data.jpa.repository.JpaSpecificationExecutor;
/**
/**
*
@website https://el
-
admin.vip
*
@website https://eladmin.vip
*
@author $
{
author
}
*
@author $
{
author
}
*
@date $
{
date
}
*
@date $
{
date
}
**/
**/
...
...
eladmin-system/src/main/resources/template/generator/admin/Service.ftl
View file @
5cfa96e1
...
@@ -25,7 +25,7 @@ import java.io.IOException;
...
@@ -25,7 +25,7 @@ import java.io.IOException;
import
javax.servlet.http.HttpServletResponse;
import
javax.servlet.http.HttpServletResponse;
/**
/**
*
@website https://el
-
admin.vip
*
@website https://eladmin.vip
*
@description 服务接口
*
@description 服务接口
*
@author $
{
author
}
*
@author $
{
author
}
*
@date $
{
date
}
*
@date $
{
date
}
...
...
eladmin-system/src/main/resources/template/generator/admin/ServiceImpl.ftl
View file @
5cfa96e1
...
@@ -54,7 +54,7 @@ import java.util.ArrayList;
...
@@ -54,7 +54,7 @@ import java.util.ArrayList;
import
java.util.LinkedHashMap;
import
java.util.LinkedHashMap;
/**
/**
*
@website https://el
-
admin.vip
*
@website https://eladmin.vip
*
@description 服务实现
*
@description 服务实现
*
@author $
{
author
}
*
@author $
{
author
}
*
@date $
{
date
}
*
@date $
{
date
}
...
...
pom.xml
View file @
5cfa96e1
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
<module>
eladmin-generator
</module>
<module>
eladmin-generator
</module>
</modules>
</modules>
<name>
EL
-
ADMIN 后台管理
</name>
<name>
ELADMIN 后台管理
</name>
<url>
https://el
-
admin.vip
</url>
<url>
https://eladmin.vip
</url>
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
...
...
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