Skip to content

Commit

Permalink
[代码完善](v2.5): v2.5 beta 修改预览地址与项目文档地址
Browse files Browse the repository at this point in the history
  • Loading branch information
elunez committed May 29, 2020
1 parent d159b80 commit b699d32
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -90,6 +90,6 @@
</table>

#### 项目捐赠
项目的发展离不开你的支持,请作者喝杯咖啡吧☕ [Donate](https://doc.el-admin.xin/donation/)
项目的发展离不开你的支持,请作者喝杯咖啡吧☕ [Donate](https://el-admin.vip/donation/)
#### 反馈交流
- QQ交流群:891137268
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* 应该是 @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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

/**
* @author Zheng Jie
* @website https://docs.auauz.net
* @website https://el-admin.vip
* @description
* @date 2020-05-18
**/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

/**
* @author Zheng Jie
* @website https://docs.auauz.net
* @website https://el-admin.vip
* @description 数据权限服务实现
* @date 2020-05-07
**/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}
**/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}
**/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import me.zhengjie.annotation.Query;
</#if>

/**
* @website https://docs.auauz.net
* @website https://el-admin.vip
* @author ${author}
* @date ${date}
**/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}
**/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit b699d32

Please sign in to comment.