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
b699d325
Commit
b699d325
authored
May 29, 2020
by
ZhengJie
Browse files
[代码完善](v2.5): v2.5 beta 修改预览地址与项目文档地址
parent
d159b809
Changes
12
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b699d325
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,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的前后端分离的后台管理系统
**开发文档:**
[
https://
doc.
el-admin.
xin
/
](
https://
doc.
el-admin.
xin
)
**开发文档:**
[
https://el-admin.
vip
/
](
https://el-admin.
vip
)
**体验地址:**
[
https://el-admin.xin
](
https://el-admin.xin
)
**体验地址:**
[
https://el-admin.xin
](
https://el-admin.xin
)
...
@@ -90,6 +90,6 @@
...
@@ -90,6 +90,6 @@
</table>
</table>
#### 项目捐赠
#### 项目捐赠
项目的发展离不开你的支持,请作者喝杯咖啡吧☕
[
Donate
](
https://
doc.
el-admin.
xin
/donation/
)
项目的发展离不开你的支持,请作者喝杯咖啡吧☕
[
Donate
](
https://el-admin.
vip
/donation/
)
#### 反馈交流
#### 反馈交流
-
QQ交流群:891137268
-
QQ交流群:891137268
eladmin-common/src/main/java/me/zhengjie/annotation/DataPermission.java
View file @
b699d325
...
@@ -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://
docs.auauz.net
* @website https://
el-admin.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 @
b699d325
...
@@ -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://
docs.auauz.net
* @website https://
el-admin.vip
* @description
* @description
* @date 2020-05-18
* @date 2020-05-18
**/
**/
...
...
eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/DataServiceImpl.java
View file @
b699d325
...
@@ -30,7 +30,7 @@ import java.util.*;
...
@@ -30,7 +30,7 @@ import java.util.*;
/**
/**
* @author Zheng Jie
* @author Zheng Jie
* @website https://
docs.auauz.net
* @website https://
el-admin.vip
* @description 数据权限服务实现
* @description 数据权限服务实现
* @date 2020-05-07
* @date 2020-05-07
**/
**/
...
...
eladmin-system/src/main/resources/template/generator/admin/Controller.ftl
View file @
b699d325
...
@@ -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://
docs.auauz.net
*
@website https://
el-admin.vip
*
@author $
{
author
}
*
@author $
{
author
}
*
@date $
{
date
}
*
@date $
{
date
}
**/
**/
...
...
eladmin-system/src/main/resources/template/generator/admin/Dto.ftl
View file @
b699d325
...
@@ -29,7 +29,7 @@ import com.fasterxml.jackson.databind.ser.std.ToStringSerializer;
...
@@ -29,7 +29,7 @@ import com.fasterxml.jackson.databind.ser.std.ToStringSerializer;
</#
if
>
</#
if
>
/**
/**
*
@website https://
docs.auauz.net
*
@website https://
el-admin.vip
*
@description /
*
@description /
*
@author $
{
author
}
*
@author $
{
author
}
*
@date $
{
date
}
*
@date $
{
date
}
...
...
eladmin-system/src/main/resources/template/generator/admin/Entity.ftl
View file @
b699d325
...
@@ -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://
docs.auauz.net
*
@website https://
el-admin.vip
*
@description /
*
@description /
*
@author $
{
author
}
*
@author $
{
author
}
*
@date $
{
date
}
*
@date $
{
date
}
...
...
eladmin-system/src/main/resources/template/generator/admin/Mapper.ftl
View file @
b699d325
...
@@ -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://
docs.auauz.net
*
@website https://
el-admin.vip
*
@author $
{
author
}
*
@author $
{
author
}
*
@date $
{
date
}
*
@date $
{
date
}
**/
**/
...
...
eladmin-system/src/main/resources/template/generator/admin/QueryCriteria.ftl
View file @
b699d325
...
@@ -30,7 +30,7 @@ import me.zhengjie.annotation.Query;
...
@@ -30,7 +30,7 @@ import me.zhengjie.annotation.Query;
</#
if
>
</#
if
>
/**
/**
*
@website https://
docs.auauz.net
*
@website https://
el-admin.vip
*
@author $
{
author
}
*
@author $
{
author
}
*
@date $
{
date
}
*
@date $
{
date
}
**/
**/
...
...
eladmin-system/src/main/resources/template/generator/admin/Repository.ftl
View file @
b699d325
...
@@ -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://
docs.auauz.net
*
@website https://
el-admin.vip
*
@author $
{
author
}
*
@author $
{
author
}
*
@date $
{
date
}
*
@date $
{
date
}
**/
**/
...
...
eladmin-system/src/main/resources/template/generator/admin/Service.ftl
View file @
b699d325
...
@@ -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://
docs.auauz.net
*
@website https://
el-admin.vip
*
@description 服务接口
*
@description 服务接口
*
@author $
{
author
}
*
@author $
{
author
}
*
@date $
{
date
}
*
@date $
{
date
}
...
...
eladmin-system/src/main/resources/template/generator/admin/ServiceImpl.ftl
View file @
b699d325
...
@@ -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://
docs.auauz.net
*
@website https://
el-admin.vip
*
@description 服务实现
*
@description 服务实现
*
@author $
{
author
}
*
@author $
{
author
}
*
@date $
{
date
}
*
@date $
{
date
}
...
...
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