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
6ab1caac
Commit
6ab1caac
authored
Apr 17, 2023
by
Zheng Jie
Browse files
Merge branch 'master' into deploy
parents
72148f1f
19dea052
Changes
29
Hide whitespace changes
Inline
Side-by-side
eladmin-system/src/main/resources/template/generator/admin/Controller.ftl
View file @
6ab1caac
...
@@ -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
}
**/
**/
...
...
eladmin-system/src/main/resources/template/generator/admin/Dto.ftl
View file @
6ab1caac
...
@@ -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
}
...
...
eladmin-system/src/main/resources/template/generator/admin/Entity.ftl
View file @
6ab1caac
...
@@ -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
}
...
...
eladmin-system/src/main/resources/template/generator/admin/Mapper.ftl
View file @
6ab1caac
...
@@ -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
}
**/
**/
...
...
eladmin-system/src/main/resources/template/generator/admin/QueryCriteria.ftl
View file @
6ab1caac
...
@@ -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
}
**/
**/
...
...
eladmin-system/src/main/resources/template/generator/admin/Repository.ftl
View file @
6ab1caac
...
@@ -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
}
**/
**/
...
...
eladmin-system/src/main/resources/template/generator/admin/Service.ftl
View file @
6ab1caac
...
@@ -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
}
...
...
eladmin-system/src/main/resources/template/generator/admin/ServiceImpl.ftl
View file @
6ab1caac
...
@@ -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
}
...
...
pom.xml
View file @
6ab1caac
...
@@ -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>
...
...
Prev
1
2
Next
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