Commit b699d325 authored by ZhengJie's avatar ZhengJie
Browse files

[代码完善](v2.5): v2.5 beta 修改预览地址与项目文档地址

parent d159b809
...@@ -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
...@@ -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)
......
...@@ -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
**/ **/
......
...@@ -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
**/ **/
......
...@@ -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}
**/ **/
......
...@@ -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}
......
...@@ -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}
......
...@@ -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}
**/ **/
......
...@@ -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}
**/ **/
......
...@@ -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}
**/ **/
......
...@@ -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}
......
...@@ -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}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment