mirror of https://github.com/elunez/eladmin
[代码完善](v2.5): v2.5 beta 修改预览地址与项目文档地址
parent
d159b80989
commit
b699d32546
|
@ -11,7 +11,7 @@
|
|||
#### 项目简介
|
||||
一个基于 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)
|
||||
|
||||
|
@ -90,6 +90,6 @@
|
|||
</table>
|
||||
|
||||
#### 项目捐赠
|
||||
项目的发展离不开你的支持,请作者喝杯咖啡吧☕ [Donate](https://doc.el-admin.xin/donation/)
|
||||
项目的发展离不开你的支持,请作者喝杯咖啡吧☕ [Donate](https://el-admin.vip/donation/)
|
||||
#### 反馈交流
|
||||
- QQ交流群:891137268
|
||||
|
|
|
@ -28,7 +28,7 @@ import java.lang.annotation.Target;
|
|||
* 应该是 @DataPermission(joinName = "dept", fieldName = "id")
|
||||
* </p>
|
||||
* @author Zheng Jie
|
||||
* @website https://docs.auauz.net
|
||||
* @website https://el-admin.vip
|
||||
* @date 2020-05-07
|
||||
**/
|
||||
@Target(ElementType.TYPE)
|
||||
|
|
|
@ -21,7 +21,7 @@ import org.springframework.stereotype.Component;
|
|||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @website https://docs.auauz.net
|
||||
* @website https://el-admin.vip
|
||||
* @description
|
||||
* @date 2020-05-18
|
||||
**/
|
||||
|
|
|
@ -30,7 +30,7 @@ import java.util.*;
|
|||
|
||||
/**
|
||||
* @author Zheng Jie
|
||||
* @website https://docs.auauz.net
|
||||
* @website https://el-admin.vip
|
||||
* @description 数据权限服务实现
|
||||
* @date 2020-05-07
|
||||
**/
|
||||
|
|
|
@ -31,7 +31,7 @@ import java.io.IOException;
|
|||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
/**
|
||||
* @website https://docs.auauz.net
|
||||
* @website https://el-admin.vip
|
||||
* @author ${author}
|
||||
* @date ${date}
|
||||
**/
|
||||
|
|
|
@ -29,7 +29,7 @@ import com.fasterxml.jackson.databind.ser.std.ToStringSerializer;
|
|||
</#if>
|
||||
|
||||
/**
|
||||
* @website https://docs.auauz.net
|
||||
* @website https://el-admin.vip
|
||||
* @description /
|
||||
* @author ${author}
|
||||
* @date ${date}
|
||||
|
|
|
@ -37,7 +37,7 @@ import java.math.BigDecimal;
|
|||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @website https://docs.auauz.net
|
||||
* @website https://el-admin.vip
|
||||
* @description /
|
||||
* @author ${author}
|
||||
* @date ${date}
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.mapstruct.Mapper;
|
|||
import org.mapstruct.ReportingPolicy;
|
||||
|
||||
/**
|
||||
* @website https://docs.auauz.net
|
||||
* @website https://el-admin.vip
|
||||
* @author ${author}
|
||||
* @date ${date}
|
||||
**/
|
||||
|
|
|
@ -30,7 +30,7 @@ import me.zhengjie.annotation.Query;
|
|||
</#if>
|
||||
|
||||
/**
|
||||
* @website https://docs.auauz.net
|
||||
* @website https://el-admin.vip
|
||||
* @author ${author}
|
||||
* @date ${date}
|
||||
**/
|
||||
|
|
|
@ -20,7 +20,7 @@ import org.springframework.data.jpa.repository.JpaRepository;
|
|||
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
|
||||
|
||||
/**
|
||||
* @website https://docs.auauz.net
|
||||
* @website https://el-admin.vip
|
||||
* @author ${author}
|
||||
* @date ${date}
|
||||
**/
|
||||
|
|
|
@ -25,7 +25,7 @@ import java.io.IOException;
|
|||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
/**
|
||||
* @website https://docs.auauz.net
|
||||
* @website https://el-admin.vip
|
||||
* @description 服务接口
|
||||
* @author ${author}
|
||||
* @date ${date}
|
||||
|
|
|
@ -54,7 +54,7 @@ import java.util.ArrayList;
|
|||
import java.util.LinkedHashMap;
|
||||
|
||||
/**
|
||||
* @website https://docs.auauz.net
|
||||
* @website https://el-admin.vip
|
||||
* @description 服务实现
|
||||
* @author ${author}
|
||||
* @date ${date}
|
||||
|
|
Loading…
Reference in New Issue