Commit 6ab1caac authored by Zheng Jie's avatar Zheng Jie
Browse files

Merge branch 'master' into deploy

parents 72148f1f 19dea052
...@@ -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}
**/ **/
......
...@@ -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}
......
...@@ -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}
......
...@@ -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}
**/ **/
......
...@@ -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}
**/ **/
......
...@@ -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}
**/ **/
......
...@@ -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}
......
...@@ -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}
......
...@@ -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>
...@@ -185,6 +185,12 @@ ...@@ -185,6 +185,12 @@
<version>1.6.2</version> <version>1.6.2</version>
</dependency> </dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.10.0</version>
</dependency>
<!-- 解析客户端操作系统、浏览器信息 --> <!-- 解析客户端操作系统、浏览器信息 -->
<dependency> <dependency>
<groupId>nl.basjes.parse.useragent</groupId> <groupId>nl.basjes.parse.useragent</groupId>
......
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