mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-11 21:23:47 +08:00
Compare commits
31 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63ef235b95 | ||
|
|
3ceea05ba1 | ||
|
|
9fda0a7bd6 | ||
|
|
9361097097 | ||
|
|
942c628cc6 | ||
|
|
521b98746f | ||
|
|
4229ec80b0 | ||
|
|
4582656e27 | ||
|
|
fff0120058 | ||
|
|
b8f2200af6 | ||
|
|
0a56497b51 | ||
|
|
2eb3742063 | ||
|
|
74aa2da89b | ||
|
|
3dcad0b78a | ||
|
|
6ba6b18849 | ||
|
|
d2c55e35ff | ||
|
|
8135e0ec10 | ||
|
|
2a545117fa | ||
|
|
d8baf9dba7 | ||
|
|
2f8a0b6153 | ||
|
|
a97afd4683 | ||
|
|
075e7ad134 | ||
|
|
acecebf4b3 | ||
|
|
73cd7f196c | ||
|
|
d3ef935859 | ||
|
|
97df843072 | ||
|
|
12bd821770 | ||
|
|
2b6ead23bd | ||
|
|
b2aa70ce9e | ||
|
|
143a500c44 | ||
|
|
8302ba4c2c |
@@ -4,7 +4,9 @@
|
|||||||
|
|
||||||
**<font color="#DC143C">国内首个满足《网络安全-三级等保》、《数据安全》</font>** 功能要求,支持登录限制、接口国产加解密、数据脱敏等一系列安全要求。
|
**<font color="#DC143C">国内首个满足《网络安全-三级等保》、《数据安全》</font>** 功能要求,支持登录限制、接口国产加解密、数据脱敏等一系列安全要求。
|
||||||
|
|
||||||
前端提供 **<font color="#DC143C">JavaScript和TypeScript双版本</font>**,后端提供 **<font color="#DC143C">Java8+SpringBoot2.X和Java17+SpringBoot3.X 双版本</font>**。
|
**<font color="#DC143C">支持国产数据库:【达梦、金仓、南大通用、OceanBase、GaussDB 高斯、阿里PolarDB、GoldenDB】等,主流数据库:【Mysql, PostgreSQL】等</font>**
|
||||||
|
|
||||||
|
**<font color="#DC143C">前端提供JavaScript和TypeScript双版本,后端提供Java8+SpringBoot2.X和Java17+SpringBoot3.X 双版本</font>**。
|
||||||
|
|
||||||
同时 **<font color="#DC143C">重磅开源</font>** 开源六年来 **<font color="#DC143C">千余家企业验证过且正在使用</font>** 的代码规范: **<font color="#DC143C">《高质量代码思想》、《Vue3规范》、《Java规范》</font>** ,让大家在这浮躁的世界里感受到一股把代码写好的清流!同时又能节省大量时间,减少加班,快乐工作,保持谦逊,保持学习,**<font color="#DC143C">热爱代码,更热爱生活</font>** !
|
同时 **<font color="#DC143C">重磅开源</font>** 开源六年来 **<font color="#DC143C">千余家企业验证过且正在使用</font>** 的代码规范: **<font color="#DC143C">《高质量代码思想》、《Vue3规范》、《Java规范》</font>** ,让大家在这浮躁的世界里感受到一股把代码写好的清流!同时又能节省大量时间,减少加班,快乐工作,保持谦逊,保持学习,**<font color="#DC143C">热爱代码,更热爱生活</font>** !
|
||||||
### **技术体系**
|
### **技术体系**
|
||||||
|
|||||||
@@ -16,52 +16,49 @@
|
|||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<java.version>17</java.version>
|
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||||
<springboot.version>3.3.1</springboot.version>
|
<java.version>17</java.version>
|
||||||
<spring-mock.version>2.0.8</spring-mock.version>
|
<springboot.version>3.5.4</springboot.version>
|
||||||
<spring-security-crypto.version>6.4.3</spring-security-crypto.version>
|
<spring-security-crypto.version>6.5.1</spring-security-crypto.version>
|
||||||
<mybatis-plus.version>3.5.7</mybatis-plus.version>
|
<mybatis-plus.version>3.5.12</mybatis-plus.version>
|
||||||
<p6spy.version>3.9.1</p6spy.version>
|
<p6spy.version>3.9.1</p6spy.version>
|
||||||
<knife4j.version>4.4.0</knife4j.version>
|
<springdoc-openapi.version>2.8.9</springdoc-openapi.version>
|
||||||
<fastjson.version>2.0.52</fastjson.version>
|
<knife4j.version>4.6.0</knife4j.version>
|
||||||
<druid.version>1.2.23</druid.version>
|
<fastjson.version>2.0.57</fastjson.version>
|
||||||
|
<druid.version>1.2.25</druid.version>
|
||||||
<google-linkedhashmap.version>1.4.2</google-linkedhashmap.version>
|
<google-linkedhashmap.version>1.4.2</google-linkedhashmap.version>
|
||||||
<google-guava.version>20.0</google-guava.version>
|
<google-guava.version>20.0</google-guava.version>
|
||||||
<reflections.version>0.9.11</reflections.version>
|
<reflections.version>0.10.2</reflections.version>
|
||||||
<commons-io.version>2.15.0</commons-io.version>
|
<commons-io.version>2.19.0</commons-io.version>
|
||||||
<commons-lang3.version>3.12.0</commons-lang3.version>
|
<commons-lang3.version>3.18.0</commons-lang3.version>
|
||||||
<commons-collections4.version>4.4</commons-collections4.version>
|
<commons-collections4.version>4.5.0</commons-collections4.version>
|
||||||
<commons-compress.version>1.26.0</commons-compress.version>
|
<commons-compress.version>1.27.1</commons-compress.version>
|
||||||
<commons-codec.version>1.13</commons-codec.version>
|
<commons-codec.version>1.18.0</commons-codec.version>
|
||||||
<commons-text.version>1.9</commons-text.version>
|
<commons-text.version>1.13.1</commons-text.version>
|
||||||
<xerces.version>2.12.0</xerces.version>
|
<fast-excel.version>1.2.0</fast-excel.version>
|
||||||
<fast-excel.version>1.0.0</fast-excel.version>
|
<poi.version>5.4.1</poi.version>
|
||||||
<poi.version>5.2.4</poi.version>
|
<awssdk-s3.version>2.31.78</awssdk-s3.version>
|
||||||
<ooxml-schemas.version>1.4</ooxml-schemas.version>
|
<mysql-connector-j.version>9.3.0</mysql-connector-j.version>
|
||||||
<aws-java-sdk.version>1.11.842</aws-java-sdk.version>
|
<hutool.version>5.8.39</hutool.version>
|
||||||
<log4j-spring-boot.version>2.23.1</log4j-spring-boot.version>
|
<velocity-engine-core.version>2.4.1</velocity-engine-core.version>
|
||||||
<hutool.version>5.8.29</hutool.version>
|
|
||||||
<velocity-engine-core.version>2.3</velocity-engine-core.version>
|
|
||||||
<velocity-tools.version>3.1</velocity-tools.version>
|
<velocity-tools.version>3.1</velocity-tools.version>
|
||||||
<sa-token.version>1.41.0</sa-token.version>
|
<sa-token.version>1.44.0</sa-token.version>
|
||||||
<ip2region.version>2.7.0</ip2region.version>
|
<ip2region.version>2.7.0</ip2region.version>
|
||||||
<bcprov.version>1.80</bcprov.version>
|
<bcprov.version>1.80</bcprov.version>
|
||||||
<jackson-datatype-jsr310.version>2.13.4</jackson-datatype-jsr310.version>
|
|
||||||
<jackson-dataformat-yaml.version>2.16.1</jackson-dataformat-yaml.version>
|
|
||||||
<smartdb.version>1.2.0</smartdb.version>
|
<smartdb.version>1.2.0</smartdb.version>
|
||||||
<redisson.version>3.25.0</redisson.version>
|
<redisson.version>3.50.0</redisson.version>
|
||||||
<snakeyaml.version>2.2</snakeyaml.version>
|
<snakeyaml.version>2.4</snakeyaml.version>
|
||||||
<freemarker.version>2.3.33</freemarker.version>
|
<freemarker.version>2.3.34</freemarker.version>
|
||||||
<jsoup.version>1.18.1</jsoup.version>
|
<jsoup.version>1.21.1</jsoup.version>
|
||||||
<tika.version>3.1.0</tika.version>
|
<tika.version>3.1.0</tika.version>
|
||||||
|
<httpcomponents.version>5.5</httpcomponents.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
<!--BOM begin-->
|
<!--SpringBoot BOM begin-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-dependencies</artifactId>
|
<artifactId>spring-boot-dependencies</artifactId>
|
||||||
@@ -69,19 +66,16 @@
|
|||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!--BOM end-->
|
<!--SpringBoot BOM end-->
|
||||||
|
<!--mybatis-plus BOM begin-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.baomidou</groupId>
|
<groupId>com.baomidou</groupId>
|
||||||
<artifactId>mybatis-plus-spring-boot3-starter</artifactId>
|
<artifactId>mybatis-plus-bom</artifactId>
|
||||||
<version>${mybatis-plus.version}</version>
|
<version>${mybatis-plus.version}</version>
|
||||||
<exclusions>
|
<type>pom</type>
|
||||||
<exclusion>
|
<scope>import</scope>
|
||||||
<groupId>org.springframework.boot</groupId>
|
|
||||||
<artifactId>spring-boot-starter-logging</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!--mybatis-plus BOM end-->
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
@@ -89,6 +83,12 @@
|
|||||||
<version>${spring-security-crypto.version}</version>
|
<version>${spring-security-crypto.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.mysql</groupId>
|
||||||
|
<artifactId>mysql-connector-j</artifactId>
|
||||||
|
<version>${mysql-connector-j.version}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>p6spy</groupId>
|
<groupId>p6spy</groupId>
|
||||||
<artifactId>p6spy</artifactId>
|
<artifactId>p6spy</artifactId>
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.xiaoymin</groupId>
|
<groupId>com.github.xingfudeshi</groupId>
|
||||||
<artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>
|
<artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>
|
||||||
<version>${knife4j.version}</version>
|
<version>${knife4j.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
@@ -107,7 +107,6 @@
|
|||||||
<version>${fastjson.version}</version>
|
<version>${fastjson.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- https://mvnrepository.com/artifact/com.alibaba/druid-spring-boot-starter -->
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.alibaba</groupId>
|
<groupId>com.alibaba</groupId>
|
||||||
<artifactId>druid-spring-boot-3-starter</artifactId>
|
<artifactId>druid-spring-boot-3-starter</artifactId>
|
||||||
@@ -169,9 +168,9 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.amazonaws</groupId>
|
<groupId>software.amazon.awssdk</groupId>
|
||||||
<artifactId>aws-java-sdk-s3</artifactId>
|
<artifactId>s3</artifactId>
|
||||||
<version>${aws-java-sdk.version}</version>
|
<version>${awssdk-s3.version}</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
@@ -217,6 +216,7 @@
|
|||||||
<artifactId>sa-token-redis-jackson</artifactId>
|
<artifactId>sa-token-redis-jackson</artifactId>
|
||||||
<version>${sa-token.version}</version>
|
<version>${sa-token.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- sa-token end -->
|
<!-- sa-token end -->
|
||||||
|
|
||||||
<!--ip 地址-->
|
<!--ip 地址-->
|
||||||
@@ -241,6 +241,10 @@
|
|||||||
<artifactId>logback-classic</artifactId>
|
<artifactId>logback-classic</artifactId>
|
||||||
<groupId>ch.qos.logback</groupId>
|
<groupId>ch.qos.logback</groupId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.bouncycastle</groupId>
|
||||||
|
<artifactId>bcprov-jdk15on</artifactId>
|
||||||
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
@@ -250,12 +254,6 @@
|
|||||||
<version>${poi.version}</version>
|
<version>${poi.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.poi</groupId>
|
|
||||||
<artifactId>poi-ooxml</artifactId>
|
|
||||||
<version>${poi.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.poi</groupId>
|
<groupId>org.apache.poi</groupId>
|
||||||
<artifactId>poi-scratchpad</artifactId>
|
<artifactId>poi-scratchpad</artifactId>
|
||||||
@@ -264,20 +262,8 @@
|
|||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.poi</groupId>
|
<groupId>org.apache.poi</groupId>
|
||||||
<artifactId>ooxml-schemas</artifactId>
|
<artifactId>poi-ooxml-full</artifactId>
|
||||||
<version>${ooxml-schemas.version}</version>
|
<version>${poi.version}</version>
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.fasterxml.jackson.datatype</groupId>
|
|
||||||
<artifactId>jackson-datatype-jsr310</artifactId>
|
|
||||||
<version>${jackson-datatype-jsr310.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
|
||||||
<artifactId>jackson-dataformat-yaml</artifactId>
|
|
||||||
<version>${jackson-dataformat-yaml.version}</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
@@ -291,6 +277,25 @@
|
|||||||
<groupId>org.redisson</groupId>
|
<groupId>org.redisson</groupId>
|
||||||
<artifactId>redisson-spring-boot-starter</artifactId>
|
<artifactId>redisson-spring-boot-starter</artifactId>
|
||||||
<version>${redisson.version}</version>
|
<version>${redisson.version}</version>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.redisson</groupId>
|
||||||
|
<artifactId>redisson-spring-data-32</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<artifactId>objenesis</artifactId>
|
||||||
|
<groupId>org.objenesis</groupId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.redisson</groupId>
|
||||||
|
<artifactId>redisson-spring-data-27</artifactId>
|
||||||
|
<version>${redisson.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
@@ -317,6 +322,12 @@
|
|||||||
<version>${tika.version}</version>
|
<version>${tika.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.httpcomponents.client5</groupId>
|
||||||
|
<artifactId>httpclient5</artifactId>
|
||||||
|
<version>${httpcomponents.version}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|||||||
@@ -67,7 +67,8 @@ public class AdminInterceptor implements HandlerInterceptor {
|
|||||||
Method method = ((HandlerMethod) handler).getMethod();
|
Method method = ((HandlerMethod) handler).getMethod();
|
||||||
NoNeedLogin noNeedLogin = ((HandlerMethod) handler).getMethodAnnotation(NoNeedLogin.class);
|
NoNeedLogin noNeedLogin = ((HandlerMethod) handler).getMethodAnnotation(NoNeedLogin.class);
|
||||||
if (noNeedLogin != null) {
|
if (noNeedLogin != null) {
|
||||||
checkActiveTimeout(requestEmployee);
|
updateActiveTimeout(requestEmployee);
|
||||||
|
SmartRequestUtil.setRequestUser(requestEmployee);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -76,8 +77,8 @@ public class AdminInterceptor implements HandlerInterceptor {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 检测token 活跃频率
|
// 更新活跃
|
||||||
checkActiveTimeout(requestEmployee);
|
updateActiveTimeout(requestEmployee);
|
||||||
|
|
||||||
|
|
||||||
// --------------- 第三步: 校验 权限 ---------------
|
// --------------- 第三步: 校验 权限 ---------------
|
||||||
@@ -122,15 +123,12 @@ public class AdminInterceptor implements HandlerInterceptor {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 检测:token 最低活跃频率(单位:秒),如果 token 超过此时间没有访问系统就会被冻结
|
* 更新活跃时间
|
||||||
*/
|
*/
|
||||||
private void checkActiveTimeout(RequestEmployee requestEmployee) {
|
private void updateActiveTimeout(RequestEmployee requestEmployee) {
|
||||||
// 用户不在线,也不用检测
|
|
||||||
if (requestEmployee == null) {
|
if (requestEmployee == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
StpUtil.checkActiveTimeout();
|
|
||||||
StpUtil.updateLastActiveToNow();
|
StpUtil.updateLastActiveToNow();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ public class DepartmentEntity {
|
|||||||
/**
|
/**
|
||||||
* 负责人员工 id
|
* 负责人员工 id
|
||||||
*/
|
*/
|
||||||
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
@TableField(updateStrategy = FieldStrategy.NEVER)
|
||||||
private Long managerId;
|
private Long managerId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -23,6 +23,12 @@ public class EmployeeEntity {
|
|||||||
@TableId(type = IdType.AUTO)
|
@TableId(type = IdType.AUTO)
|
||||||
private Long employeeId;
|
private Long employeeId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 唯一id
|
||||||
|
*/
|
||||||
|
private String employeeUid;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 登录账号
|
* 登录账号
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -138,16 +138,20 @@ public class EmployeeService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
EmployeeEntity entity = SmartBeanUtil.copy(employeeAddForm, EmployeeEntity.class);
|
EmployeeEntity entity = SmartBeanUtil.copy(employeeAddForm, EmployeeEntity.class);
|
||||||
|
// 员工uid
|
||||||
|
String employeeUid = cn.hutool.core.lang.UUID.randomUUID(true).toString(true);
|
||||||
|
entity.setEmployeeUid(employeeUid);
|
||||||
|
|
||||||
// 设置密码 默认密码
|
// 设置密码 随机密码
|
||||||
String password = securityPasswordService.randomPassword();
|
String randomPassword = securityPasswordService.randomPassword();
|
||||||
entity.setLoginPwd(SecurityPasswordService.getEncryptPwd(password));
|
String generateSaltPassword = this.generateSaltPassword(randomPassword, employeeUid);
|
||||||
|
entity.setLoginPwd(SecurityPasswordService.getEncryptPwd(generateSaltPassword));
|
||||||
|
|
||||||
// 保存数据
|
// 保存数据
|
||||||
entity.setDeletedFlag(Boolean.FALSE);
|
entity.setDeletedFlag(Boolean.FALSE);
|
||||||
employeeManager.saveEmployee(entity, employeeAddForm.getRoleIdList());
|
employeeManager.saveEmployee(entity, employeeAddForm.getRoleIdList());
|
||||||
|
|
||||||
return ResponseDTO.ok(password);
|
return ResponseDTO.ok(randomPassword);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -241,7 +245,6 @@ public class EmployeeService {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 更新登录人头像
|
* 更新登录人头像
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
public ResponseDTO<String> updateAvatar(EmployeeUpdateAvatarForm employeeUpdateAvatarForm) {
|
public ResponseDTO<String> updateAvatar(EmployeeUpdateAvatarForm employeeUpdateAvatarForm) {
|
||||||
Long employeeId = employeeUpdateAvatarForm.getEmployeeId();
|
Long employeeId = employeeUpdateAvatarForm.getEmployeeId();
|
||||||
@@ -343,12 +346,12 @@ public class EmployeeService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 校验原始密码
|
// 校验原始密码
|
||||||
if (!SecurityPasswordService.matchesPwd(updatePasswordForm.getOldPassword(),employeeEntity.getLoginPwd()) ) {
|
if (!SecurityPasswordService.matchesPwd(this.generateSaltPassword(updatePasswordForm.getOldPassword(), employeeEntity.getEmployeeUid()), employeeEntity.getLoginPwd())) {
|
||||||
return ResponseDTO.userErrorParam("原密码有误,请重新输入");
|
return ResponseDTO.userErrorParam("原密码有误,请重新输入");
|
||||||
}
|
}
|
||||||
|
|
||||||
// 新旧密码相同
|
// 新旧密码相同
|
||||||
if (Objects.equals(updatePasswordForm.getOldPassword(), updatePasswordForm.getNewPassword()) ){
|
if (Objects.equals(updatePasswordForm.getOldPassword(), updatePasswordForm.getNewPassword())) {
|
||||||
return ResponseDTO.userErrorParam("新密码与原始密码相同,请重新输入");
|
return ResponseDTO.userErrorParam("新密码与原始密码相同,请重新输入");
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -359,14 +362,13 @@ public class EmployeeService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 根据三级等保规则,校验密码是否重复
|
// 根据三级等保规则,校验密码是否重复
|
||||||
ResponseDTO<String> passwordRepeatTimes = securityPasswordService.validatePasswordRepeatTimes(requestUser, updatePasswordForm.getNewPassword());
|
ResponseDTO<String> passwordRepeatTimes = securityPasswordService.validatePasswordRepeatTimes(requestUser, this.generateSaltPassword(updatePasswordForm.getNewPassword(), employeeEntity.getEmployeeUid()));
|
||||||
if (!passwordRepeatTimes.getOk()) {
|
if (!passwordRepeatTimes.getOk()) {
|
||||||
return ResponseDTO.error(passwordRepeatTimes);
|
return ResponseDTO.error(passwordRepeatTimes);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// 更新密码
|
// 更新密码
|
||||||
String newEncryptPassword = SecurityPasswordService.getEncryptPwd(updatePasswordForm.getNewPassword());
|
String newEncryptPassword = SecurityPasswordService.getEncryptPwd(this.generateSaltPassword(updatePasswordForm.getNewPassword(), employeeEntity.getEmployeeUid()));
|
||||||
EmployeeEntity updateEntity = new EmployeeEntity();
|
EmployeeEntity updateEntity = new EmployeeEntity();
|
||||||
updateEntity.setEmployeeId(employeeId);
|
updateEntity.setEmployeeId(employeeId);
|
||||||
updateEntity.setLoginPwd(newEncryptPassword);
|
updateEntity.setLoginPwd(newEncryptPassword);
|
||||||
@@ -405,8 +407,14 @@ public class EmployeeService {
|
|||||||
* 重置密码
|
* 重置密码
|
||||||
*/
|
*/
|
||||||
public ResponseDTO<String> resetPassword(Long employeeId) {
|
public ResponseDTO<String> resetPassword(Long employeeId) {
|
||||||
|
EmployeeEntity employeeEntity = employeeDao.selectById(employeeId);
|
||||||
|
if (employeeEntity == null) {
|
||||||
|
return ResponseDTO.error(UserErrorCode.DATA_NOT_EXIST);
|
||||||
|
}
|
||||||
|
|
||||||
String password = securityPasswordService.randomPassword();
|
String password = securityPasswordService.randomPassword();
|
||||||
employeeDao.updatePassword(employeeId, SecurityPasswordService.getEncryptPwd(password));
|
String saltPassword = this.generateSaltPassword(password, employeeEntity.getEmployeeUid());
|
||||||
|
employeeDao.updatePassword(employeeId, SecurityPasswordService.getEncryptPwd(saltPassword));
|
||||||
return ResponseDTO.ok(password);
|
return ResponseDTO.ok(password);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -426,4 +434,14 @@ public class EmployeeService {
|
|||||||
return employeeDao.getByLoginName(loginName, false);
|
return employeeDao.getByLoginName(loginName, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 生成加盐密码
|
||||||
|
* 格式为:[password]_[uid大写]_[uid小写]
|
||||||
|
*/
|
||||||
|
public String generateSaltPassword(String password, String employeeUid) {
|
||||||
|
return password + StringConst.UNDERLINE +
|
||||||
|
employeeUid.toUpperCase() +
|
||||||
|
StringConst.UNDERLINE +
|
||||||
|
employeeUid.toLowerCase();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ public class LoginController {
|
|||||||
return ResponseDTO.ok(loginResult);
|
return ResponseDTO.ok(loginResult);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Operation(summary = "退出登陆 @author 卓大")
|
@Operation(summary = "退出登录 @author 卓大")
|
||||||
@GetMapping("/login/logout")
|
@GetMapping("/login/logout")
|
||||||
public ResponseDTO<String> logout() {
|
public ResponseDTO<String> logout() {
|
||||||
return loginService.logout(SmartRequestUtil.getRequestUser());
|
return loginService.logout(SmartRequestUtil.getRequestUser());
|
||||||
|
|||||||
@@ -153,8 +153,19 @@ public class LoginManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@CacheEvict(value = {AdminCacheConst.Login.USER_PERMISSION, AdminCacheConst.Login.REQUEST_EMPLOYEE}, allEntries = true)
|
/**
|
||||||
public void clear(){
|
* 清除用户权限
|
||||||
|
*/
|
||||||
|
@CacheEvict(value = AdminCacheConst.Login.USER_PERMISSION)
|
||||||
|
public void clearUserPermission(Long employeeId) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 清除用户登录信息
|
||||||
|
*/
|
||||||
|
@CacheEvict(value = AdminCacheConst.Login.REQUEST_EMPLOYEE)
|
||||||
|
public void clearUserLoginInfo(Long employeeId) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ import cn.hutool.extra.servlet.JakartaServletUtil;
|
|||||||
import jakarta.annotation.Resource;
|
import jakarta.annotation.Resource;
|
||||||
import jakarta.servlet.http.HttpServletRequest;
|
import jakarta.servlet.http.HttpServletRequest;
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
import net.lab1024.sa.admin.module.system.department.service.DepartmentService;
|
|
||||||
import net.lab1024.sa.admin.module.system.employee.domain.entity.EmployeeEntity;
|
import net.lab1024.sa.admin.module.system.employee.domain.entity.EmployeeEntity;
|
||||||
import net.lab1024.sa.admin.module.system.employee.service.EmployeeService;
|
import net.lab1024.sa.admin.module.system.employee.service.EmployeeService;
|
||||||
import net.lab1024.sa.admin.module.system.login.domain.LoginForm;
|
import net.lab1024.sa.admin.module.system.login.domain.LoginForm;
|
||||||
@@ -38,7 +37,6 @@ import net.lab1024.sa.base.module.support.captcha.CaptchaService;
|
|||||||
import net.lab1024.sa.base.module.support.captcha.domain.CaptchaVO;
|
import net.lab1024.sa.base.module.support.captcha.domain.CaptchaVO;
|
||||||
import net.lab1024.sa.base.module.support.config.ConfigKeyEnum;
|
import net.lab1024.sa.base.module.support.config.ConfigKeyEnum;
|
||||||
import net.lab1024.sa.base.module.support.config.ConfigService;
|
import net.lab1024.sa.base.module.support.config.ConfigService;
|
||||||
import net.lab1024.sa.base.module.support.file.service.IFileStorageService;
|
|
||||||
import net.lab1024.sa.base.module.support.loginlog.LoginLogResultEnum;
|
import net.lab1024.sa.base.module.support.loginlog.LoginLogResultEnum;
|
||||||
import net.lab1024.sa.base.module.support.loginlog.LoginLogService;
|
import net.lab1024.sa.base.module.support.loginlog.LoginLogService;
|
||||||
import net.lab1024.sa.base.module.support.loginlog.domain.LoginLogEntity;
|
import net.lab1024.sa.base.module.support.loginlog.domain.LoginLogEntity;
|
||||||
@@ -79,9 +77,6 @@ public class LoginService implements StpInterface {
|
|||||||
@Resource
|
@Resource
|
||||||
private EmployeeService employeeService;
|
private EmployeeService employeeService;
|
||||||
|
|
||||||
@Resource
|
|
||||||
private DepartmentService departmentService;
|
|
||||||
|
|
||||||
@Resource
|
@Resource
|
||||||
private CaptchaService captchaService;
|
private CaptchaService captchaService;
|
||||||
|
|
||||||
@@ -103,9 +98,6 @@ public class LoginService implements StpInterface {
|
|||||||
@Resource
|
@Resource
|
||||||
private SecurityPasswordService protectPasswordService;
|
private SecurityPasswordService protectPasswordService;
|
||||||
|
|
||||||
@Resource
|
|
||||||
private IFileStorageService fileStorageService;
|
|
||||||
|
|
||||||
@Resource
|
@Resource
|
||||||
private ApiEncryptService apiEncryptService;
|
private ApiEncryptService apiEncryptService;
|
||||||
|
|
||||||
@@ -129,7 +121,7 @@ public class LoginService implements StpInterface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 员工登陆
|
* 员工登录
|
||||||
*
|
*
|
||||||
* @return 返回用户登录信息
|
* @return 返回用户登录信息
|
||||||
*/
|
*/
|
||||||
@@ -193,7 +185,7 @@ public class LoginService implements StpInterface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 密码错误
|
// 密码错误
|
||||||
if (!SecurityPasswordService.matchesPwd(requestPassword, employeeEntity.getLoginPwd())) {
|
if (!SecurityPasswordService.matchesPwd(employeeService.generateSaltPassword(requestPassword, employeeEntity.getEmployeeUid()), employeeEntity.getLoginPwd())) {
|
||||||
// 记录登录失败
|
// 记录登录失败
|
||||||
saveLoginLog(employeeEntity, ip, userAgent, "密码错误", LoginLogResultEnum.LOGIN_FAIL, loginDeviceEnum);
|
saveLoginLog(employeeEntity, ip, userAgent, "密码错误", LoginLogResultEnum.LOGIN_FAIL, loginDeviceEnum);
|
||||||
// 记录等级保护次数
|
// 记录等级保护次数
|
||||||
@@ -270,7 +262,7 @@ public class LoginService implements StpInterface {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 根据登陆token 获取员请求工信息
|
* 根据登录token 获取员请求工信息
|
||||||
*/
|
*/
|
||||||
public RequestEmployee getLoginEmployee(String loginId, HttpServletRequest request) {
|
public RequestEmployee getLoginEmployee(String loginId, HttpServletRequest request) {
|
||||||
if (loginId == null) {
|
if (loginId == null) {
|
||||||
@@ -325,8 +317,8 @@ public class LoginService implements StpInterface {
|
|||||||
// sa token 登出
|
// sa token 登出
|
||||||
StpUtil.logout();
|
StpUtil.logout();
|
||||||
|
|
||||||
// 清空登录信息缓存
|
// 清除用户登录信息缓存和权限信息
|
||||||
loginManager.clear();
|
this.clearLoginEmployeeCache(requestUser.getUserId());
|
||||||
|
|
||||||
//保存登出日志
|
//保存登出日志
|
||||||
LoginLogEntity loginEntity = LoginLogEntity.builder()
|
LoginLogEntity loginEntity = LoginLogEntity.builder()
|
||||||
@@ -482,6 +474,7 @@ public class LoginService implements StpInterface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void clearLoginEmployeeCache(Long employeeId) {
|
public void clearLoginEmployeeCache(Long employeeId) {
|
||||||
loginManager.clear();
|
loginManager.clearUserPermission(employeeId);
|
||||||
|
loginManager.clearUserLoginInfo(employeeId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ import net.lab1024.sa.base.common.util.SmartBeanUtil;
|
|||||||
import net.lab1024.sa.base.common.util.SmartPageUtil;
|
import net.lab1024.sa.base.common.util.SmartPageUtil;
|
||||||
import org.apache.commons.collections4.CollectionUtils;
|
import org.apache.commons.collections4.CollectionUtils;
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
import org.springframework.transaction.annotation.Transactional;
|
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|||||||
@@ -64,7 +64,6 @@
|
|||||||
<groupId>cn.dev33</groupId>
|
<groupId>cn.dev33</groupId>
|
||||||
<artifactId>sa-token-redis-jackson</artifactId>
|
<artifactId>sa-token-redis-jackson</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- sa-token end -->
|
<!-- sa-token end -->
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
@@ -118,19 +117,25 @@
|
|||||||
<artifactId>mybatis-plus-spring-boot3-starter</artifactId>
|
<artifactId>mybatis-plus-spring-boot3-starter</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.baomidou</groupId>
|
||||||
|
<artifactId>mybatis-plus-jsqlparser</artifactId>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>p6spy</groupId>
|
<groupId>p6spy</groupId>
|
||||||
<artifactId>p6spy</artifactId>
|
<artifactId>p6spy</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- knife4j & SpringDoc -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.xiaoymin</groupId>
|
<groupId>com.github.xingfudeshi</groupId>
|
||||||
<artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>
|
<artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.squareup.okhttp3</groupId>
|
<groupId>org.apache.httpcomponents.client5</groupId>
|
||||||
<artifactId>okhttp</artifactId>
|
<artifactId>httpclient5</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
@@ -159,10 +164,11 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.amazonaws</groupId>
|
<groupId>software.amazon.awssdk</groupId>
|
||||||
<artifactId>aws-java-sdk-s3</artifactId>
|
<artifactId>s3</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-lang3</artifactId>
|
<artifactId>commons-lang3</artifactId>
|
||||||
@@ -210,12 +216,6 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.idev.excel</groupId>
|
<groupId>cn.idev.excel</groupId>
|
||||||
<artifactId>fastexcel</artifactId>
|
<artifactId>fastexcel</artifactId>
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<artifactId>logback-classic</artifactId>
|
|
||||||
<groupId>ch.qos.logback</groupId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
@@ -223,11 +223,6 @@
|
|||||||
<artifactId>poi</artifactId>
|
<artifactId>poi</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.poi</groupId>
|
|
||||||
<artifactId>poi-ooxml</artifactId>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.poi</groupId>
|
<groupId>org.apache.poi</groupId>
|
||||||
<artifactId>poi-scratchpad</artifactId>
|
<artifactId>poi-scratchpad</artifactId>
|
||||||
@@ -235,12 +230,7 @@
|
|||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.poi</groupId>
|
<groupId>org.apache.poi</groupId>
|
||||||
<artifactId>ooxml-schemas</artifactId>
|
<artifactId>poi-ooxml-full</artifactId>
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.fasterxml.jackson.datatype</groupId>
|
|
||||||
<artifactId>jackson-datatype-jsr310</artifactId>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@@ -20,17 +20,25 @@ public class LongJsonSerializer extends JsonSerializer<Long> {
|
|||||||
|
|
||||||
public static final LongJsonSerializer INSTANCE = new LongJsonSerializer();
|
public static final LongJsonSerializer INSTANCE = new LongJsonSerializer();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* JS 安全整数范围
|
||||||
|
* 根据 JS Number.MIN_SAFE_INTEGER 与 Number.MAX_SAFE_INTEGER 得来
|
||||||
|
*/
|
||||||
|
private static final long JS_MIN_SAFE_INTEGER = -9007199254740991L;
|
||||||
|
private static final long JS_MAX_SAFE_INTEGER = 9007199254740991L;
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void serialize(Long value, JsonGenerator gen, SerializerProvider serializerProvider) throws IOException, JsonProcessingException {
|
public void serialize(Long value, JsonGenerator gen, SerializerProvider serializerProvider) throws IOException, JsonProcessingException {
|
||||||
if (null == value) {
|
if (null == value) {
|
||||||
gen.writeNull();
|
gen.writeNull();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// js中最大安全整数16位 Number.MAX_SAFE_INTEGER
|
// 如果超出了 JavaScript 安全整数范围,则序列化为字符串
|
||||||
String longStr = String.valueOf(value);
|
if (value < JS_MIN_SAFE_INTEGER || value > JS_MAX_SAFE_INTEGER) {
|
||||||
if (longStr.length() > 16) {
|
gen.writeString(Long.toString(value));
|
||||||
gen.writeString(longStr);
|
|
||||||
} else {
|
} else {
|
||||||
|
// 否则,序列化为数字
|
||||||
gen.writeNumber(value);
|
gen.writeNumber(value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -52,11 +52,7 @@ public class SmartPageUtil {
|
|||||||
log.error("《存在SQL注入:》 : {}", sortItem.getColumn());
|
log.error("《存在SQL注入:》 : {}", sortItem.getColumn());
|
||||||
throw new BusinessException("存在SQL注入风险,请联系技术工作人员!");
|
throw new BusinessException("存在SQL注入风险,请联系技术工作人员!");
|
||||||
}
|
}
|
||||||
|
orderItemList.add(sortItem.getIsAsc() ? OrderItem.asc(sortItem.getColumn()) : OrderItem.desc(sortItem.getColumn()));
|
||||||
OrderItem orderItem = new OrderItem();
|
|
||||||
orderItem.setColumn(sortItem.getColumn());
|
|
||||||
orderItem.setAsc(sortItem.getIsAsc());
|
|
||||||
orderItemList.add(orderItem);
|
|
||||||
}
|
}
|
||||||
page.setOrders(orderItemList);
|
page.setOrders(orderItemList);
|
||||||
return page;
|
return page;
|
||||||
|
|||||||
@@ -18,6 +18,9 @@ public class SmartRequestUtil {
|
|||||||
private static final ThreadLocal<RequestUser> REQUEST_THREAD_LOCAL = new ThreadLocal<>();
|
private static final ThreadLocal<RequestUser> REQUEST_THREAD_LOCAL = new ThreadLocal<>();
|
||||||
|
|
||||||
public static void setRequestUser(RequestUser requestUser) {
|
public static void setRequestUser(RequestUser requestUser) {
|
||||||
|
if(requestUser == null){
|
||||||
|
return;
|
||||||
|
}
|
||||||
REQUEST_THREAD_LOCAL.set(requestUser);
|
REQUEST_THREAD_LOCAL.set(requestUser);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -5,18 +5,19 @@ import jakarta.annotation.Resource;
|
|||||||
import net.lab1024.sa.base.module.support.cache.CacheService;
|
import net.lab1024.sa.base.module.support.cache.CacheService;
|
||||||
import net.lab1024.sa.base.module.support.cache.CaffeineCacheServiceImpl;
|
import net.lab1024.sa.base.module.support.cache.CaffeineCacheServiceImpl;
|
||||||
import net.lab1024.sa.base.module.support.cache.RedisCacheServiceImpl;
|
import net.lab1024.sa.base.module.support.cache.RedisCacheServiceImpl;
|
||||||
|
import net.lab1024.sa.base.module.support.redis.CustomRedisCacheManager;
|
||||||
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
|
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
|
||||||
|
import org.springframework.cache.CacheManager;
|
||||||
import org.springframework.context.annotation.Bean;
|
import org.springframework.context.annotation.Bean;
|
||||||
import org.springframework.context.annotation.Configuration;
|
import org.springframework.context.annotation.Configuration;
|
||||||
import org.springframework.data.redis.cache.RedisCacheConfiguration;
|
import org.springframework.data.redis.cache.RedisCacheConfiguration;
|
||||||
|
import org.springframework.data.redis.cache.RedisCacheWriter;
|
||||||
import org.springframework.data.redis.connection.RedisConnectionFactory;
|
import org.springframework.data.redis.connection.RedisConnectionFactory;
|
||||||
import org.springframework.data.redis.serializer.RedisSerializationContext;
|
import org.springframework.data.redis.serializer.RedisSerializationContext;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 缓存配置
|
* 缓存配置
|
||||||
*
|
*
|
||||||
* @author zhoumingfa
|
|
||||||
* @date 2025/03/28
|
|
||||||
*/
|
*/
|
||||||
@Configuration
|
@Configuration
|
||||||
public class CacheConfig {
|
public class CacheConfig {
|
||||||
@@ -26,27 +27,44 @@ public class CacheConfig {
|
|||||||
|
|
||||||
|
|
||||||
@Resource
|
@Resource
|
||||||
private RedisConnectionFactory factory;
|
private RedisConnectionFactory redisConnectionFactory;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建自定义Redis缓存管理器Bean 整合spring-cache
|
||||||
|
* Redis连接工厂,用于建立与Redis服务器的连接
|
||||||
|
*
|
||||||
|
* @return CacheManager Redis缓存管理器实例
|
||||||
|
*/
|
||||||
@Bean
|
@Bean
|
||||||
@ConditionalOnProperty(prefix = "spring.cache", name = {"type"}, havingValue = REDIS_CACHE)
|
@ConditionalOnProperty(prefix = "spring.cache", name = {"type"}, havingValue = REDIS_CACHE)
|
||||||
public RedisCacheConfiguration redisCacheConfiguration() {
|
public CacheManager cacheManager() {
|
||||||
return RedisCacheConfiguration.defaultCacheConfig()
|
// 使用非阻塞模式的缓存写入器,适用于大多数高并发场景
|
||||||
|
RedisCacheWriter redisCacheWriter = RedisCacheWriter.nonLockingRedisCacheWriter(redisConnectionFactory);
|
||||||
|
|
||||||
|
// 构建默认缓存配置
|
||||||
|
RedisCacheConfiguration defaultCacheConfig = RedisCacheConfiguration.defaultCacheConfig()
|
||||||
|
// 禁止缓存 null 值,避免缓存穿透
|
||||||
.disableCachingNullValues()
|
.disableCachingNullValues()
|
||||||
.computePrefixWith(name -> "cache:" + name + ":")
|
.computePrefixWith(name -> "cache:" + name + ":")
|
||||||
.serializeValuesWith(RedisSerializationContext.SerializationPair.fromSerializer(new GenericFastJsonRedisSerializer()));
|
// 使用 FastJSON 序列化缓存值,支持复杂对象
|
||||||
|
.serializeValuesWith(RedisSerializationContext.SerializationPair
|
||||||
|
.fromSerializer(new GenericFastJsonRedisSerializer()));
|
||||||
|
|
||||||
|
// 返回自定义缓存管理器,支持 cacheName#ttl 格式与永久缓存(#-1)
|
||||||
|
return new CustomRedisCacheManager(redisCacheWriter, defaultCacheConfig);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Bean
|
|
||||||
@ConditionalOnProperty(prefix = "spring.cache", name = {"type"}, havingValue = REDIS_CACHE)
|
|
||||||
public CacheService redisCacheService() {
|
|
||||||
return new RedisCacheServiceImpl();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Bean
|
@Bean
|
||||||
@ConditionalOnProperty(prefix = "spring.cache", name = {"type"}, havingValue = CAFFEINE_CACHE)
|
@ConditionalOnProperty(prefix = "spring.cache", name = {"type"}, havingValue = REDIS_CACHE)
|
||||||
public CacheService caffeineCacheService() {
|
public CacheService redisCacheService() {
|
||||||
return new CaffeineCacheServiceImpl();
|
return new RedisCacheServiceImpl();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Bean
|
||||||
|
@ConditionalOnProperty(prefix = "spring.cache", name = {"type"}, havingValue = CAFFEINE_CACHE)
|
||||||
|
public CacheService caffeineCacheService() {
|
||||||
|
return new CaffeineCacheServiceImpl();
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -1,12 +1,5 @@
|
|||||||
package net.lab1024.sa.base.config;
|
package net.lab1024.sa.base.config;
|
||||||
|
|
||||||
import com.amazonaws.ClientConfiguration;
|
|
||||||
import com.amazonaws.Protocol;
|
|
||||||
import com.amazonaws.auth.AWSStaticCredentialsProvider;
|
|
||||||
import com.amazonaws.auth.BasicAWSCredentials;
|
|
||||||
import com.amazonaws.client.builder.AwsClientBuilder;
|
|
||||||
import com.amazonaws.services.s3.AmazonS3;
|
|
||||||
import com.amazonaws.services.s3.AmazonS3ClientBuilder;
|
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import net.lab1024.sa.base.module.support.file.service.FileStorageCloudServiceImpl;
|
import net.lab1024.sa.base.module.support.file.service.FileStorageCloudServiceImpl;
|
||||||
import net.lab1024.sa.base.module.support.file.service.FileStorageLocalServiceImpl;
|
import net.lab1024.sa.base.module.support.file.service.FileStorageLocalServiceImpl;
|
||||||
@@ -17,6 +10,13 @@ import org.springframework.context.annotation.Bean;
|
|||||||
import org.springframework.context.annotation.Configuration;
|
import org.springframework.context.annotation.Configuration;
|
||||||
import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;
|
import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;
|
||||||
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
|
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
|
||||||
|
import software.amazon.awssdk.auth.credentials.AwsBasicCredentials;
|
||||||
|
import software.amazon.awssdk.auth.credentials.StaticCredentialsProvider;
|
||||||
|
import software.amazon.awssdk.regions.Region;
|
||||||
|
import software.amazon.awssdk.services.s3.S3Client;
|
||||||
|
import software.amazon.awssdk.services.s3.S3Configuration;
|
||||||
|
|
||||||
|
import java.net.URI;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 文件上传 配置
|
* 文件上传 配置
|
||||||
@@ -31,6 +31,10 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
|
|||||||
@Configuration
|
@Configuration
|
||||||
public class FileConfig implements WebMvcConfigurer {
|
public class FileConfig implements WebMvcConfigurer {
|
||||||
|
|
||||||
|
private static final String HTTPS = "https://";
|
||||||
|
|
||||||
|
private static final String HTTP = "http://";
|
||||||
|
|
||||||
private static final String MODE_CLOUD = "cloud";
|
private static final String MODE_CLOUD = "cloud";
|
||||||
|
|
||||||
private static final String MODE_LOCAL = "local";
|
private static final String MODE_LOCAL = "local";
|
||||||
@@ -69,15 +73,17 @@ public class FileConfig implements WebMvcConfigurer {
|
|||||||
*/
|
*/
|
||||||
@Bean
|
@Bean
|
||||||
@ConditionalOnProperty(prefix = "file.storage", name = {"mode"}, havingValue = MODE_CLOUD)
|
@ConditionalOnProperty(prefix = "file.storage", name = {"mode"}, havingValue = MODE_CLOUD)
|
||||||
public AmazonS3 initAmazonS3() {
|
public S3Client initAmazonS3() {
|
||||||
ClientConfiguration clientConfig = new ClientConfiguration();
|
return S3Client.builder()
|
||||||
clientConfig.setProtocol(Protocol.HTTPS);
|
.region(Region.AWS_GLOBAL)
|
||||||
return AmazonS3ClientBuilder.standard()
|
.endpointOverride(URI.create((urlPrefix.startsWith(HTTPS) ? HTTPS : HTTP) + endpoint))
|
||||||
.withCredentials(new AWSStaticCredentialsProvider(new BasicAWSCredentials(accessKey, secretKey)))
|
.credentialsProvider(
|
||||||
.withClientConfiguration(clientConfig)
|
StaticCredentialsProvider.create(
|
||||||
.withEndpointConfiguration(new AwsClientBuilder.EndpointConfiguration(endpoint, region))
|
AwsBasicCredentials.create(accessKey, secretKey)))
|
||||||
.withPathStyleAccessEnabled(false)
|
.serviceConfiguration(S3Configuration.builder()
|
||||||
.withChunkedEncodingDisabled(true)
|
.pathStyleAccessEnabled(true)
|
||||||
|
.chunkedEncodingEnabled(false)
|
||||||
|
.build())
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ package net.lab1024.sa.base.config;
|
|||||||
|
|
||||||
import cn.hutool.core.date.DatePattern;
|
import cn.hutool.core.date.DatePattern;
|
||||||
import cn.hutool.core.date.LocalDateTimeUtil;
|
import cn.hutool.core.date.LocalDateTimeUtil;
|
||||||
|
import com.fasterxml.jackson.databind.ser.std.ToStringSerializer;
|
||||||
import com.fasterxml.jackson.datatype.jsr310.deser.LocalDateDeserializer;
|
import com.fasterxml.jackson.datatype.jsr310.deser.LocalDateDeserializer;
|
||||||
import com.fasterxml.jackson.datatype.jsr310.deser.LocalDateTimeDeserializer;
|
import com.fasterxml.jackson.datatype.jsr310.deser.LocalDateTimeDeserializer;
|
||||||
import com.fasterxml.jackson.datatype.jsr310.ser.LocalDateSerializer;
|
import com.fasterxml.jackson.datatype.jsr310.ser.LocalDateSerializer;
|
||||||
@@ -13,6 +14,8 @@ import org.springframework.context.annotation.Bean;
|
|||||||
import org.springframework.context.annotation.Configuration;
|
import org.springframework.context.annotation.Configuration;
|
||||||
import org.springframework.core.convert.converter.Converter;
|
import org.springframework.core.convert.converter.Converter;
|
||||||
|
|
||||||
|
import java.math.BigDecimal;
|
||||||
|
import java.math.BigInteger;
|
||||||
import java.time.LocalDate;
|
import java.time.LocalDate;
|
||||||
import java.time.LocalDateTime;
|
import java.time.LocalDateTime;
|
||||||
import java.time.format.DateTimeParseException;
|
import java.time.format.DateTimeParseException;
|
||||||
@@ -37,6 +40,9 @@ public class JsonConfig {
|
|||||||
builder.serializers(new LocalDateSerializer(DatePattern.NORM_DATE_FORMAT.getDateTimeFormatter()));
|
builder.serializers(new LocalDateSerializer(DatePattern.NORM_DATE_FORMAT.getDateTimeFormatter()));
|
||||||
builder.serializers(new LocalDateTimeSerializer(DatePattern.NORM_DATETIME_FORMAT.getDateTimeFormatter()));
|
builder.serializers(new LocalDateTimeSerializer(DatePattern.NORM_DATETIME_FORMAT.getDateTimeFormatter()));
|
||||||
builder.serializerByType(Long.class, LongJsonSerializer.INSTANCE);
|
builder.serializerByType(Long.class, LongJsonSerializer.INSTANCE);
|
||||||
|
builder.serializerByType(Long.TYPE, LongJsonSerializer.INSTANCE);
|
||||||
|
builder.serializerByType(BigInteger.class, ToStringSerializer.instance);
|
||||||
|
builder.serializerByType(BigDecimal.class, ToStringSerializer.instance);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,13 +1,14 @@
|
|||||||
package net.lab1024.sa.base.config;
|
package net.lab1024.sa.base.config;
|
||||||
|
|
||||||
import jakarta.annotation.Resource;
|
import jakarta.annotation.Resource;
|
||||||
|
import jakarta.servlet.http.HttpServletRequest;
|
||||||
import net.lab1024.sa.base.common.constant.StringConst;
|
import net.lab1024.sa.base.common.constant.StringConst;
|
||||||
import net.lab1024.sa.base.common.util.SmartRequestUtil;
|
import net.lab1024.sa.base.common.util.SmartRequestUtil;
|
||||||
import net.lab1024.sa.base.module.support.repeatsubmit.RepeatSubmitAspect;
|
import net.lab1024.sa.base.module.support.repeatsubmit.RepeatSubmitAspect;
|
||||||
import net.lab1024.sa.base.module.support.repeatsubmit.ticket.RepeatSubmitRedisTicket;
|
import net.lab1024.sa.base.module.support.repeatsubmit.ticket.RepeatSubmitRedisTicket;
|
||||||
import org.springframework.context.annotation.Bean;
|
import org.springframework.context.annotation.Bean;
|
||||||
import org.springframework.context.annotation.Configuration;
|
import org.springframework.context.annotation.Configuration;
|
||||||
import org.springframework.data.redis.core.ValueOperations;
|
import org.springframework.data.redis.core.RedisTemplate;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 重复提交配置
|
* 重复提交配置
|
||||||
@@ -22,22 +23,22 @@ import org.springframework.data.redis.core.ValueOperations;
|
|||||||
public class RepeatSubmitConfig {
|
public class RepeatSubmitConfig {
|
||||||
|
|
||||||
@Resource
|
@Resource
|
||||||
private ValueOperations<String, String> valueOperations;
|
private RedisTemplate<String, Object> redisTemplate;
|
||||||
|
|
||||||
@Bean
|
@Bean
|
||||||
public RepeatSubmitAspect repeatSubmitAspect() {
|
public RepeatSubmitAspect repeatSubmitAspect() {
|
||||||
RepeatSubmitRedisTicket caffeineTicket = new RepeatSubmitRedisTicket(valueOperations, this::ticket);
|
RepeatSubmitRedisTicket ticket = new RepeatSubmitRedisTicket(redisTemplate, this::ticket);
|
||||||
return new RepeatSubmitAspect(caffeineTicket);
|
return new RepeatSubmitAspect(ticket);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取指明某个用户的凭证
|
* 获取指明某个用户的凭证
|
||||||
*/
|
*/
|
||||||
private String ticket(String servletPath) {
|
private String ticket(HttpServletRequest request) {
|
||||||
Long userId = SmartRequestUtil.getRequestUserId();
|
Long userId = SmartRequestUtil.getRequestUserId();
|
||||||
if (null == userId) {
|
if (null == userId) {
|
||||||
return StringConst.EMPTY;
|
return StringConst.EMPTY;
|
||||||
}
|
}
|
||||||
return servletPath + "_" + userId;
|
return request.getServletPath() + "_" + userId;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,92 @@
|
|||||||
|
package net.lab1024.sa.base.config;
|
||||||
|
|
||||||
|
import com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter;
|
||||||
|
import org.apache.hc.client5.http.classic.HttpClient;
|
||||||
|
import org.apache.hc.client5.http.config.TlsConfig;
|
||||||
|
import org.apache.hc.client5.http.impl.classic.HttpClients;
|
||||||
|
import org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager;
|
||||||
|
import org.apache.hc.core5.util.TimeValue;
|
||||||
|
import org.springframework.beans.factory.annotation.Value;
|
||||||
|
import org.springframework.context.annotation.Bean;
|
||||||
|
import org.springframework.context.annotation.Configuration;
|
||||||
|
import org.springframework.http.MediaType;
|
||||||
|
import org.springframework.http.client.HttpComponentsClientHttpRequestFactory;
|
||||||
|
import org.springframework.http.converter.HttpMessageConverter;
|
||||||
|
import org.springframework.http.converter.StringHttpMessageConverter;
|
||||||
|
import org.springframework.web.client.RestClient;
|
||||||
|
|
||||||
|
import java.nio.charset.StandardCharsets;
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.concurrent.TimeUnit;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* http请求配置
|
||||||
|
*
|
||||||
|
* @Author 1024创新实验室: 卓大
|
||||||
|
* @Date 2025-07-26 21:22:12
|
||||||
|
* @Wechat zhuoda1024
|
||||||
|
* @Email lab1024@163.com
|
||||||
|
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
||||||
|
*/
|
||||||
|
@Configuration
|
||||||
|
public class RestClientConfig {
|
||||||
|
|
||||||
|
@Value("${http.pool.max-total}")
|
||||||
|
private Integer maxTotal;
|
||||||
|
|
||||||
|
@Value("${http.pool.connect-timeout}")
|
||||||
|
private Integer connectTimeout;
|
||||||
|
|
||||||
|
@Value("${http.pool.read-timeout}")
|
||||||
|
private Integer readTimeout;
|
||||||
|
|
||||||
|
@Value("${http.pool.write-timeout}")
|
||||||
|
private Integer writeTimeout;
|
||||||
|
|
||||||
|
@Value("${http.pool.keep-alive}")
|
||||||
|
private Integer keepAlive;
|
||||||
|
|
||||||
|
@Bean
|
||||||
|
public RestClient restClient() {
|
||||||
|
|
||||||
|
HttpComponentsClientHttpRequestFactory factory =
|
||||||
|
new HttpComponentsClientHttpRequestFactory();
|
||||||
|
factory.setConnectTimeout(connectTimeout);
|
||||||
|
factory.setConnectionRequestTimeout(connectTimeout);
|
||||||
|
factory.setReadTimeout(readTimeout);
|
||||||
|
|
||||||
|
PoolingHttpClientConnectionManager cm =
|
||||||
|
new PoolingHttpClientConnectionManager();
|
||||||
|
|
||||||
|
cm.setMaxTotal(this.maxTotal);
|
||||||
|
cm.setDefaultTlsConfig(TlsConfig.DEFAULT);
|
||||||
|
|
||||||
|
HttpClient httpClient = HttpClients.custom()
|
||||||
|
.setConnectionManager(cm)
|
||||||
|
.setKeepAliveStrategy((response, context) -> TimeValue.of(this.keepAlive, TimeUnit.MICROSECONDS))
|
||||||
|
.build();
|
||||||
|
|
||||||
|
factory.setHttpClient(httpClient);
|
||||||
|
|
||||||
|
return RestClient.builder()
|
||||||
|
.requestFactory(factory)
|
||||||
|
.messageConverters(converters())
|
||||||
|
.build();
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<HttpMessageConverter<?>> converters() {
|
||||||
|
List<HttpMessageConverter<?>> converters = new ArrayList<>();
|
||||||
|
HttpMessageConverter<?> converter = new StringHttpMessageConverter(StandardCharsets.UTF_8);
|
||||||
|
FastJsonHttpMessageConverter fastConverter = new FastJsonHttpMessageConverter();
|
||||||
|
List<MediaType> fastMediaTypes = new ArrayList<>();
|
||||||
|
fastMediaTypes.add(MediaType.APPLICATION_FORM_URLENCODED);
|
||||||
|
fastMediaTypes.add(MediaType.APPLICATION_JSON);
|
||||||
|
fastConverter.setSupportedMediaTypes(fastMediaTypes);
|
||||||
|
converters.add(converter);
|
||||||
|
converters.add(fastConverter);
|
||||||
|
return converters;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
@@ -1,130 +0,0 @@
|
|||||||
package net.lab1024.sa.base.config;
|
|
||||||
|
|
||||||
import com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter;
|
|
||||||
import okhttp3.ConnectionPool;
|
|
||||||
import okhttp3.OkHttpClient;
|
|
||||||
import org.springframework.beans.factory.annotation.Value;
|
|
||||||
import org.springframework.context.annotation.Bean;
|
|
||||||
import org.springframework.context.annotation.Configuration;
|
|
||||||
import org.springframework.http.MediaType;
|
|
||||||
import org.springframework.http.client.OkHttp3ClientHttpRequestFactory;
|
|
||||||
import org.springframework.http.converter.HttpMessageConverter;
|
|
||||||
import org.springframework.http.converter.StringHttpMessageConverter;
|
|
||||||
import org.springframework.web.client.RestTemplate;
|
|
||||||
|
|
||||||
import javax.net.ssl.SSLContext;
|
|
||||||
import javax.net.ssl.SSLSocketFactory;
|
|
||||||
import javax.net.ssl.TrustManager;
|
|
||||||
import javax.net.ssl.X509TrustManager;
|
|
||||||
import java.nio.charset.StandardCharsets;
|
|
||||||
import java.security.KeyManagementException;
|
|
||||||
import java.security.NoSuchAlgorithmException;
|
|
||||||
import java.security.SecureRandom;
|
|
||||||
import java.security.cert.CertificateException;
|
|
||||||
import java.security.cert.X509Certificate;
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.concurrent.TimeUnit;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* http请求配置
|
|
||||||
*
|
|
||||||
* @Author 1024创新实验室: 罗伊
|
|
||||||
* @Date 2022-05-30 21:22:12
|
|
||||||
* @Wechat zhuoda1024
|
|
||||||
* @Email lab1024@163.com
|
|
||||||
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
|
||||||
*/
|
|
||||||
@Configuration
|
|
||||||
public class RestTemplateConfig {
|
|
||||||
|
|
||||||
@Value("${http.pool.max-total}")
|
|
||||||
private Integer maxTotal;
|
|
||||||
|
|
||||||
@Value("${http.pool.connect-timeout}")
|
|
||||||
private Integer connectTimeout;
|
|
||||||
|
|
||||||
@Value("${http.pool.read-timeout}")
|
|
||||||
private Integer readTimeout;
|
|
||||||
|
|
||||||
@Value("${http.pool.write-timeout}")
|
|
||||||
private Integer writeTimeout;
|
|
||||||
|
|
||||||
@Value("${http.pool.keep-alive}")
|
|
||||||
private Integer keepAlive;
|
|
||||||
|
|
||||||
@Bean
|
|
||||||
public RestTemplate restTemplate() {
|
|
||||||
RestTemplate restTemplate = new RestTemplate();
|
|
||||||
restTemplate.setRequestFactory(this.clientHttpRequestFactory());
|
|
||||||
List<HttpMessageConverter<?>> messageConverterList = restTemplate.getMessageConverters();
|
|
||||||
messageConverterList.add(0, new StringHttpMessageConverter(StandardCharsets.UTF_8));
|
|
||||||
messageConverterList.addAll(this.converters());
|
|
||||||
return restTemplate;
|
|
||||||
}
|
|
||||||
|
|
||||||
public List<HttpMessageConverter<?>> converters() {
|
|
||||||
List<HttpMessageConverter<?>> converters = new ArrayList<>();
|
|
||||||
HttpMessageConverter<?> converter = new StringHttpMessageConverter(StandardCharsets.UTF_8);
|
|
||||||
FastJsonHttpMessageConverter fastConverter = new FastJsonHttpMessageConverter();
|
|
||||||
List<MediaType> fastMediaTypes = new ArrayList<>();
|
|
||||||
fastMediaTypes.add(MediaType.APPLICATION_FORM_URLENCODED);
|
|
||||||
fastMediaTypes.add(MediaType.APPLICATION_JSON);
|
|
||||||
fastConverter.setSupportedMediaTypes(fastMediaTypes);
|
|
||||||
converters.add(converter);
|
|
||||||
converters.add(fastConverter);
|
|
||||||
return converters;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public OkHttp3ClientHttpRequestFactory clientHttpRequestFactory() {
|
|
||||||
return new OkHttp3ClientHttpRequestFactory(httpClientBuilder());
|
|
||||||
}
|
|
||||||
|
|
||||||
public OkHttpClient httpClientBuilder() {
|
|
||||||
return new OkHttpClient.Builder()
|
|
||||||
.retryOnConnectionFailure(true)
|
|
||||||
.connectionPool(this.pool())
|
|
||||||
.connectTimeout(connectTimeout, TimeUnit.MILLISECONDS)
|
|
||||||
.readTimeout(readTimeout, TimeUnit.MILLISECONDS)
|
|
||||||
.writeTimeout(writeTimeout, TimeUnit.MILLISECONDS)
|
|
||||||
.build();
|
|
||||||
}
|
|
||||||
|
|
||||||
public ConnectionPool pool() {
|
|
||||||
return new ConnectionPool(maxTotal, keepAlive, TimeUnit.MILLISECONDS);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Bean
|
|
||||||
public X509TrustManager x509TrustManager() {
|
|
||||||
return new X509TrustManager() {
|
|
||||||
@Override
|
|
||||||
public void checkClientTrusted(X509Certificate[] x509Certificates, String s) throws CertificateException {
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void checkServerTrusted(X509Certificate[] x509Certificates, String s) throws CertificateException {
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public X509Certificate[] getAcceptedIssuers() {
|
|
||||||
return new X509Certificate[0];
|
|
||||||
}
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
@Bean
|
|
||||||
public SSLSocketFactory sslSocketFactory() {
|
|
||||||
try {
|
|
||||||
//信任任何链接
|
|
||||||
SSLContext sslContext = SSLContext.getInstance("TLS");
|
|
||||||
sslContext.init(null, new TrustManager[]{x509TrustManager()}, new SecureRandom());
|
|
||||||
return sslContext.getSocketFactory();
|
|
||||||
} catch (NoSuchAlgorithmException | KeyManagementException e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -12,6 +12,7 @@ import net.lab1024.sa.base.common.constant.RequestHeaderConst;
|
|||||||
import net.lab1024.sa.base.common.swagger.SmartOperationCustomizer;
|
import net.lab1024.sa.base.common.swagger.SmartOperationCustomizer;
|
||||||
import net.lab1024.sa.base.constant.SwaggerTagConst;
|
import net.lab1024.sa.base.constant.SwaggerTagConst;
|
||||||
import org.apache.commons.lang3.StringUtils;
|
import org.apache.commons.lang3.StringUtils;
|
||||||
|
import org.springdoc.core.customizers.GlobalOpenApiCustomizer;
|
||||||
import org.springdoc.core.customizers.OpenApiBuilderCustomizer;
|
import org.springdoc.core.customizers.OpenApiBuilderCustomizer;
|
||||||
import org.springdoc.core.customizers.ServerBaseUrlCustomizer;
|
import org.springdoc.core.customizers.ServerBaseUrlCustomizer;
|
||||||
import org.springdoc.core.models.GroupedOpenApi;
|
import org.springdoc.core.models.GroupedOpenApi;
|
||||||
@@ -24,6 +25,8 @@ import org.springframework.beans.factory.annotation.Value;
|
|||||||
import org.springframework.context.annotation.Bean;
|
import org.springframework.context.annotation.Bean;
|
||||||
import org.springframework.context.annotation.Conditional;
|
import org.springframework.context.annotation.Conditional;
|
||||||
import org.springframework.context.annotation.Configuration;
|
import org.springframework.context.annotation.Configuration;
|
||||||
|
import org.springframework.http.HttpHeaders;
|
||||||
|
import org.springframework.http.HttpRequest;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Optional;
|
import java.util.Optional;
|
||||||
@@ -80,6 +83,21 @@ public class SwaggerConfig {
|
|||||||
.addSecuritySchemes(RequestHeaderConst.TOKEN, new SecurityScheme().scheme("Bearer").description("请输入token,格式为[Bearer xxxxxxxx]").type(SecurityScheme.Type.APIKEY).in(SecurityScheme.In.HEADER).name(RequestHeaderConst.TOKEN));
|
.addSecuritySchemes(RequestHeaderConst.TOKEN, new SecurityScheme().scheme("Bearer").description("请输入token,格式为[Bearer xxxxxxxx]").type(SecurityScheme.Type.APIKEY).in(SecurityScheme.In.HEADER).name(RequestHeaderConst.TOKEN));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Bean
|
||||||
|
public GlobalOpenApiCustomizer orderGlobalOpenApiCustomizer() {
|
||||||
|
return openApi -> {
|
||||||
|
// 全局添加鉴权参数
|
||||||
|
if(openApi.getPaths()!=null){
|
||||||
|
openApi.getPaths().forEach((s, pathItem) -> {
|
||||||
|
// 为所有接口添加鉴权
|
||||||
|
pathItem.readOperations().forEach(operation -> {
|
||||||
|
operation.addSecurityItem(new SecurityRequirement().addList(HttpHeaders.AUTHORIZATION));
|
||||||
|
});
|
||||||
|
});
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
@Bean
|
@Bean
|
||||||
public GroupedOpenApi businessApi() {
|
public GroupedOpenApi businessApi() {
|
||||||
return GroupedOpenApi.builder()
|
return GroupedOpenApi.builder()
|
||||||
@@ -122,11 +140,11 @@ public class SwaggerConfig {
|
|||||||
Optional<JavadocProvider> javadocProvider) {
|
Optional<JavadocProvider> javadocProvider) {
|
||||||
List<ServerBaseUrlCustomizer> list = Lists.newArrayList(new ServerBaseUrlCustomizer() {
|
List<ServerBaseUrlCustomizer> list = Lists.newArrayList(new ServerBaseUrlCustomizer() {
|
||||||
@Override
|
@Override
|
||||||
public String customize(String baseUrl) {
|
public String customize(String serverBaseUrl, HttpRequest request) {
|
||||||
if (StringUtils.isNotBlank(serverBaseUrl)) {
|
if (StringUtils.isNotBlank(serverBaseUrl)) {
|
||||||
return serverBaseUrl;
|
return serverBaseUrl;
|
||||||
}
|
}
|
||||||
return baseUrl;
|
return serverBaseUrl;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
return new OpenAPIService(openAPI, securityParser, springDocConfigProperties,
|
return new OpenAPIService(openAPI, securityParser, springDocConfigProperties,
|
||||||
|
|||||||
@@ -3,10 +3,10 @@ package net.lab1024.sa.base.module.support.captcha;
|
|||||||
import cn.hutool.captcha.CaptchaUtil;
|
import cn.hutool.captcha.CaptchaUtil;
|
||||||
import cn.hutool.captcha.LineCaptcha;
|
import cn.hutool.captcha.LineCaptcha;
|
||||||
import cn.hutool.core.img.ImgUtil;
|
import cn.hutool.core.img.ImgUtil;
|
||||||
|
import cn.hutool.core.util.IdUtil;
|
||||||
import cn.hutool.core.util.RandomUtil;
|
import cn.hutool.core.util.RandomUtil;
|
||||||
import jakarta.annotation.Resource;
|
import jakarta.annotation.Resource;
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
import net.lab1024.sa.base.common.constant.StringConst;
|
|
||||||
import net.lab1024.sa.base.common.domain.ResponseDTO;
|
import net.lab1024.sa.base.common.domain.ResponseDTO;
|
||||||
import net.lab1024.sa.base.common.domain.SystemEnvironment;
|
import net.lab1024.sa.base.common.domain.SystemEnvironment;
|
||||||
import net.lab1024.sa.base.constant.RedisKeyConst;
|
import net.lab1024.sa.base.constant.RedisKeyConst;
|
||||||
@@ -18,7 +18,6 @@ import org.springframework.stereotype.Service;
|
|||||||
|
|
||||||
import java.awt.*;
|
import java.awt.*;
|
||||||
import java.util.Objects;
|
import java.util.Objects;
|
||||||
import java.util.UUID;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 图形验证码 服务
|
* 图形验证码 服务
|
||||||
@@ -70,7 +69,7 @@ public class CaptchaService {
|
|||||||
* 图片 base64格式
|
* 图片 base64格式
|
||||||
*/
|
*/
|
||||||
// uuid 唯一标识
|
// uuid 唯一标识
|
||||||
String uuid = UUID.randomUUID().toString().replace("-", StringConst.EMPTY);
|
String uuid = IdUtil.fastSimpleUUID();
|
||||||
|
|
||||||
CaptchaVO captchaVO = new CaptchaVO();
|
CaptchaVO captchaVO = new CaptchaVO();
|
||||||
captchaVO.setCaptchaUuid(uuid);
|
captchaVO.setCaptchaUuid(uuid);
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ import java.util.Optional;
|
|||||||
@Service
|
@Service
|
||||||
public class CodeGeneratorService {
|
public class CodeGeneratorService {
|
||||||
|
|
||||||
private static final String COLUMN_NULLABLE_IDENTIFY = "NO";
|
private static final String COLUMN_NO_NULLABLE_IDENTIFY = "NO";
|
||||||
|
|
||||||
private static final String COLUMN_PRIMARY_KEY = "PRI";
|
private static final String COLUMN_PRIMARY_KEY = "PRI";
|
||||||
|
|
||||||
@@ -65,7 +65,7 @@ public class CodeGeneratorService {
|
|||||||
public List<TableColumnVO> getTableColumns(String tableName) {
|
public List<TableColumnVO> getTableColumns(String tableName) {
|
||||||
List<TableColumnVO> tableColumns = codeGeneratorDao.selectTableColumn(tableName);
|
List<TableColumnVO> tableColumns = codeGeneratorDao.selectTableColumn(tableName);
|
||||||
for (TableColumnVO tableColumn : tableColumns) {
|
for (TableColumnVO tableColumn : tableColumns) {
|
||||||
tableColumn.setNullableFlag(!COLUMN_NULLABLE_IDENTIFY.equalsIgnoreCase(tableColumn.getIsNullable()));
|
tableColumn.setNullableFlag(!COLUMN_NO_NULLABLE_IDENTIFY.equalsIgnoreCase(tableColumn.getIsNullable()));
|
||||||
tableColumn.setPrimaryKeyFlag(COLUMN_PRIMARY_KEY.equalsIgnoreCase(tableColumn.getColumnKey()));
|
tableColumn.setPrimaryKeyFlag(COLUMN_PRIMARY_KEY.equalsIgnoreCase(tableColumn.getColumnKey()));
|
||||||
tableColumn.setAutoIncreaseFlag(SmartStringUtil.isNotEmpty(tableColumn.getExtra()) && COLUMN_AUTO_INCREASE.equalsIgnoreCase(tableColumn.getExtra()));
|
tableColumn.setAutoIncreaseFlag(SmartStringUtil.isNotEmpty(tableColumn.getExtra()) && COLUMN_AUTO_INCREASE.equalsIgnoreCase(tableColumn.getExtra()));
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ import cn.hutool.core.bean.BeanUtil;
|
|||||||
import cn.hutool.core.date.DateUtil;
|
import cn.hutool.core.date.DateUtil;
|
||||||
import cn.hutool.core.io.FileUtil;
|
import cn.hutool.core.io.FileUtil;
|
||||||
import cn.hutool.core.io.IORuntimeException;
|
import cn.hutool.core.io.IORuntimeException;
|
||||||
|
import cn.hutool.core.util.IdUtil;
|
||||||
import cn.hutool.core.util.ZipUtil;
|
import cn.hutool.core.util.ZipUtil;
|
||||||
import com.alibaba.fastjson.JSON;
|
import com.alibaba.fastjson.JSON;
|
||||||
import com.alibaba.fastjson.JSONArray;
|
import com.alibaba.fastjson.JSONArray;
|
||||||
@@ -34,7 +35,10 @@ import java.io.File;
|
|||||||
import java.io.OutputStream;
|
import java.io.OutputStream;
|
||||||
import java.io.StringWriter;
|
import java.io.StringWriter;
|
||||||
import java.nio.charset.StandardCharsets;
|
import java.nio.charset.StandardCharsets;
|
||||||
import java.util.*;
|
import java.util.HashMap;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.Map;
|
||||||
|
import java.util.Optional;
|
||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -82,7 +86,7 @@ public class CodeGeneratorTemplateService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void zipGeneratedFiles(OutputStream outputStream, String tableName, CodeGeneratorConfigEntity codeGeneratorConfigEntity) {
|
public void zipGeneratedFiles(OutputStream outputStream, String tableName, CodeGeneratorConfigEntity codeGeneratorConfigEntity) {
|
||||||
String uuid = UUID.randomUUID().toString();
|
String uuid = IdUtil.fastSimpleUUID();
|
||||||
File dir = new File(uuid);
|
File dir = new File(uuid);
|
||||||
|
|
||||||
// 1、生产文件
|
// 1、生产文件
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ public class DictDataVO implements Serializable {
|
|||||||
private String dictName;
|
private String dictName;
|
||||||
|
|
||||||
@Schema(description = "字典禁用状态")
|
@Schema(description = "字典禁用状态")
|
||||||
private Integer dictDisabledFlag;
|
private Boolean dictDisabledFlag;
|
||||||
|
|
||||||
@Schema(description = "字典项值")
|
@Schema(description = "字典项值")
|
||||||
private String dataValue;
|
private String dataValue;
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ public class DictVO {
|
|||||||
private String remark;
|
private String remark;
|
||||||
|
|
||||||
@Schema(description = "禁用状态")
|
@Schema(description = "禁用状态")
|
||||||
private Integer disabledFlag;
|
private Boolean disabledFlag;
|
||||||
|
|
||||||
@Schema(description = "创建时间")
|
@Schema(description = "创建时间")
|
||||||
private LocalDateTime createTime;
|
private LocalDateTime createTime;
|
||||||
|
|||||||
@@ -55,9 +55,6 @@ public class FileService {
|
|||||||
@Resource
|
@Resource
|
||||||
private FileDao fileDao;
|
private FileDao fileDao;
|
||||||
|
|
||||||
@Resource
|
|
||||||
private RedisService redisService;
|
|
||||||
|
|
||||||
@Resource
|
@Resource
|
||||||
private SecurityFileService securityFileService;
|
private SecurityFileService securityFileService;
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,7 @@ package net.lab1024.sa.base.module.support.file.service;
|
|||||||
|
|
||||||
import cn.hutool.core.date.DatePattern;
|
import cn.hutool.core.date.DatePattern;
|
||||||
import cn.hutool.core.date.LocalDateTimeUtil;
|
import cn.hutool.core.date.LocalDateTimeUtil;
|
||||||
import com.amazonaws.services.s3.AmazonS3;
|
import cn.hutool.core.util.IdUtil;
|
||||||
import com.amazonaws.services.s3.model.CannedAccessControlList;
|
|
||||||
import com.amazonaws.services.s3.model.ObjectMetadata;
|
|
||||||
import com.amazonaws.services.s3.model.S3Object;
|
|
||||||
import jakarta.annotation.Resource;
|
import jakarta.annotation.Resource;
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
import net.lab1024.sa.base.common.code.SystemErrorCode;
|
import net.lab1024.sa.base.common.code.SystemErrorCode;
|
||||||
@@ -22,21 +19,27 @@ import net.lab1024.sa.base.module.support.file.domain.vo.FileVO;
|
|||||||
import net.lab1024.sa.base.module.support.redis.RedisService;
|
import net.lab1024.sa.base.module.support.redis.RedisService;
|
||||||
import org.apache.commons.collections4.MapUtils;
|
import org.apache.commons.collections4.MapUtils;
|
||||||
import org.apache.commons.io.FilenameUtils;
|
import org.apache.commons.io.FilenameUtils;
|
||||||
|
import org.apache.commons.io.IOUtils;
|
||||||
import org.apache.commons.lang3.StringUtils;
|
import org.apache.commons.lang3.StringUtils;
|
||||||
import org.springframework.util.FileCopyUtils;
|
|
||||||
import org.springframework.web.multipart.MultipartFile;
|
import org.springframework.web.multipart.MultipartFile;
|
||||||
|
import software.amazon.awssdk.core.ResponseBytes;
|
||||||
|
import software.amazon.awssdk.core.sync.RequestBody;
|
||||||
|
import software.amazon.awssdk.core.sync.ResponseTransformer;
|
||||||
|
import software.amazon.awssdk.regions.Region;
|
||||||
|
import software.amazon.awssdk.services.s3.S3Client;
|
||||||
|
import software.amazon.awssdk.services.s3.model.*;
|
||||||
|
import software.amazon.awssdk.services.s3.presigner.S3Presigner;
|
||||||
|
import software.amazon.awssdk.services.s3.presigner.model.GetObjectPresignRequest;
|
||||||
|
import software.amazon.awssdk.services.s3.presigner.model.PresignedGetObjectRequest;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.io.InputStream;
|
import java.io.InputStream;
|
||||||
import java.io.UnsupportedEncodingException;
|
|
||||||
import java.net.URL;
|
|
||||||
import java.net.URLEncoder;
|
import java.net.URLEncoder;
|
||||||
import java.nio.charset.StandardCharsets;
|
import java.nio.charset.StandardCharsets;
|
||||||
|
import java.time.Duration;
|
||||||
import java.time.LocalDateTime;
|
import java.time.LocalDateTime;
|
||||||
import java.util.Date;
|
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.UUID;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 云计算 实现
|
* 云计算 实现
|
||||||
@@ -45,7 +48,7 @@ import java.util.UUID;
|
|||||||
* @Date 2019年10月11日 15:34:47
|
* @Date 2019年10月11日 15:34:47
|
||||||
* @Wechat zhuoda1024
|
* @Wechat zhuoda1024
|
||||||
* @Email lab1024@163.com
|
* @Email lab1024@163.com
|
||||||
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
||||||
*/
|
*/
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class FileStorageCloudServiceImpl implements IFileStorageService {
|
public class FileStorageCloudServiceImpl implements IFileStorageService {
|
||||||
@@ -66,7 +69,7 @@ public class FileStorageCloudServiceImpl implements IFileStorageService {
|
|||||||
private static final String USER_METADATA_FILE_SIZE = "file-size";
|
private static final String USER_METADATA_FILE_SIZE = "file-size";
|
||||||
|
|
||||||
@Resource
|
@Resource
|
||||||
private AmazonS3 amazonS3;
|
private S3Client s3Client;
|
||||||
|
|
||||||
@Resource
|
@Resource
|
||||||
private FileConfig cloudConfig;
|
private FileConfig cloudConfig;
|
||||||
@@ -86,44 +89,47 @@ public class FileStorageCloudServiceImpl implements IFileStorageService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
String fileType = FilenameUtils.getExtension(originalFileName);
|
String fileType = FilenameUtils.getExtension(originalFileName);
|
||||||
String uuid = UUID.randomUUID().toString().replaceAll("-", "");
|
String uuid = IdUtil.fastSimpleUUID();
|
||||||
String time = LocalDateTimeUtil.format(LocalDateTime.now(), DatePattern.PURE_DATETIME_FORMATTER);
|
String time = LocalDateTimeUtil.format(LocalDateTime.now(), DatePattern.PURE_DATETIME_FORMATTER);
|
||||||
String fileKey = path + uuid + "_" + time+ "." + fileType;
|
String fileKey = path + uuid + "_" + time + "." + fileType;
|
||||||
|
|
||||||
// 文件名称 URL 编码
|
// 文件名称 URL 编码
|
||||||
String urlEncoderFilename;
|
String urlEncoderFilename;
|
||||||
try {
|
urlEncoderFilename = URLEncoder.encode(originalFileName, StandardCharsets.UTF_8);
|
||||||
urlEncoderFilename = URLEncoder.encode(originalFileName, StandardCharsets.UTF_8.name());
|
|
||||||
} catch (UnsupportedEncodingException e) {
|
|
||||||
log.error("文件上传服务URL ENCODE-发生异常:", e);
|
|
||||||
return ResponseDTO.error(SystemErrorCode.SYSTEM_ERROR, "上传失败");
|
|
||||||
}
|
|
||||||
ObjectMetadata meta = new ObjectMetadata();
|
|
||||||
meta.setContentEncoding(StandardCharsets.UTF_8.name());
|
|
||||||
meta.setContentDisposition("attachment;filename=" + urlEncoderFilename);
|
|
||||||
Map<String, String> userMetadata = new HashMap<>(10);
|
Map<String, String> userMetadata = new HashMap<>(10);
|
||||||
userMetadata.put(USER_METADATA_FILE_NAME, urlEncoderFilename);
|
userMetadata.put(USER_METADATA_FILE_NAME, urlEncoderFilename);
|
||||||
userMetadata.put(USER_METADATA_FILE_FORMAT, fileType);
|
userMetadata.put(USER_METADATA_FILE_FORMAT, fileType);
|
||||||
userMetadata.put(USER_METADATA_FILE_SIZE, String.valueOf(file.getSize()));
|
userMetadata.put(USER_METADATA_FILE_SIZE, String.valueOf(file.getSize()));
|
||||||
meta.setUserMetadata(userMetadata);
|
|
||||||
meta.setContentLength(file.getSize());
|
// 根据文件路径获取并设置访问权限
|
||||||
meta.setContentType(this.getContentType(fileType));
|
ObjectCannedACL acl = this.getACL(path);
|
||||||
|
PutObjectRequest putObjectRequest = PutObjectRequest.builder()
|
||||||
|
.bucket(cloudConfig.getBucketName())
|
||||||
|
.key(fileKey)
|
||||||
|
.metadata(userMetadata)
|
||||||
|
.contentLength(file.getSize())
|
||||||
|
.contentType(this.getContentType(fileType))
|
||||||
|
.contentEncoding(StandardCharsets.UTF_8.name())
|
||||||
|
.contentDisposition("attachment;filename=" + urlEncoderFilename)
|
||||||
|
.acl(acl)
|
||||||
|
.build();
|
||||||
|
InputStream inputStream = null;
|
||||||
try {
|
try {
|
||||||
amazonS3.putObject(cloudConfig.getBucketName(), fileKey, file.getInputStream(), meta);
|
inputStream = file.getInputStream();
|
||||||
|
s3Client.putObject(putObjectRequest, RequestBody.fromInputStream(inputStream, file.getSize()));
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
log.error("文件上传-发生异常:", e);
|
log.error("文件上传-发生异常:", e);
|
||||||
return ResponseDTO.error(SystemErrorCode.SYSTEM_ERROR, "上传失败");
|
return ResponseDTO.error(SystemErrorCode.SYSTEM_ERROR, "上传失败");
|
||||||
|
} finally {
|
||||||
|
IOUtils.closeQuietly(inputStream);
|
||||||
}
|
}
|
||||||
// 根据文件路径获取并设置访问权限
|
|
||||||
CannedAccessControlList acl = this.getACL(path);
|
|
||||||
amazonS3.setObjectAcl(cloudConfig.getBucketName(), fileKey, acl);
|
|
||||||
// 返回上传结果
|
// 返回上传结果
|
||||||
FileUploadVO uploadVO = new FileUploadVO();
|
FileUploadVO uploadVO = new FileUploadVO();
|
||||||
uploadVO.setFileName(originalFileName);
|
uploadVO.setFileName(originalFileName);
|
||||||
uploadVO.setFileType(fileType);
|
uploadVO.setFileType(fileType);
|
||||||
// 根据 访问权限 返回不同的 URL
|
// 根据 访问权限 返回不同的 URL
|
||||||
String url = cloudConfig.getUrlPrefix() + fileKey;
|
String url = cloudConfig.getUrlPrefix() + fileKey;
|
||||||
if (CannedAccessControlList.Private.equals(acl)) {
|
if (ObjectCannedACL.PRIVATE.equals(acl)) {
|
||||||
// 获取临时访问的URL
|
// 获取临时访问的URL
|
||||||
url = this.getFileUrl(fileKey).getData();
|
url = this.getFileUrl(fileKey).getData();
|
||||||
}
|
}
|
||||||
@@ -136,8 +142,8 @@ public class FileStorageCloudServiceImpl implements IFileStorageService {
|
|||||||
/**
|
/**
|
||||||
* 获取文件url
|
* 获取文件url
|
||||||
*
|
*
|
||||||
* @param fileKey
|
* @param fileKey 文件key
|
||||||
* @return
|
* @return url
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public ResponseDTO<String> getFileUrl(String fileKey) {
|
public ResponseDTO<String> getFileUrl(String fileKey) {
|
||||||
@@ -159,10 +165,14 @@ public class FileStorageCloudServiceImpl implements IFileStorageService {
|
|||||||
if (fileVO == null) {
|
if (fileVO == null) {
|
||||||
return ResponseDTO.userErrorParam("文件不存在");
|
return ResponseDTO.userErrorParam("文件不存在");
|
||||||
}
|
}
|
||||||
|
GetObjectRequest getUrlRequest = GetObjectRequest.builder().bucket(cloudConfig.getBucketName()).key(fileKey).build();
|
||||||
|
GetObjectPresignRequest getObjectPresignRequest = GetObjectPresignRequest.builder().signatureDuration(Duration.ofSeconds(cloudConfig.getPrivateUrlExpireSeconds())).getObjectRequest(getUrlRequest).build();
|
||||||
|
|
||||||
Date expiration = new Date(System.currentTimeMillis() + cloudConfig.getPrivateUrlExpireSeconds() * 1000L);
|
S3Presigner presigner = S3Presigner.builder().region(Region.of(cloudConfig.getRegion())).build();
|
||||||
URL url = amazonS3.generatePresignedUrl(cloudConfig.getBucketName(), fileKey, expiration);
|
|
||||||
fileVO.setFileUrl(url.toString());
|
PresignedGetObjectRequest presignedGetObjectRequest = presigner.presignGetObject(getObjectPresignRequest);
|
||||||
|
String url = presignedGetObjectRequest.url().toString();
|
||||||
|
fileVO.setFileUrl(url);
|
||||||
redisService.set(fileRedisKey, fileVO, cloudConfig.getPrivateUrlExpireSeconds() - 5);
|
redisService.set(fileRedisKey, fileVO, cloudConfig.getPrivateUrlExpireSeconds() - 5);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -175,11 +185,11 @@ public class FileStorageCloudServiceImpl implements IFileStorageService {
|
|||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public ResponseDTO<FileDownloadVO> download(String key) {
|
public ResponseDTO<FileDownloadVO> download(String key) {
|
||||||
//获取oss对象
|
|
||||||
S3Object s3Object = amazonS3.getObject(cloudConfig.getBucketName(), key);
|
|
||||||
// 获取文件 meta
|
// 获取文件 meta
|
||||||
ObjectMetadata metadata = s3Object.getObjectMetadata();
|
HeadObjectRequest objectRequest = HeadObjectRequest.builder().bucket(this.cloudConfig.getBucketName()).key(key).build();
|
||||||
Map<String, String> userMetadata = metadata.getUserMetadata();
|
HeadObjectResponse headObjectResponse = s3Client.headObject(objectRequest);
|
||||||
|
Map<String, String> userMetadata = headObjectResponse.metadata();
|
||||||
FileMetadataVO metadataDTO = null;
|
FileMetadataVO metadataDTO = null;
|
||||||
if (MapUtils.isNotEmpty(userMetadata)) {
|
if (MapUtils.isNotEmpty(userMetadata)) {
|
||||||
metadataDTO = new FileMetadataVO();
|
metadataDTO = new FileMetadataVO();
|
||||||
@@ -190,43 +200,31 @@ public class FileStorageCloudServiceImpl implements IFileStorageService {
|
|||||||
metadataDTO.setFileSize(fileSize);
|
metadataDTO.setFileSize(fileSize);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 获得输入流
|
//获取oss对象
|
||||||
InputStream objectContent = s3Object.getObjectContent();
|
GetObjectRequest getObjectRequest = GetObjectRequest.builder().bucket(cloudConfig.getBucketName()).key(key).build();
|
||||||
try {
|
ResponseBytes<GetObjectResponse> s3ClientObject = s3Client.getObject(getObjectRequest, ResponseTransformer.toBytes());
|
||||||
// 输入流转换为字节流
|
|
||||||
byte[] buffer = FileCopyUtils.copyToByteArray(objectContent);
|
|
||||||
|
|
||||||
FileDownloadVO fileDownloadVO = new FileDownloadVO();
|
// 输入流转换为字节流
|
||||||
fileDownloadVO.setData(buffer);
|
byte[] buffer = s3ClientObject.asByteArray();
|
||||||
fileDownloadVO.setMetadata(metadataDTO);
|
FileDownloadVO fileDownloadVO = new FileDownloadVO();
|
||||||
return ResponseDTO.ok(fileDownloadVO);
|
fileDownloadVO.setData(buffer);
|
||||||
} catch (IOException e) {
|
fileDownloadVO.setMetadata(metadataDTO);
|
||||||
log.error("文件下载-发生异常:", e);
|
return ResponseDTO.ok(fileDownloadVO);
|
||||||
return ResponseDTO.error(SystemErrorCode.SYSTEM_ERROR, "下载失败");
|
|
||||||
} finally {
|
|
||||||
try {
|
|
||||||
// 关闭输入流
|
|
||||||
objectContent.close();
|
|
||||||
s3Object.close();
|
|
||||||
} catch (IOException e) {
|
|
||||||
log.error("文件下载-发生异常:", e);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 根据文件夹路径 返回对应的访问权限
|
* 根据文件夹路径 返回对应的访问权限
|
||||||
*
|
*
|
||||||
* @param fileKey
|
* @param fileKey 文件key
|
||||||
* @return
|
* @return 权限
|
||||||
*/
|
*/
|
||||||
private CannedAccessControlList getACL(String fileKey) {
|
private ObjectCannedACL getACL(String fileKey) {
|
||||||
// 公用读
|
// 公用读
|
||||||
if (fileKey.contains(FileFolderTypeEnum.FOLDER_PUBLIC)) {
|
if (fileKey.contains(FileFolderTypeEnum.FOLDER_PUBLIC)) {
|
||||||
return CannedAccessControlList.PublicRead;
|
return ObjectCannedACL.PUBLIC_READ;
|
||||||
}
|
}
|
||||||
// 其他默认私有读写
|
// 其他默认私有读写
|
||||||
return CannedAccessControlList.Private;
|
return ObjectCannedACL.PRIVATE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -235,11 +233,11 @@ public class FileStorageCloudServiceImpl implements IFileStorageService {
|
|||||||
* ps:不能删除fileKey不为空的文件夹
|
* ps:不能删除fileKey不为空的文件夹
|
||||||
*
|
*
|
||||||
* @param fileKey 文件or文件夹
|
* @param fileKey 文件or文件夹
|
||||||
* @return
|
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public ResponseDTO<String> delete(String fileKey) {
|
public ResponseDTO<String> delete(String fileKey) {
|
||||||
amazonS3.deleteObject(cloudConfig.getBucketName(), fileKey);
|
DeleteObjectRequest deleteObjectRequest = DeleteObjectRequest.builder().bucket(cloudConfig.getBucketName()).key(fileKey).build();
|
||||||
|
s3Client.deleteObject(deleteObjectRequest);
|
||||||
return ResponseDTO.ok();
|
return ResponseDTO.ok();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
package net.lab1024.sa.base.module.support.mail;
|
package net.lab1024.sa.base.module.support.mail;
|
||||||
|
|
||||||
|
|
||||||
import cn.hutool.core.lang.UUID;
|
import cn.hutool.core.util.IdUtil;
|
||||||
import freemarker.cache.StringTemplateLoader;
|
import freemarker.cache.StringTemplateLoader;
|
||||||
import freemarker.template.Configuration;
|
import freemarker.template.Configuration;
|
||||||
import freemarker.template.Template;
|
import freemarker.template.Template;
|
||||||
@@ -19,7 +19,6 @@ import org.apache.commons.lang3.StringUtils;
|
|||||||
import org.apache.commons.text.StringSubstitutor;
|
import org.apache.commons.text.StringSubstitutor;
|
||||||
import org.jsoup.Jsoup;
|
import org.jsoup.Jsoup;
|
||||||
import org.jsoup.nodes.Document;
|
import org.jsoup.nodes.Document;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
|
||||||
import org.springframework.beans.factory.annotation.Value;
|
import org.springframework.beans.factory.annotation.Value;
|
||||||
import org.springframework.mail.javamail.JavaMailSender;
|
import org.springframework.mail.javamail.JavaMailSender;
|
||||||
import org.springframework.mail.javamail.MimeMessageHelper;
|
import org.springframework.mail.javamail.MimeMessageHelper;
|
||||||
@@ -163,7 +162,7 @@ public class MailService {
|
|||||||
private String freemarkerResolverContent(String htmlTemplate, Map<String, Object> templateParamsMap) {
|
private String freemarkerResolverContent(String htmlTemplate, Map<String, Object> templateParamsMap) {
|
||||||
Configuration configuration = new Configuration(Configuration.VERSION_2_3_23);
|
Configuration configuration = new Configuration(Configuration.VERSION_2_3_23);
|
||||||
StringTemplateLoader stringLoader = new StringTemplateLoader();
|
StringTemplateLoader stringLoader = new StringTemplateLoader();
|
||||||
String templateName = UUID.fastUUID().toString(true);
|
String templateName = IdUtil.fastSimpleUUID();
|
||||||
stringLoader.putTemplate(templateName, htmlTemplate);
|
stringLoader.putTemplate(templateName, htmlTemplate);
|
||||||
configuration.setTemplateLoader(stringLoader);
|
configuration.setTemplateLoader(stringLoader);
|
||||||
try {
|
try {
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ import jakarta.servlet.http.HttpServletResponse;
|
|||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
import net.lab1024.sa.base.common.constant.StringConst;
|
import net.lab1024.sa.base.common.constant.StringConst;
|
||||||
import net.lab1024.sa.base.common.domain.RequestUser;
|
import net.lab1024.sa.base.common.domain.RequestUser;
|
||||||
|
import net.lab1024.sa.base.common.domain.ResponseDTO;
|
||||||
import net.lab1024.sa.base.common.util.SmartIpUtil;
|
import net.lab1024.sa.base.common.util.SmartIpUtil;
|
||||||
import net.lab1024.sa.base.common.util.SmartRequestUtil;
|
import net.lab1024.sa.base.common.util.SmartRequestUtil;
|
||||||
import net.lab1024.sa.base.module.support.operatelog.OperateLogDao;
|
import net.lab1024.sa.base.module.support.operatelog.OperateLogDao;
|
||||||
@@ -46,7 +47,7 @@ import java.util.concurrent.ThreadPoolExecutor;
|
|||||||
* @Date 2021-12-08 20:48:52
|
* @Date 2021-12-08 20:48:52
|
||||||
* @Wechat zhuoda1024
|
* @Wechat zhuoda1024
|
||||||
* @Email lab1024@163.com
|
* @Email lab1024@163.com
|
||||||
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
||||||
*/
|
*/
|
||||||
@Slf4j
|
@Slf4j
|
||||||
@Aspect
|
@Aspect
|
||||||
@@ -71,14 +72,14 @@ public abstract class OperateLogAspect {
|
|||||||
public void logPointCut() {
|
public void logPointCut() {
|
||||||
}
|
}
|
||||||
|
|
||||||
@AfterReturning(pointcut = "logPointCut()")
|
@AfterReturning(pointcut = "logPointCut()", returning = "responseDTO")
|
||||||
public void doAfterReturning(JoinPoint joinPoint) {
|
public void doAfterReturning(JoinPoint joinPoint, Object responseDTO) {
|
||||||
handleLog(joinPoint, null);
|
handleLog(joinPoint, null, responseDTO);
|
||||||
}
|
}
|
||||||
|
|
||||||
@AfterThrowing(value = "logPointCut()", throwing = "e")
|
@AfterThrowing(value = "logPointCut()", throwing = "e")
|
||||||
public void doAfterThrowing(JoinPoint joinPoint, Exception e) {
|
public void doAfterThrowing(JoinPoint joinPoint, Exception e) {
|
||||||
handleLog(joinPoint, e);
|
handleLog(joinPoint, e, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -109,16 +110,15 @@ public abstract class OperateLogAspect {
|
|||||||
taskExecutor.setWaitForTasksToCompleteOnShutdown(true);
|
taskExecutor.setWaitForTasksToCompleteOnShutdown(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void handleLog(final JoinPoint joinPoint, final Exception e) {
|
protected void handleLog(final JoinPoint joinPoint, final Exception e, Object responseDTO) {
|
||||||
try {
|
try {
|
||||||
OperateLog operateLog = this.getAnnotationLog(joinPoint);
|
OperateLog operateLog = this.getAnnotationLog(joinPoint);
|
||||||
if (operateLog == null) {
|
if (operateLog == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.submitLog(joinPoint, e);
|
this.submitLog(joinPoint, e, responseDTO);
|
||||||
} catch (Exception exp) {
|
} catch (Exception exp) {
|
||||||
log.error("保存操作日志异常:{}", exp.getMessage());
|
log.error("保存操作日志异常:{}", exp.getMessage());
|
||||||
exp.printStackTrace();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -173,11 +173,8 @@ public abstract class OperateLogAspect {
|
|||||||
/**
|
/**
|
||||||
* 提交存储操作日志
|
* 提交存储操作日志
|
||||||
*
|
*
|
||||||
* @param joinPoint
|
|
||||||
* @param e
|
|
||||||
* @throws Exception
|
|
||||||
*/
|
*/
|
||||||
private void submitLog(final JoinPoint joinPoint, final Throwable e) throws Exception {
|
private void submitLog(final JoinPoint joinPoint, final Throwable e, Object responseDTO) {
|
||||||
HttpServletRequest request = ((ServletRequestAttributes) RequestContextHolder.getRequestAttributes()).getRequest();
|
HttpServletRequest request = ((ServletRequestAttributes) RequestContextHolder.getRequestAttributes()).getRequest();
|
||||||
//设置用户信息
|
//设置用户信息
|
||||||
RequestUser user = SmartRequestUtil.getRequestUser();
|
RequestUser user = SmartRequestUtil.getRequestUser();
|
||||||
@@ -191,7 +188,7 @@ public abstract class OperateLogAspect {
|
|||||||
String methodName = joinPoint.getSignature().getName();
|
String methodName = joinPoint.getSignature().getName();
|
||||||
String operateMethod = className + "." + methodName;
|
String operateMethod = className + "." + methodName;
|
||||||
String failReason = null;
|
String failReason = null;
|
||||||
Boolean successFlag = true;
|
boolean successFlag = true;
|
||||||
if (e != null) {
|
if (e != null) {
|
||||||
successFlag = false;
|
successFlag = false;
|
||||||
failReason = getExceptionString(e);
|
failReason = getExceptionString(e);
|
||||||
@@ -210,15 +207,32 @@ public abstract class OperateLogAspect {
|
|||||||
.userAgent(user.getUserAgent())
|
.userAgent(user.getUserAgent())
|
||||||
.failReason(failReason)
|
.failReason(failReason)
|
||||||
.successFlag(successFlag).build();
|
.successFlag(successFlag).build();
|
||||||
|
|
||||||
Operation apiOperation = this.getApiOperation(joinPoint);
|
Operation apiOperation = this.getApiOperation(joinPoint);
|
||||||
if (apiOperation != null) {
|
if (apiOperation != null) {
|
||||||
operateLogEntity.setContent(apiOperation.summary());
|
operateLogEntity.setContent(apiOperation.summary());
|
||||||
}
|
}
|
||||||
|
|
||||||
Tag api = this.getApi(joinPoint);
|
Tag api = this.getApi(joinPoint);
|
||||||
if (api != null) {
|
if (api != null) {
|
||||||
String name = api.name();
|
String name = api.name();
|
||||||
operateLogEntity.setModule(StrUtil.join(",", name));
|
operateLogEntity.setModule(StrUtil.join(",", name));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 处理返回值 ResponseDTO
|
||||||
|
if(responseDTO instanceof ResponseDTO) {
|
||||||
|
ResponseDTO response = (ResponseDTO) responseDTO;
|
||||||
|
ResponseDTO logResponseDTO = new ResponseDTO(
|
||||||
|
response.getCode(),
|
||||||
|
response.getLevel(),
|
||||||
|
response.getOk(),
|
||||||
|
response.getMsg(),
|
||||||
|
null
|
||||||
|
);
|
||||||
|
logResponseDTO.setDataType(response.getDataType());
|
||||||
|
operateLogEntity.setResponse(JSON.toJSONString(logResponseDTO));
|
||||||
|
}
|
||||||
|
|
||||||
taskExecutor.execute(() -> {
|
taskExecutor.execute(() -> {
|
||||||
this.saveLog(operateLogEntity);
|
this.saveLog(operateLogEntity);
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -71,6 +71,11 @@ public class OperateLogEntity {
|
|||||||
*/
|
*/
|
||||||
private String param;
|
private String param;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 返回值
|
||||||
|
*/
|
||||||
|
private String response;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 客户ip
|
* 客户ip
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -47,6 +47,9 @@ public class OperateLogVO {
|
|||||||
@Schema(description = "请求参数")
|
@Schema(description = "请求参数")
|
||||||
private String param;
|
private String param;
|
||||||
|
|
||||||
|
@Schema(description = "返回值")
|
||||||
|
private String response;
|
||||||
|
|
||||||
@Schema(description = "客户ip")
|
@Schema(description = "客户ip")
|
||||||
private String ip;
|
private String ip;
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,145 @@
|
|||||||
|
package net.lab1024.sa.base.module.support.redis;
|
||||||
|
|
||||||
|
import cn.hutool.core.util.StrUtil;
|
||||||
|
import lombok.extern.slf4j.Slf4j;
|
||||||
|
import org.springframework.boot.convert.DurationStyle;
|
||||||
|
import org.springframework.data.redis.cache.*;
|
||||||
|
|
||||||
|
import java.time.Duration;
|
||||||
|
|
||||||
|
import static net.lab1024.sa.base.common.constant.StringConst.COLON;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 自定义 RedisCacheManager,支持在 cacheName 中通过 '#' 指定 TTL(过期时间)。
|
||||||
|
*
|
||||||
|
* @Author CoderKK
|
||||||
|
* @Date 2025-08-15 13:01:01
|
||||||
|
* <p>
|
||||||
|
* 支持格式:{@code cacheName#ttl},其中 ttl 支持 Spring 的 Duration 格式。
|
||||||
|
* 特殊值:{@code -1} 表示永久缓存(永不过期)。
|
||||||
|
* </p>
|
||||||
|
*
|
||||||
|
* <h3>使用示例:</h3>
|
||||||
|
* <pre>
|
||||||
|
* // 10 秒后过期
|
||||||
|
* @Cacheable(value = "user#10s", key = "#id")
|
||||||
|
* // 2 小时后过期
|
||||||
|
* @Cacheable(value = "report#2h", key = "#date")
|
||||||
|
* // 30 分钟后过期
|
||||||
|
* @Cacheable(value = "session#30m", key = "#token")
|
||||||
|
* // 永不过期(永久缓存),适用于极少变化的配置数据
|
||||||
|
* @Cacheable(value = "appConfig#-1", key = "'globalSettings'")
|
||||||
|
* // 无 TTL,使用全局默认过期时间(如 7 天)
|
||||||
|
* @Cacheable(value = "product", key = "#productId")
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
* <h3>生成的 Redis Key 格式:</h3>
|
||||||
|
* <pre>
|
||||||
|
* cache:cacheName:key
|
||||||
|
* 例如:cache:user:123
|
||||||
|
* cache:appConfig:globalSettings
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
* <h3>支持的 TTL 单位:</h3>
|
||||||
|
* <ul>
|
||||||
|
* <li>{@code ms} / {@code millis} / {@code milliseconds} - 毫秒</li>
|
||||||
|
* <li>{@code s} / {@code secs} / {@code seconds} - 秒</li>
|
||||||
|
* <li>{@code m} / {@code mins} / {@code minutes} - 分钟</li>
|
||||||
|
* <li>{@code h} / {@code hrs} / {@code hours} - 小时</li>
|
||||||
|
* <li>{@code d} / {@code days} - 天</li>
|
||||||
|
* </ul>
|
||||||
|
*
|
||||||
|
* <h3>注意事项:</h3>
|
||||||
|
* <ul>
|
||||||
|
* <li>不写单位默认为毫秒</li>
|
||||||
|
* <li>永久缓存(#-1)不会自动过期,请配合 @CacheEvict 手动清理。</li>
|
||||||
|
* <li>避免对频繁更新的数据使用永久缓存,防止数据陈旧。</li>
|
||||||
|
* <li>cacheName 中的 '#' 只解析第一个,后续字符将作为 TTL 处理。</li>
|
||||||
|
* </ul>
|
||||||
|
*/
|
||||||
|
@Slf4j
|
||||||
|
public class CustomRedisCacheManager extends RedisCacheManager {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 缓存全局前缀
|
||||||
|
*/
|
||||||
|
private static final String CACHE_PREFIX = "cache";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 自定义 TTL 分隔符,用于在 cacheName 后附加过期时间
|
||||||
|
*/
|
||||||
|
private static final String CUSTOM_TTL_SEPARATOR = "#";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 默认缓存过期时间:7 天
|
||||||
|
*/
|
||||||
|
private static final Duration DEFAULT_TTL = Duration.ofDays(7);
|
||||||
|
|
||||||
|
public CustomRedisCacheManager(RedisCacheWriter cacheWriter, RedisCacheConfiguration defaultCacheConfiguration) {
|
||||||
|
super(cacheWriter, defaultCacheConfiguration);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建 RedisCache 实例,支持从 cacheName 解析 TTL
|
||||||
|
*
|
||||||
|
* @param name 缓存名称(支持 name#ttl 格式)
|
||||||
|
* @param cacheConfig 默认缓存配置
|
||||||
|
* @return RedisCache
|
||||||
|
*/
|
||||||
|
@Override
|
||||||
|
protected RedisCache createRedisCache(String name, RedisCacheConfiguration cacheConfig) {
|
||||||
|
Duration ttl = parseTtlFromCacheName(name);
|
||||||
|
if (ttl == null) {
|
||||||
|
ttl = DEFAULT_TTL;
|
||||||
|
}
|
||||||
|
|
||||||
|
CacheKeyPrefix keyPrefix = cacheName -> {
|
||||||
|
if (StrUtil.isBlank(cacheName)) {
|
||||||
|
return CACHE_PREFIX + COLON;
|
||||||
|
}
|
||||||
|
String[] parts = cacheName.split(CUSTOM_TTL_SEPARATOR, 2);
|
||||||
|
String cleanName = StrUtil.trim(parts[0]);
|
||||||
|
return CACHE_PREFIX + COLON + cleanName + COLON;
|
||||||
|
};
|
||||||
|
|
||||||
|
// 构建最终缓存配置:设置 key 前缀 + TTL
|
||||||
|
RedisCacheConfiguration config = cacheConfig.computePrefixWith(keyPrefix).entryTtl(ttl);
|
||||||
|
|
||||||
|
return super.createRedisCache(name, config);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 从 cacheName 中解析 TTL
|
||||||
|
*
|
||||||
|
* @param name 缓存名称,格式如:users#10m, products#2h, config#-1(永久)
|
||||||
|
* @return 解析出的 Duration若无效则返回 null;若为 -1,则返回 Duration.ofMillis(-1) 表示永久缓存
|
||||||
|
*/
|
||||||
|
private Duration parseTtlFromCacheName(String name) {
|
||||||
|
if (StrUtil.isBlank(name)) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
String[] parts = name.split(CUSTOM_TTL_SEPARATOR, 2);
|
||||||
|
if (parts.length < 2) {
|
||||||
|
return null; // 无 TTL 部分
|
||||||
|
}
|
||||||
|
|
||||||
|
String ttlStr = StrUtil.trim(parts[1]);
|
||||||
|
if (StrUtil.isBlank(ttlStr)) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
// 特殊处理:-1 表示永久缓存
|
||||||
|
if ("-1".equals(ttlStr)) {
|
||||||
|
return Duration.ofMillis(-1); // Spring Redis 中负数 Duration 表示永不过期
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
Duration ttl = DurationStyle.detectAndParse(ttlStr);
|
||||||
|
return ttl.getSeconds() > 0 ? ttl : null;
|
||||||
|
} catch (IllegalArgumentException e) {
|
||||||
|
log.error("解析缓存 TTL 失败,cacheName='{}', ttl='{}', 错误: {}", name, ttlStr, e);
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
package net.lab1024.sa.base.module.support.repeatsubmit;
|
package net.lab1024.sa.base.module.support.repeatsubmit;
|
||||||
|
|
||||||
|
import jakarta.servlet.http.HttpServletRequest;
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
import net.lab1024.sa.base.common.code.UserErrorCode;
|
import net.lab1024.sa.base.common.code.UserErrorCode;
|
||||||
import net.lab1024.sa.base.common.domain.ResponseDTO;
|
import net.lab1024.sa.base.common.domain.ResponseDTO;
|
||||||
@@ -16,10 +17,19 @@ import org.springframework.web.context.request.ServletRequestAttributes;
|
|||||||
import java.lang.reflect.Method;
|
import java.lang.reflect.Method;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 重复提交 aop切口
|
* 重复提交 aop切口 <br>
|
||||||
|
* -------------------------<br>
|
||||||
|
* 着重说明:<br>
|
||||||
|
* 注解属性 intervalMilliSecond 是指 一段时间内只允许有一次请求;<br>
|
||||||
|
* intervalMilliSecond = 0: 表示只有上个请求执行完以后才可以执行<br>
|
||||||
|
* intervalMilliSecond > 0: 表示指定时间内只才能执行,特别提醒<br>
|
||||||
|
* ------------------------<br>
|
||||||
|
* 特殊说明 intervalMilliSecond > 0 <br>
|
||||||
|
* 若假设 方法执行时间为 100ms,若 intervalMilliSecond = 50,则 同一时间内可能会有2个请求同时在执行!<br>
|
||||||
|
* 若假设 方法执行时间为 100ms,若 intervalMilliSecond = 200,则 同一时间内只能有1请求执行,且执行完后100ms,才会执行下一次请求<br>
|
||||||
*
|
*
|
||||||
* @Author 1024创新实验室: 胡克
|
* @Author 1024创新实验室-主任: 卓大
|
||||||
* @Date 2020-11-25 20:56:58
|
* @Date 2025-07-26 23:56:58
|
||||||
* @Wechat zhuoda1024
|
* @Wechat zhuoda1024
|
||||||
* @Email lab1024@163.com
|
* @Email lab1024@163.com
|
||||||
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
||||||
@@ -43,36 +53,46 @@ public class RepeatSubmitAspect {
|
|||||||
@Around("@annotation(net.lab1024.sa.base.module.support.repeatsubmit.annoation.RepeatSubmit)")
|
@Around("@annotation(net.lab1024.sa.base.module.support.repeatsubmit.annoation.RepeatSubmit)")
|
||||||
public Object around(ProceedingJoinPoint point) throws Throwable {
|
public Object around(ProceedingJoinPoint point) throws Throwable {
|
||||||
|
|
||||||
|
|
||||||
ServletRequestAttributes attributes = (ServletRequestAttributes) RequestContextHolder.getRequestAttributes();
|
ServletRequestAttributes attributes = (ServletRequestAttributes) RequestContextHolder.getRequestAttributes();
|
||||||
String ticketToken = attributes.getRequest().getServletPath();
|
if (attributes == null) {
|
||||||
String ticket = this.repeatSubmitTicket.getTicket(ticketToken);
|
return point.proceed();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 第一步:生成防重复提交的 ticket凭证
|
||||||
|
* ticket 是根据 Request对象 自定义 生成的,可以加入请求user相关属性作为生成要素
|
||||||
|
*/
|
||||||
|
|
||||||
|
HttpServletRequest request = attributes.getRequest();
|
||||||
|
String ticket = this.repeatSubmitTicket.generateTicket(request);
|
||||||
if (StringUtils.isEmpty(ticket)) {
|
if (StringUtils.isEmpty(ticket)) {
|
||||||
return point.proceed();
|
return point.proceed();
|
||||||
}
|
}
|
||||||
|
|
||||||
Method method = ((MethodSignature) point.getSignature()).getMethod();
|
Method method = ((MethodSignature) point.getSignature()).getMethod();
|
||||||
RepeatSubmit annotation = method.getAnnotation(RepeatSubmit.class);
|
RepeatSubmit annotation = method.getAnnotation(RepeatSubmit.class);
|
||||||
int limit = annotation.value();
|
Long intervalMilliSecond = (long) annotation.intervalMilliSecond();
|
||||||
|
|
||||||
// 获取上一次请求时间
|
/**
|
||||||
Long lastRequestTime = this.repeatSubmitTicket.getTicketTimestamp(ticket);
|
* 第二步:根据 ticket 凭证进行 加锁
|
||||||
// 校验是否限制时间内重复提交
|
* 能加锁,则可以执行
|
||||||
if (lastRequestTime != null && System.currentTimeMillis() < lastRequestTime + limit) {
|
* 若不能加锁,则证明还是时间间隔interval中
|
||||||
|
*/
|
||||||
|
|
||||||
|
boolean lockSuccessFlag = this.repeatSubmitTicket.tryLock(ticket, System.currentTimeMillis(), intervalMilliSecond);
|
||||||
|
if (!lockSuccessFlag) {
|
||||||
return ResponseDTO.error(UserErrorCode.REPEAT_SUBMIT);
|
return ResponseDTO.error(UserErrorCode.REPEAT_SUBMIT);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 执行
|
|
||||||
Object obj = null;
|
|
||||||
try {
|
try {
|
||||||
// 给 ticket 设置在执行中
|
return point.proceed();
|
||||||
this.repeatSubmitTicket.putTicket(ticket);
|
|
||||||
// 执行
|
|
||||||
obj = point.proceed();
|
|
||||||
} catch (Throwable throwable) {
|
} catch (Throwable throwable) {
|
||||||
log.error("", throwable);
|
log.error(throwable.getMessage(), throwable);
|
||||||
throw throwable;
|
throw throwable;
|
||||||
|
} finally {
|
||||||
|
this.repeatSubmitTicket.unLock(ticket, intervalMilliSecond);
|
||||||
}
|
}
|
||||||
return obj;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,10 +7,19 @@ import java.lang.annotation.Target;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 标记 需要防止重复提交 的注解<br>
|
* 标记 需要防止重复提交 的注解<br>
|
||||||
* 单位:毫秒
|
* 单位:毫秒<br>
|
||||||
|
* -------------------------<br>
|
||||||
|
* 着重说明:<br>
|
||||||
|
* 注解属性 intervalMilliSecond 是指 一段时间内只允许有一次请求;<br>
|
||||||
|
* intervalMilliSecond = 0: 表示只有上个请求执行完以后才可以执行<br>
|
||||||
|
* intervalMilliSecond > 0: 表示指定时间内只才能执行,特别提醒<br>
|
||||||
|
* ------------------------<br>
|
||||||
|
* 特殊说明 intervalMilliSecond > 0 <br>
|
||||||
|
* 若假设 方法执行时间为 100ms,若 intervalMilliSecond = 50,则 同一时间内可能会有2个请求同时在执行!<br>
|
||||||
|
* 若假设 方法执行时间为 100ms,若 intervalMilliSecond = 200,则 同一时间内只能有1请求执行,且执行完后100ms,才会执行下一次请求<br>
|
||||||
*
|
*
|
||||||
* @Author 1024创新实验室: 胡克
|
* @Author 1024创新实验室-主任: 卓大
|
||||||
* @Date 2020-11-25 20:56:58
|
* @Date 2025-07-26 20:56:58
|
||||||
* @Wechat zhuoda1024
|
* @Wechat zhuoda1024
|
||||||
* @Email lab1024@163.com
|
* @Email lab1024@163.com
|
||||||
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
||||||
@@ -20,8 +29,8 @@ import java.lang.annotation.Target;
|
|||||||
public @interface RepeatSubmit {
|
public @interface RepeatSubmit {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 重复提交间隔时间/毫秒
|
* 间隔时间/毫秒
|
||||||
*/
|
*/
|
||||||
int value() default 300;
|
int intervalMilliSecond() default 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,42 +1,43 @@
|
|||||||
package net.lab1024.sa.base.module.support.repeatsubmit.ticket;
|
package net.lab1024.sa.base.module.support.repeatsubmit.ticket;
|
||||||
|
|
||||||
|
import jakarta.servlet.http.HttpServletRequest;
|
||||||
|
|
||||||
import java.util.function.Function;
|
import java.util.function.Function;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 凭证(用于校验重复提交的东西)
|
* 凭证(用于校验重复提交的东西)
|
||||||
*
|
*
|
||||||
* @Author 1024创新实验室: 罗伊
|
* @Author 1024创新实验室-主任: 卓大
|
||||||
* @Date 2020-11-25 20:56:58
|
* @Date 2025-07-26 23:56:58
|
||||||
* @Wechat zhuoda1024
|
* @Wechat zhuoda1024
|
||||||
* @Email lab1024@163.com
|
* @Email lab1024@163.com
|
||||||
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
||||||
*/
|
*/
|
||||||
public abstract class AbstractRepeatSubmitTicket {
|
public abstract class AbstractRepeatSubmitTicket {
|
||||||
|
|
||||||
private final Function<String, String> ticketFunction;
|
private final Function<HttpServletRequest, String> generateTicketFunction;
|
||||||
|
|
||||||
|
|
||||||
public AbstractRepeatSubmitTicket(Function<String, String> ticketFunction) {
|
public AbstractRepeatSubmitTicket(Function<HttpServletRequest, String> generateTicketFunction) {
|
||||||
this.ticketFunction = ticketFunction;
|
this.generateTicketFunction = generateTicketFunction;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取凭证
|
* 生成 加锁的 凭证
|
||||||
*/
|
*/
|
||||||
public String getTicket(String ticketToken) {
|
public String generateTicket(HttpServletRequest request) {
|
||||||
return this.ticketFunction.apply(ticketToken);
|
return this.generateTicketFunction.apply(request);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取凭证 时间戳
|
* 加锁
|
||||||
*/
|
*/
|
||||||
public abstract Long getTicketTimestamp(String ticket);
|
public abstract boolean tryLock(String ticket, Long currentTimestamp, Long intervalMilliSecond);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 设置本次请求时间
|
* 移除锁
|
||||||
*/
|
*/
|
||||||
public abstract void putTicket(String ticket);
|
public abstract void unLock(String ticket, Long intervalMilliSecond);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,44 +0,0 @@
|
|||||||
package net.lab1024.sa.base.module.support.repeatsubmit.ticket;
|
|
||||||
|
|
||||||
import com.github.benmanes.caffeine.cache.Cache;
|
|
||||||
import com.github.benmanes.caffeine.cache.Caffeine;
|
|
||||||
|
|
||||||
import java.util.concurrent.TimeUnit;
|
|
||||||
import java.util.function.Function;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 凭证(内存实现)
|
|
||||||
*
|
|
||||||
* @Author 1024创新实验室: 罗伊
|
|
||||||
* @Date 2020-11-25 20:56:58
|
|
||||||
* @Wechat zhuoda1024
|
|
||||||
* @Email lab1024@163.com
|
|
||||||
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
|
||||||
*/
|
|
||||||
public class RepeatSubmitCaffeineTicket extends AbstractRepeatSubmitTicket {
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 限制缓存最大数量 超过后先放入的会自动移除
|
|
||||||
* 默认缓存时间
|
|
||||||
* 初始大小为:100万
|
|
||||||
*/
|
|
||||||
private static final Cache<String, Long> cache = Caffeine.newBuilder()
|
|
||||||
.maximumSize(100 * 10000)
|
|
||||||
.expireAfterWrite(300 * 1000L, TimeUnit.MILLISECONDS).build();
|
|
||||||
|
|
||||||
|
|
||||||
public RepeatSubmitCaffeineTicket(Function<String, String> ticketFunction) {
|
|
||||||
super(ticketFunction);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public Long getTicketTimestamp(String ticket) {
|
|
||||||
return cache.getIfPresent(ticket);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void putTicket(String ticket) {
|
|
||||||
cache.put(ticket, System.currentTimeMillis());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,60 @@
|
|||||||
|
package net.lab1024.sa.base.module.support.repeatsubmit.ticket;
|
||||||
|
|
||||||
|
import com.google.common.collect.Interner;
|
||||||
|
import com.google.common.collect.Interners;
|
||||||
|
import com.google.common.collect.Maps;
|
||||||
|
import jakarta.servlet.http.HttpServletRequest;
|
||||||
|
|
||||||
|
import java.util.concurrent.ConcurrentMap;
|
||||||
|
import java.util.function.Function;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 凭证(内存实现)
|
||||||
|
*
|
||||||
|
* @Author 1024创新实验室-主任: 卓大
|
||||||
|
* @Date 2025-07-26 23:56:58
|
||||||
|
* @Wechat zhuoda1024
|
||||||
|
* @Email lab1024@163.com
|
||||||
|
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
||||||
|
*/
|
||||||
|
public class RepeatSubmitMemoryTicket extends AbstractRepeatSubmitTicket {
|
||||||
|
|
||||||
|
private Interner<String> pool = Interners.newStrongInterner();
|
||||||
|
|
||||||
|
private ConcurrentMap<String, Long> ticketMap = Maps.newConcurrentMap();
|
||||||
|
|
||||||
|
public RepeatSubmitMemoryTicket(Function<HttpServletRequest, String> ticketFunction) {
|
||||||
|
super(ticketFunction);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean tryLock(String ticket, Long currentTimestamp, Long intervalMilliSecond) {
|
||||||
|
synchronized (pool.intern(ticket)) {
|
||||||
|
Long lastTime = ticketMap.putIfAbsent(ticket, currentTimestamp);
|
||||||
|
if (lastTime == null) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (intervalMilliSecond <= 0) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (currentTimestamp - lastTime < intervalMilliSecond) {
|
||||||
|
return false;
|
||||||
|
|
||||||
|
}
|
||||||
|
ticketMap.put(ticket, currentTimestamp);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void unLock(String ticket, Long intervalMilliSecond) {
|
||||||
|
if (intervalMilliSecond > 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
ticketMap.remove(ticket);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
@@ -1,38 +1,47 @@
|
|||||||
package net.lab1024.sa.base.module.support.repeatsubmit.ticket;
|
package net.lab1024.sa.base.module.support.repeatsubmit.ticket;
|
||||||
|
|
||||||
import org.springframework.data.redis.core.ValueOperations;
|
import jakarta.servlet.http.HttpServletRequest;
|
||||||
|
import org.springframework.data.redis.core.RedisTemplate;
|
||||||
|
|
||||||
|
import java.util.concurrent.TimeUnit;
|
||||||
import java.util.function.Function;
|
import java.util.function.Function;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 凭证(redis实现)
|
* 凭证(redis实现)
|
||||||
*
|
*
|
||||||
* @Author 1024创新实验室: 罗伊
|
* @Author 1024创新实验室-主任: 卓大
|
||||||
* @Date 2020-11-25 20:56:58
|
* @Date 2025-07-26 23:56:58
|
||||||
* @Wechat zhuoda1024
|
* @Wechat zhuoda1024
|
||||||
* @Email lab1024@163.com
|
* @Email lab1024@163.com
|
||||||
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
||||||
*/
|
*/
|
||||||
public class RepeatSubmitRedisTicket extends AbstractRepeatSubmitTicket {
|
public class RepeatSubmitRedisTicket extends AbstractRepeatSubmitTicket {
|
||||||
|
|
||||||
private final ValueOperations<String, String> redisValueOperations;
|
private final RedisTemplate<String, Object> redisTemplate;
|
||||||
|
|
||||||
public RepeatSubmitRedisTicket(ValueOperations<String, String> redisValueOperations,
|
public RepeatSubmitRedisTicket(RedisTemplate<String, Object> redisTemplate,
|
||||||
Function<String, String> ticketFunction) {
|
Function<HttpServletRequest, String> ticketFunction) {
|
||||||
super(ticketFunction);
|
super(ticketFunction);
|
||||||
this.redisValueOperations = redisValueOperations;
|
this.redisTemplate = redisTemplate;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Long getTicketTimestamp(String ticket) {
|
public boolean tryLock(String ticket, Long currentTimestamp, Long intervalMilliSecond) {
|
||||||
String ticketLastTime = redisValueOperations.get(ticket);
|
if (intervalMilliSecond > 0) {
|
||||||
return ticketLastTime == null ? null : Long.valueOf(ticketLastTime);
|
return Boolean.TRUE.equals(redisTemplate.opsForValue().setIfAbsent(ticket, String.valueOf(currentTimestamp), intervalMilliSecond, TimeUnit.MILLISECONDS));
|
||||||
|
} else {
|
||||||
|
return Boolean.TRUE.equals(redisTemplate.opsForValue().setIfAbsent(ticket, String.valueOf(currentTimestamp)));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void putTicket(String ticket) {
|
public void unLock(String ticket, Long intervalMilliSecond) {
|
||||||
redisValueOperations.getOperations().delete(ticket);
|
if (intervalMilliSecond > 0) {
|
||||||
this.getTicketTimestamp(ticket);
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
redisTemplate.delete(ticket);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ package net.lab1024.sa.base.module.support.securityprotect.service;
|
|||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
import jakarta.annotation.Resource;
|
import jakarta.annotation.Resource;
|
||||||
import net.lab1024.sa.base.common.domain.ResponseDTO;
|
import net.lab1024.sa.base.common.domain.ResponseDTO;
|
||||||
|
import org.apache.commons.io.IOUtils;
|
||||||
import org.apache.tika.config.TikaConfig;
|
import org.apache.tika.config.TikaConfig;
|
||||||
import org.apache.tika.exception.TikaException;
|
import org.apache.tika.exception.TikaException;
|
||||||
import org.apache.tika.io.TikaInputStream;
|
import org.apache.tika.io.TikaInputStream;
|
||||||
@@ -14,6 +15,7 @@ import org.springframework.stereotype.Service;
|
|||||||
import org.springframework.web.multipart.MultipartFile;
|
import org.springframework.web.multipart.MultipartFile;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
import java.io.InputStream;
|
||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
@@ -35,27 +37,9 @@ public class SecurityFileService {
|
|||||||
private Level3ProtectConfigService level3ProtectConfigService;
|
private Level3ProtectConfigService level3ProtectConfigService;
|
||||||
|
|
||||||
// 定义白名单MIME类型
|
// 定义白名单MIME类型
|
||||||
private static final List<String> ALLOWED_MIME_TYPES = Arrays.asList(
|
private static final List<String> ALLOWED_MIME_TYPES = Arrays.asList("application/json", "application/zip", "application/x-7z-compressed", "application/pdf", "application/vnd.ms-excel", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "application/vnd.ms-powerpoint", "application/vnd.openxmlformats-officedocument.presentationml.presentation", "application/msword", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "application/vnd.ms-works", "text/csv", "audio/*", "video/*",
|
||||||
"application/json",
|
|
||||||
"application/zip",
|
|
||||||
"application/x-7z-compressed",
|
|
||||||
"application/pdf",
|
|
||||||
"application/vnd.ms-excel",
|
|
||||||
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
|
||||||
"application/vnd.ms-powerpoint",
|
|
||||||
"application/vnd.openxmlformats-officedocument.presentationml.presentation",
|
|
||||||
"application/msword",
|
|
||||||
"application/vnd.openxmlformats-officedocument.wordprocessingml.document",
|
|
||||||
"application/vnd.ms-works",
|
|
||||||
"text/csv",
|
|
||||||
"audio/*",
|
|
||||||
"video/*",
|
|
||||||
// 图片类型 svg有安全隐患,所以不使用"image/*"
|
// 图片类型 svg有安全隐患,所以不使用"image/*"
|
||||||
"image/jpeg",
|
"image/jpeg", "image/png", "image/gif", "image/bmp");
|
||||||
"image/png",
|
|
||||||
"image/gif",
|
|
||||||
"image/bmp"
|
|
||||||
);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 检测文件安全类型
|
* 检测文件安全类型
|
||||||
@@ -73,8 +57,7 @@ public class SecurityFileService {
|
|||||||
// 文件类型安全检测
|
// 文件类型安全检测
|
||||||
if (level3ProtectConfigService.isFileDetectFlag()) {
|
if (level3ProtectConfigService.isFileDetectFlag()) {
|
||||||
String fileType = getFileMimeType(file);
|
String fileType = getFileMimeType(file);
|
||||||
if (ALLOWED_MIME_TYPES.stream()
|
if (ALLOWED_MIME_TYPES.stream().noneMatch(allowedType -> matchesMimeType(fileType, allowedType))) {
|
||||||
.noneMatch(allowedType -> matchesMimeType(fileType, allowedType))) {
|
|
||||||
return ResponseDTO.userErrorParam("禁止上传此文件类型");
|
return ResponseDTO.userErrorParam("禁止上传此文件类型");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -89,16 +72,20 @@ public class SecurityFileService {
|
|||||||
* @return 文件的 MIME 类型
|
* @return 文件的 MIME 类型
|
||||||
*/
|
*/
|
||||||
public static String getFileMimeType(MultipartFile file) {
|
public static String getFileMimeType(MultipartFile file) {
|
||||||
|
InputStream inputStream = null;
|
||||||
try {
|
try {
|
||||||
|
inputStream = file.getInputStream();
|
||||||
TikaConfig tika = new TikaConfig();
|
TikaConfig tika = new TikaConfig();
|
||||||
Metadata metadata = new Metadata();
|
Metadata metadata = new Metadata();
|
||||||
metadata.set(TikaCoreProperties.RESOURCE_NAME_KEY, file.getOriginalFilename());
|
metadata.set(TikaCoreProperties.RESOURCE_NAME_KEY, file.getOriginalFilename());
|
||||||
TikaInputStream stream = TikaInputStream.get(file.getInputStream());
|
TikaInputStream stream = TikaInputStream.get(inputStream);
|
||||||
MediaType mimetype = tika.getDetector().detect(stream, metadata);
|
MediaType mimetype = tika.getDetector().detect(stream, metadata);
|
||||||
return mimetype.toString();
|
return mimetype.toString();
|
||||||
} catch (IOException | TikaException e) {
|
} catch (IOException | TikaException e) {
|
||||||
log.error(e.getMessage(), e);
|
log.error(e.getMessage(), e);
|
||||||
return MimeTypes.OCTET_STREAM;
|
return MimeTypes.OCTET_STREAM;
|
||||||
|
} finally {
|
||||||
|
IOUtils.closeQuietly(inputStream);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ import java.util.concurrent.ConcurrentHashMap;
|
|||||||
* @Date 2022-03-25 21:46:07
|
* @Date 2022-03-25 21:46:07
|
||||||
* @Wechat zhuoda1024
|
* @Wechat zhuoda1024
|
||||||
* @Email lab1024@163.com
|
* @Email lab1024@163.com
|
||||||
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
||||||
*/
|
*/
|
||||||
public abstract class SerialNumberBaseService implements SerialNumberService {
|
public abstract class SerialNumberBaseService implements SerialNumberService {
|
||||||
|
|
||||||
@@ -37,7 +37,7 @@ public abstract class SerialNumberBaseService implements SerialNumberService {
|
|||||||
@Resource
|
@Resource
|
||||||
protected SerialNumberDao serialNumberDao;
|
protected SerialNumberDao serialNumberDao;
|
||||||
|
|
||||||
private ConcurrentHashMap<Integer, SerialNumberInfoBO> serialNumberMap = new ConcurrentHashMap<>();
|
protected ConcurrentHashMap<Integer, SerialNumberInfoBO> serialNumberMap = new ConcurrentHashMap<>();
|
||||||
|
|
||||||
public abstract List<String> generateSerialNumberList(SerialNumberInfoBO serialNumber, int count);
|
public abstract List<String> generateSerialNumberList(SerialNumberInfoBO serialNumber, int count);
|
||||||
|
|
||||||
|
|||||||
@@ -1,23 +1,34 @@
|
|||||||
package net.lab1024.sa.base.module.support.serialnumber.service.impl;
|
package net.lab1024.sa.base.module.support.serialnumber.service.impl;
|
||||||
|
|
||||||
|
import cn.hutool.core.util.RandomUtil;
|
||||||
import jakarta.annotation.Resource;
|
import jakarta.annotation.Resource;
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
import net.lab1024.sa.base.common.exception.BusinessException;
|
import net.lab1024.sa.base.common.util.SmartDateFormatterEnum;
|
||||||
|
import net.lab1024.sa.base.common.util.SmartEnumUtil;
|
||||||
|
import net.lab1024.sa.base.common.util.SmartLocalDateUtil;
|
||||||
|
import net.lab1024.sa.base.common.util.SmartStringUtil;
|
||||||
import net.lab1024.sa.base.constant.RedisKeyConst;
|
import net.lab1024.sa.base.constant.RedisKeyConst;
|
||||||
import net.lab1024.sa.base.module.support.redis.RedisService;
|
import net.lab1024.sa.base.module.support.redis.RedisService;
|
||||||
|
import net.lab1024.sa.base.module.support.serialnumber.constant.SerialNumberRuleTypeEnum;
|
||||||
import net.lab1024.sa.base.module.support.serialnumber.domain.SerialNumberEntity;
|
import net.lab1024.sa.base.module.support.serialnumber.domain.SerialNumberEntity;
|
||||||
import net.lab1024.sa.base.module.support.serialnumber.domain.SerialNumberGenerateResultBO;
|
import net.lab1024.sa.base.module.support.serialnumber.domain.SerialNumberGenerateResultBO;
|
||||||
import net.lab1024.sa.base.module.support.serialnumber.domain.SerialNumberInfoBO;
|
import net.lab1024.sa.base.module.support.serialnumber.domain.SerialNumberInfoBO;
|
||||||
import net.lab1024.sa.base.module.support.serialnumber.domain.SerialNumberLastGenerateBO;
|
|
||||||
import net.lab1024.sa.base.module.support.serialnumber.service.SerialNumberBaseService;
|
import net.lab1024.sa.base.module.support.serialnumber.service.SerialNumberBaseService;
|
||||||
|
import org.springframework.data.redis.core.RedisTemplate;
|
||||||
|
import org.springframework.scheduling.annotation.Scheduled;
|
||||||
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
|
import java.time.LocalDate;
|
||||||
|
import java.time.LocalDateTime;
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.Collections;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 单据序列号 基于redis锁实现
|
* 单据序列号 基于redis key-value increase 实现
|
||||||
*
|
*
|
||||||
* @Author 1024创新实验室-主任: 卓大
|
* @Author 1024创新实验室-主任: 卓大
|
||||||
* @Date 2022-03-25 21:46:07
|
* @Date 2025-08-03 22:46:07
|
||||||
* @Wechat zhuoda1024
|
* @Wechat zhuoda1024
|
||||||
* @Email lab1024@163.com
|
* @Email lab1024@163.com
|
||||||
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
||||||
@@ -25,86 +36,128 @@ import java.util.List;
|
|||||||
@Slf4j
|
@Slf4j
|
||||||
public class SerialNumberRedisService extends SerialNumberBaseService {
|
public class SerialNumberRedisService extends SerialNumberBaseService {
|
||||||
|
|
||||||
private static final int MAX_GET_LOCK_COUNT = 5;
|
|
||||||
|
|
||||||
private static final long SLEEP_MILLISECONDS = 200L;
|
|
||||||
|
|
||||||
@Resource
|
@Resource
|
||||||
private RedisService redisService;
|
private RedisService redisService;
|
||||||
|
|
||||||
|
@Resource
|
||||||
|
private RedisTemplate redisTemplate;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void initLastGenerateData(List<SerialNumberEntity> serialNumberEntityList) {
|
public void initLastGenerateData(List<SerialNumberEntity> serialNumberEntityList) {
|
||||||
if (serialNumberEntityList == null) {
|
if (serialNumberEntityList == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
//删除之前的
|
// 设置redis的上次值
|
||||||
redisService.delete(RedisKeyConst.Support.SERIAL_NUMBER_LAST_INFO);
|
|
||||||
|
|
||||||
for (SerialNumberEntity serialNumberEntity : serialNumberEntityList) {
|
for (SerialNumberEntity serialNumberEntity : serialNumberEntityList) {
|
||||||
SerialNumberLastGenerateBO lastGenerateBO = SerialNumberLastGenerateBO
|
if (serialNumberEntity.getLastTime() == null) {
|
||||||
.builder()
|
continue;
|
||||||
.serialNumberId(serialNumberEntity.getSerialNumberId())
|
}
|
||||||
.lastNumber(serialNumberEntity.getLastNumber())
|
|
||||||
.lastTime(serialNumberEntity.getLastTime())
|
|
||||||
.build();
|
|
||||||
|
|
||||||
redisService.mset(RedisKeyConst.Support.SERIAL_NUMBER_LAST_INFO,
|
String redisKey = generateRedisKeyByDate(serialNumberEntity.getSerialNumberId(),
|
||||||
String.valueOf(serialNumberEntity.getSerialNumberId()),
|
SmartEnumUtil.getEnumByName(serialNumberEntity.getRuleType().toUpperCase(), SerialNumberRuleTypeEnum.class),
|
||||||
lastGenerateBO
|
serialNumberEntity.getLastTime().toLocalDate());
|
||||||
);
|
|
||||||
|
Object o = redisTemplate.opsForValue().get(redisKey);
|
||||||
|
if (o == null) {
|
||||||
|
redisTemplate.opsForValue().set(redisKey, serialNumberEntity.getLastNumber());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 每天凌晨一点进行检测;
|
||||||
|
* 检测单位数量为3; 3天前、3月前、3年前
|
||||||
|
*/
|
||||||
|
@Scheduled(cron = "0 0 1 * * ?")
|
||||||
|
public void tryDeleteUnusedRedisKey() {
|
||||||
|
for (SerialNumberInfoBO serialNumberInfoBO : serialNumberMap.values()) {
|
||||||
|
SerialNumberRuleTypeEnum typeEnum = serialNumberInfoBO.getSerialNumberRuleTypeEnum();
|
||||||
|
String dateStr = "";
|
||||||
|
switch (typeEnum) {
|
||||||
|
case DAY -> {
|
||||||
|
dateStr = SmartLocalDateUtil.format(LocalDate.now().minusDays(3), SmartDateFormatterEnum.YMD);
|
||||||
|
}
|
||||||
|
case MONTH -> {
|
||||||
|
dateStr = SmartLocalDateUtil.format(LocalDate.now().minusMonths(3), SmartDateFormatterEnum.YM);
|
||||||
|
}
|
||||||
|
case YEAR -> {
|
||||||
|
dateStr = String.valueOf(LocalDate.now().minusYears(3));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (SmartStringUtil.isNotEmpty(dateStr)) {
|
||||||
|
String redisKey = RedisKeyConst.Support.SERIAL_NUMBER + serialNumberInfoBO.getSerialNumberId() + ":" + dateStr;
|
||||||
|
redisService.delete(redisKey);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public List<String> generateSerialNumberList(SerialNumberInfoBO serialNumberInfo, int count) {
|
public List<String> generateSerialNumberList(SerialNumberInfoBO serialNumberInfo, int count) {
|
||||||
SerialNumberGenerateResultBO serialNumberGenerateResult = null;
|
// 根据步长,计算 redis 增加值
|
||||||
String lockKey = RedisKeyConst.Support.SERIAL_NUMBER + serialNumberInfo.getSerialNumberId();
|
ArrayList<Integer> list = new ArrayList<>(count);
|
||||||
|
int redisIncrease = 0;
|
||||||
boolean lock = false;
|
for (int i = 0; i < count; i++) {
|
||||||
for (int i = 0; i < MAX_GET_LOCK_COUNT; i++) {
|
int stepIncrease = 1;
|
||||||
try {
|
Integer stepRandomRange = serialNumberInfo.getStepRandomRange();
|
||||||
lock = redisService.getLock(lockKey, 60 * 1000L);
|
if (stepRandomRange > 1) {
|
||||||
if (lock) {
|
stepIncrease = RandomUtil.getSecureRandom().nextInt(1, serialNumberInfo.getStepRandomRange() + 1);
|
||||||
break;
|
|
||||||
}
|
|
||||||
Thread.sleep(SLEEP_MILLISECONDS);
|
|
||||||
} catch (Throwable e) {
|
|
||||||
log.error(e.getMessage(), e);
|
|
||||||
}
|
}
|
||||||
|
redisIncrease += stepIncrease;
|
||||||
|
list.add(stepIncrease);
|
||||||
}
|
}
|
||||||
if (!lock) {
|
|
||||||
throw new BusinessException("SerialNumber 尝试5次,未能生成单号");
|
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// 获取上次的生成结果
|
String redisKey = generateRedisKeyByDate(serialNumberInfo.getSerialNumberId(), serialNumberInfo.getSerialNumberRuleTypeEnum(), LocalDate.now());
|
||||||
SerialNumberLastGenerateBO lastGenerateBO = (SerialNumberLastGenerateBO) redisService.mget(
|
Long increaseResult = redisTemplate.opsForValue().increment(redisKey, redisIncrease);
|
||||||
RedisKeyConst.Support.SERIAL_NUMBER_LAST_INFO,
|
|
||||||
String.valueOf(serialNumberInfo.getSerialNumberId()));
|
ArrayList<Long> numberList = new ArrayList<>(count);
|
||||||
|
Long number = increaseResult;
|
||||||
|
for (Integer i : list) {
|
||||||
|
number = number - i;
|
||||||
|
numberList.add((number + 1));
|
||||||
|
}
|
||||||
|
|
||||||
|
Collections.reverse(numberList);
|
||||||
|
|
||||||
|
SerialNumberGenerateResultBO serialNumberGenerateResult = SerialNumberGenerateResultBO
|
||||||
|
.builder()
|
||||||
|
.serialNumberId(serialNumberInfo.getSerialNumberId())
|
||||||
|
.lastNumber(increaseResult)
|
||||||
|
.lastTime(LocalDateTime.now())
|
||||||
|
.numberList(numberList)
|
||||||
|
.isReset(false)
|
||||||
|
.build();
|
||||||
|
|
||||||
// 生成
|
|
||||||
serialNumberGenerateResult = super.loopNumberList(lastGenerateBO, serialNumberInfo, count);
|
|
||||||
|
|
||||||
// 将生成信息保存的内存和数据库
|
// 将生成信息保存的内存和数据库
|
||||||
lastGenerateBO.setLastNumber(serialNumberGenerateResult.getLastNumber());
|
|
||||||
lastGenerateBO.setLastTime(serialNumberGenerateResult.getLastTime());
|
|
||||||
serialNumberDao.updateLastNumberAndTime(serialNumberInfo.getSerialNumberId(),
|
serialNumberDao.updateLastNumberAndTime(serialNumberInfo.getSerialNumberId(),
|
||||||
serialNumberGenerateResult.getLastNumber(),
|
serialNumberGenerateResult.getLastNumber(),
|
||||||
serialNumberGenerateResult.getLastTime());
|
serialNumberGenerateResult.getLastTime());
|
||||||
|
|
||||||
redisService.mset(RedisKeyConst.Support.SERIAL_NUMBER_LAST_INFO,
|
|
||||||
String.valueOf(serialNumberInfo.getSerialNumberId()), lastGenerateBO);
|
|
||||||
|
|
||||||
// 把生成过程保存到数据库里
|
// 把生成过程保存到数据库里
|
||||||
super.saveRecord(serialNumberGenerateResult);
|
super.saveRecord(serialNumberGenerateResult);
|
||||||
|
return formatNumberList(serialNumberGenerateResult, serialNumberInfo);
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
log.error(e.getMessage(), e);
|
log.error(e.getMessage(), e);
|
||||||
throw e;
|
throw e;
|
||||||
} finally {
|
|
||||||
redisService.unLock(lockKey);
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return formatNumberList(serialNumberGenerateResult, serialNumberInfo);
|
private String generateRedisKeyByDate(Integer serialNumberId, SerialNumberRuleTypeEnum serialNumberRuleTypeEnum, LocalDate localDate) {
|
||||||
|
return switch (serialNumberRuleTypeEnum) {
|
||||||
|
case DAY -> {
|
||||||
|
String dayStr = SmartLocalDateUtil.format(localDate, SmartDateFormatterEnum.YMD);
|
||||||
|
yield RedisKeyConst.Support.SERIAL_NUMBER + serialNumberId + ":" + dayStr;
|
||||||
|
}
|
||||||
|
case MONTH -> {
|
||||||
|
String monthStr = SmartLocalDateUtil.format(localDate, SmartDateFormatterEnum.YM);
|
||||||
|
yield RedisKeyConst.Support.SERIAL_NUMBER + serialNumberId + ":" + monthStr;
|
||||||
|
}
|
||||||
|
case YEAR -> {
|
||||||
|
String yearStr = String.valueOf(localDate.getYear());
|
||||||
|
yield RedisKeyConst.Support.SERIAL_NUMBER + serialNumberId + ":" + yearStr;
|
||||||
|
}
|
||||||
|
case NONE -> RedisKeyConst.Support.SERIAL_NUMBER + serialNumberId;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
#end
|
#end
|
||||||
#if($field.frontComponent == "DictSelect")
|
#if($field.frontComponent == "DictSelect")
|
||||||
<a-form-item label="$codeGeneratorTool.removeEnumDesc($!{field.label})" name="${field.fieldName}">
|
<a-form-item label="$codeGeneratorTool.removeEnumDesc($!{field.label})" name="${field.fieldName}">
|
||||||
<DictSelect width="100%" v-model:value="form.${field.fieldName}" dict-code="DICT_CODE_ENUM.$!{field.dict} || '$!{field.dict}'" placeholder="$!{field.label}"/>
|
<DictSelect width="100%" v-model:value="form.${field.fieldName}" :dict-code="DICT_CODE_ENUM.$!{field.dict} || '$!{field.dict}'" placeholder="$!{field.label}"/>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
#end
|
#end
|
||||||
#if($field.frontComponent == "Date")
|
#if($field.frontComponent == "Date")
|
||||||
@@ -106,7 +106,7 @@
|
|||||||
#end
|
#end
|
||||||
#if($field.frontComponent == "DictSelect")
|
#if($field.frontComponent == "DictSelect")
|
||||||
<a-form-item label="$codeGeneratorTool.removeEnumDesc($!{field.label})" name="${field.fieldName}">
|
<a-form-item label="$codeGeneratorTool.removeEnumDesc($!{field.label})" name="${field.fieldName}">
|
||||||
<DictSelect width="100%" v-model:value="form.${field.fieldName}" dict-code="DICT_CODE_ENUM.$!{field.dict} || '$!{field.dict}'" placeholder="$!{field.label}"/>
|
<DictSelect width="100%" v-model:value="form.${field.fieldName}" :dict-code="DICT_CODE_ENUM.$!{field.dict} || '$!{field.dict}'" placeholder="$!{field.label}"/>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
#end
|
#end
|
||||||
#if($field.frontComponent == "Date")
|
#if($field.frontComponent == "Date")
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
#end
|
#end
|
||||||
#if($field.queryTypeEnum == "Dict")
|
#if($field.queryTypeEnum == "Dict")
|
||||||
<a-form-item label="${field.label}" class="smart-query-form-item">
|
<a-form-item label="${field.label}" class="smart-query-form-item">
|
||||||
<DictSelect dict-code="DICT_CODE_ENUM.$!{field.dict} || '$!{field.dict}'" placeholder="${field.label}" v-model:value="queryForm.${field.fieldName}" width="${field.width}" />
|
<DictSelect :dict-code="DICT_CODE_ENUM.$!{field.dict} || '$!{field.dict}'" placeholder="${field.label}" v-model:value="queryForm.${field.fieldName}" width="${field.width}" />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
#end
|
#end
|
||||||
#if($field.queryTypeEnum == "Enum")
|
#if($field.queryTypeEnum == "Enum")
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
#end
|
#end
|
||||||
#if($field.frontComponent == "DictSelect")
|
#if($field.frontComponent == "DictSelect")
|
||||||
<a-form-item label="$codeGeneratorTool.removeEnumDesc($!{field.label})" name="${field.fieldName}">
|
<a-form-item label="$codeGeneratorTool.removeEnumDesc($!{field.label})" name="${field.fieldName}">
|
||||||
<DictSelect width="100%" v-model:value="form.${field.fieldName}" dict-code="DICT_CODE_ENUM.$!{field.dict} || '$!{field.dict}'" placeholder="$!{field.label}"/>
|
<DictSelect width="100%" v-model:value="form.${field.fieldName}" :dict-code="DICT_CODE_ENUM.$!{field.dict} || '$!{field.dict}'" placeholder="$!{field.label}"/>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
#end
|
#end
|
||||||
#if($field.frontComponent == "Date")
|
#if($field.frontComponent == "Date")
|
||||||
@@ -106,7 +106,7 @@
|
|||||||
#end
|
#end
|
||||||
#if($field.frontComponent == "DictSelect")
|
#if($field.frontComponent == "DictSelect")
|
||||||
<a-form-item label="$codeGeneratorTool.removeEnumDesc($!{field.label})" name="${field.fieldName}">
|
<a-form-item label="$codeGeneratorTool.removeEnumDesc($!{field.label})" name="${field.fieldName}">
|
||||||
<DictSelect width="100%" v-model:value="form.${field.fieldName}" dict-code="DICT_CODE_ENUM.$!{field.dict} || '$!{field.dict}'" placeholder="$!{field.label}"/>
|
<DictSelect width="100%" v-model:value="form.${field.fieldName}" :dict-code="DICT_CODE_ENUM.$!{field.dict} || '$!{field.dict}'" placeholder="$!{field.label}"/>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
#end
|
#end
|
||||||
#if($field.frontComponent == "Date")
|
#if($field.frontComponent == "Date")
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
#end
|
#end
|
||||||
#if($field.queryTypeEnum == "Dict")
|
#if($field.queryTypeEnum == "Dict")
|
||||||
<a-form-item label="${field.label}" class="smart-query-form-item">
|
<a-form-item label="${field.label}" class="smart-query-form-item">
|
||||||
<DictSelect dict-code="DICT_CODE_ENUM.$!{field.dict} || '$!{field.dict}'" placeholder="${field.label}" v-model:value="queryForm.${field.fieldName}" width="${field.width}" />
|
<DictSelect :dict-code="DICT_CODE_ENUM.$!{field.dict} || '$!{field.dict}'" placeholder="${field.label}" v-model:value="queryForm.${field.fieldName}" width="${field.width}" />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
#end
|
#end
|
||||||
#if($field.queryTypeEnum == "Enum")
|
#if($field.queryTypeEnum == "Enum")
|
||||||
|
|||||||
@@ -65,10 +65,26 @@ spring:
|
|||||||
date-format: yyyy-MM-dd HH:mm:ss
|
date-format: yyyy-MM-dd HH:mm:ss
|
||||||
time-zone: GMT+8
|
time-zone: GMT+8
|
||||||
|
|
||||||
|
# 上传文件和请求大小
|
||||||
|
servlet:
|
||||||
|
multipart:
|
||||||
|
max-file-size: 20MB # 单个文件的最大大小
|
||||||
|
max-request-size: 10MB # 整个请求的最大大小
|
||||||
|
|
||||||
# 缓存实现类型
|
# 缓存实现类型
|
||||||
cache:
|
cache:
|
||||||
type: redis
|
type: redis
|
||||||
|
|
||||||
|
# 健康检查
|
||||||
|
management:
|
||||||
|
endpoints:
|
||||||
|
web:
|
||||||
|
exposure:
|
||||||
|
include: health,info
|
||||||
|
health:
|
||||||
|
mail:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
# tomcat 配置,主要用于 配置 访问日志(便于将来排查错误)
|
# tomcat 配置,主要用于 配置 访问日志(便于将来排查错误)
|
||||||
server:
|
server:
|
||||||
tomcat:
|
tomcat:
|
||||||
@@ -110,7 +126,7 @@ knife4j:
|
|||||||
username: api # Basic认证用户名
|
username: api # Basic认证用户名
|
||||||
password: 1024 # Basic认证密码
|
password: 1024 # Basic认证密码
|
||||||
|
|
||||||
# RestTemplate 请求配置
|
# RestTemplate 请求配置 毫秒
|
||||||
http:
|
http:
|
||||||
pool:
|
pool:
|
||||||
max-total: 20
|
max-total: 20
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
AND (INSTR(module,#{query.keywords}) OR INSTR(content,#{query.keywords}))
|
AND (INSTR(module,#{query.keywords}) OR INSTR(content,#{query.keywords}))
|
||||||
</if>
|
</if>
|
||||||
<if test="query.requestKeywords != null and query.requestKeywords != ''">
|
<if test="query.requestKeywords != null and query.requestKeywords != ''">
|
||||||
AND (INSTR(url,#{query.requestKeywords}) OR INSTR(method,#{query.requestKeywords}) OR INSTR(param,#{query.requestKeywords}))
|
AND (INSTR(url,#{query.requestKeywords}) OR INSTR(method,#{query.requestKeywords}) OR INSTR(param,#{query.requestKeywords}) OR INSTR(response,#{query.requestKeywords}))
|
||||||
</if>
|
</if>
|
||||||
<if test="query.successFlag != null">
|
<if test="query.successFlag != null">
|
||||||
AND success_flag = #{query.successFlag}
|
AND success_flag = #{query.successFlag}
|
||||||
|
|||||||
@@ -65,10 +65,26 @@ spring:
|
|||||||
date-format: yyyy-MM-dd HH:mm:ss
|
date-format: yyyy-MM-dd HH:mm:ss
|
||||||
time-zone: GMT+8
|
time-zone: GMT+8
|
||||||
|
|
||||||
|
# 上传文件和请求大小
|
||||||
|
servlet:
|
||||||
|
multipart:
|
||||||
|
max-file-size: 20MB # 单个文件的最大大小
|
||||||
|
max-request-size: 10MB # 整个请求的最大大小
|
||||||
|
|
||||||
# 缓存实现类型
|
# 缓存实现类型
|
||||||
cache:
|
cache:
|
||||||
type: redis
|
type: redis
|
||||||
|
|
||||||
|
# 健康检查
|
||||||
|
management:
|
||||||
|
endpoints:
|
||||||
|
web:
|
||||||
|
exposure:
|
||||||
|
include: health,info
|
||||||
|
health:
|
||||||
|
mail:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
# tomcat 配置,主要用于 配置 访问日志(便于将来排查错误)
|
# tomcat 配置,主要用于 配置 访问日志(便于将来排查错误)
|
||||||
server:
|
server:
|
||||||
tomcat:
|
tomcat:
|
||||||
@@ -110,7 +126,7 @@ knife4j:
|
|||||||
username: api # Basic认证用户名
|
username: api # Basic认证用户名
|
||||||
password: 1024 # Basic认证密码
|
password: 1024 # Basic认证密码
|
||||||
|
|
||||||
# RestTemplate 请求配置
|
# RestTemplate 请求配置 毫秒
|
||||||
http:
|
http:
|
||||||
pool:
|
pool:
|
||||||
max-total: 20
|
max-total: 20
|
||||||
@@ -134,7 +150,7 @@ reload:
|
|||||||
sa-token:
|
sa-token:
|
||||||
# token 名称(同时也是 cookie 名称)
|
# token 名称(同时也是 cookie 名称)
|
||||||
token-name: Authorization
|
token-name: Authorization
|
||||||
# token 前缀 例如:Bear
|
# token 前缀 例如:Bearer
|
||||||
token-prefix: Bearer
|
token-prefix: Bearer
|
||||||
# token 有效期(单位:秒) 默认30天(2592000秒),-1 代表永久有效
|
# token 有效期(单位:秒) 默认30天(2592000秒),-1 代表永久有效
|
||||||
timeout: 2592000
|
timeout: 2592000
|
||||||
@@ -168,4 +184,4 @@ smart:
|
|||||||
# 数据库配置检测-开关 默认开启 可选(作用是固定间隔读取数据库配置更新任务,关闭后只能重启服务或通过接口修改定时任务,建议开启)
|
# 数据库配置检测-开关 默认开启 可选(作用是固定间隔读取数据库配置更新任务,关闭后只能重启服务或通过接口修改定时任务,建议开启)
|
||||||
db-refresh-enabled: true
|
db-refresh-enabled: true
|
||||||
# 数据库配置检测-执行间隔 默认120秒 可选
|
# 数据库配置检测-执行间隔 默认120秒 可选
|
||||||
db-refresh-interval: 60
|
db-refresh-interval: 60
|
||||||
|
|||||||
@@ -7,14 +7,14 @@ spring:
|
|||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
initial-size: 10
|
initial-size: 10
|
||||||
min-idle: 10
|
min-idle: 10
|
||||||
max-active: 100
|
max-active: 200
|
||||||
max-wait: 60000
|
max-wait: 60000
|
||||||
time-between-eviction-runs-millis: 60000
|
time-between-eviction-runs-millis: 60000
|
||||||
min-evictable-idle-time-millis: 300000
|
min-evictable-idle-time-millis: 300000
|
||||||
filters: stat
|
filters: stat
|
||||||
druid:
|
druid:
|
||||||
username: druid
|
username: druid
|
||||||
password: 1024lab
|
password: 1024
|
||||||
login:
|
login:
|
||||||
enabled: false
|
enabled: false
|
||||||
method:
|
method:
|
||||||
@@ -34,7 +34,6 @@ spring:
|
|||||||
min-idle: 10
|
min-idle: 10
|
||||||
max-idle: 50
|
max-idle: 50
|
||||||
max-wait: 30000ms
|
max-wait: 30000ms
|
||||||
|
|
||||||
# 邮件,置以SSL的方式发送, 这个需要使用这种方式并且端口是465
|
# 邮件,置以SSL的方式发送, 这个需要使用这种方式并且端口是465
|
||||||
mail:
|
mail:
|
||||||
host: smtp.163.com
|
host: smtp.163.com
|
||||||
@@ -65,10 +64,26 @@ spring:
|
|||||||
date-format: yyyy-MM-dd HH:mm:ss
|
date-format: yyyy-MM-dd HH:mm:ss
|
||||||
time-zone: GMT+8
|
time-zone: GMT+8
|
||||||
|
|
||||||
|
# 上传文件和请求大小
|
||||||
|
servlet:
|
||||||
|
multipart:
|
||||||
|
max-file-size: 20MB # 单个文件的最大大小
|
||||||
|
max-request-size: 10MB # 整个请求的最大大小
|
||||||
|
|
||||||
# 缓存实现类型
|
# 缓存实现类型
|
||||||
cache:
|
cache:
|
||||||
type: redis
|
type: redis
|
||||||
|
|
||||||
|
# 健康检查
|
||||||
|
management:
|
||||||
|
endpoints:
|
||||||
|
web:
|
||||||
|
exposure:
|
||||||
|
include: health,info
|
||||||
|
health:
|
||||||
|
mail:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
# tomcat 配置,主要用于 配置 访问日志(便于将来排查错误)
|
# tomcat 配置,主要用于 配置 访问日志(便于将来排查错误)
|
||||||
server:
|
server:
|
||||||
tomcat:
|
tomcat:
|
||||||
@@ -95,14 +110,13 @@ file:
|
|||||||
url-prefix: https://${file.storage.cloud.bucket-name}.${file.storage.cloud.endpoint}/
|
url-prefix: https://${file.storage.cloud.bucket-name}.${file.storage.cloud.endpoint}/
|
||||||
private-url-expire-seconds: 3600
|
private-url-expire-seconds: 3600
|
||||||
|
|
||||||
|
|
||||||
# open api配置
|
# open api配置
|
||||||
springdoc:
|
springdoc:
|
||||||
swagger-ui:
|
swagger-ui:
|
||||||
enabled: true # 开关
|
enabled: true # 开关
|
||||||
doc-expansion: none #关闭展开
|
doc-expansion: none #关闭展开
|
||||||
tags-sorter: alpha
|
tags-sorter: alpha
|
||||||
server-base-url: https://preview.smartadmin.vip/smart-admin-api
|
server-base-url:
|
||||||
api-docs:
|
api-docs:
|
||||||
enabled: true # 开关
|
enabled: true # 开关
|
||||||
knife4j:
|
knife4j:
|
||||||
@@ -112,7 +126,7 @@ knife4j:
|
|||||||
username: api # Basic认证用户名
|
username: api # Basic认证用户名
|
||||||
password: 1024 # Basic认证密码
|
password: 1024 # Basic认证密码
|
||||||
|
|
||||||
# RestTemplate 请求配置
|
# RestTemplate 请求配置 毫秒
|
||||||
http:
|
http:
|
||||||
pool:
|
pool:
|
||||||
max-total: 100
|
max-total: 100
|
||||||
@@ -133,7 +147,7 @@ reload:
|
|||||||
sa-token:
|
sa-token:
|
||||||
# token 名称(同时也是 cookie 名称)
|
# token 名称(同时也是 cookie 名称)
|
||||||
token-name: Authorization
|
token-name: Authorization
|
||||||
# token 前缀 例如:Bear
|
# token 前缀 例如:Bearer
|
||||||
token-prefix: Bearer
|
token-prefix: Bearer
|
||||||
# token 有效期(单位:秒) 默认30天(2592000秒),-1 代表永久有效
|
# token 有效期(单位:秒) 默认30天(2592000秒),-1 代表永久有效
|
||||||
timeout: 2592000
|
timeout: 2592000
|
||||||
|
|||||||
@@ -65,10 +65,26 @@ spring:
|
|||||||
date-format: yyyy-MM-dd HH:mm:ss
|
date-format: yyyy-MM-dd HH:mm:ss
|
||||||
time-zone: GMT+8
|
time-zone: GMT+8
|
||||||
|
|
||||||
|
# 上传文件和请求大小
|
||||||
|
servlet:
|
||||||
|
multipart:
|
||||||
|
max-file-size: 20MB # 单个文件的最大大小
|
||||||
|
max-request-size: 10MB # 整个请求的最大大小
|
||||||
|
|
||||||
# 缓存实现类型
|
# 缓存实现类型
|
||||||
cache:
|
cache:
|
||||||
type: redis
|
type: redis
|
||||||
|
|
||||||
|
# 健康检查
|
||||||
|
management:
|
||||||
|
endpoints:
|
||||||
|
web:
|
||||||
|
exposure:
|
||||||
|
include: health,info
|
||||||
|
health:
|
||||||
|
mail:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
# tomcat 配置,主要用于 配置 访问日志(便于将来排查错误)
|
# tomcat 配置,主要用于 配置 访问日志(便于将来排查错误)
|
||||||
server:
|
server:
|
||||||
tomcat:
|
tomcat:
|
||||||
@@ -110,7 +126,7 @@ knife4j:
|
|||||||
username: api # Basic认证用户名
|
username: api # Basic认证用户名
|
||||||
password: 1024 # Basic认证密码
|
password: 1024 # Basic认证密码
|
||||||
|
|
||||||
# RestTemplate 请求配置
|
# RestTemplate 请求配置 毫秒
|
||||||
http:
|
http:
|
||||||
pool:
|
pool:
|
||||||
max-total: 20
|
max-total: 20
|
||||||
@@ -134,7 +150,7 @@ reload:
|
|||||||
sa-token:
|
sa-token:
|
||||||
# token 名称(同时也是 cookie 名称)
|
# token 名称(同时也是 cookie 名称)
|
||||||
token-name: Authorization
|
token-name: Authorization
|
||||||
# token 前缀 例如:Bear
|
# token 前缀 例如:Bearer
|
||||||
token-prefix: Bearer
|
token-prefix: Bearer
|
||||||
# token 有效期(单位:秒) 默认30天(2592000秒),-1 代表永久有效
|
# token 有效期(单位:秒) 默认30天(2592000秒),-1 代表永久有效
|
||||||
timeout: 2592000
|
timeout: 2592000
|
||||||
@@ -168,4 +184,4 @@ smart:
|
|||||||
# 数据库配置检测-开关 默认开启 可选(作用是固定间隔读取数据库配置更新任务,关闭后只能重启服务或通过接口修改定时任务,建议开启)
|
# 数据库配置检测-开关 默认开启 可选(作用是固定间隔读取数据库配置更新任务,关闭后只能重启服务或通过接口修改定时任务,建议开启)
|
||||||
db-refresh-enabled: true
|
db-refresh-enabled: true
|
||||||
# 数据库配置检测-执行间隔 默认120秒 可选
|
# 数据库配置检测-执行间隔 默认120秒 可选
|
||||||
db-refresh-interval: 60
|
db-refresh-interval: 60
|
||||||
|
|||||||
@@ -22,48 +22,43 @@
|
|||||||
<springboot.version>2.7.18</springboot.version>
|
<springboot.version>2.7.18</springboot.version>
|
||||||
<spring-mock.version>2.0.8</spring-mock.version>
|
<spring-mock.version>2.0.8</spring-mock.version>
|
||||||
<spring-security-crypto.version>5.8.16</spring-security-crypto.version>
|
<spring-security-crypto.version>5.8.16</spring-security-crypto.version>
|
||||||
<mybatis-plus.version>3.5.2</mybatis-plus.version>
|
<mybatis-plus.version>3.5.12</mybatis-plus.version>
|
||||||
<mysql-connector-j.version>8.0.33</mysql-connector-j.version>
|
<mysql-connector-j.version>9.3.0</mysql-connector-j.version>
|
||||||
<p6spy.version>3.9.1</p6spy.version>
|
<p6spy.version>3.9.1</p6spy.version>
|
||||||
<springdoc-openapi-ui.version>1.7.0</springdoc-openapi-ui.version>
|
<springdoc-openapi-ui.version>1.7.0</springdoc-openapi-ui.version>
|
||||||
<knife4j.version>4.3.0</knife4j.version>
|
<knife4j.version>4.5.0</knife4j.version>
|
||||||
<fastjson.version>2.0.48</fastjson.version>
|
<fastjson.version>2.0.57</fastjson.version>
|
||||||
<druid.version>1.2.14</druid.version>
|
<druid.version>1.2.25</druid.version>
|
||||||
<google-linkedhashmap.version>1.4.2</google-linkedhashmap.version>
|
<google-linkedhashmap.version>1.4.2</google-linkedhashmap.version>
|
||||||
<google-guava.version>20.0</google-guava.version>
|
<google-guava.version>20.0</google-guava.version>
|
||||||
<reflections.version>0.9.11</reflections.version>
|
<reflections.version>0.10.2</reflections.version>
|
||||||
<commons-io.version>2.15.0</commons-io.version>
|
<commons-io.version>2.19.0</commons-io.version>
|
||||||
<commons-lang3.version>3.12.0</commons-lang3.version>
|
<commons-lang3.version>3.18.0</commons-lang3.version>
|
||||||
<commons-collections4.version>4.4</commons-collections4.version>
|
<commons-collections4.version>4.5.0</commons-collections4.version>
|
||||||
<commons-compress.version>1.26.0</commons-compress.version>
|
<commons-compress.version>1.27.1</commons-compress.version>
|
||||||
<commons-codec.version>1.13</commons-codec.version>
|
<commons-codec.version>1.18.0</commons-codec.version>
|
||||||
<commons-text.version>1.9</commons-text.version>
|
<commons-text.version>1.13.1</commons-text.version>
|
||||||
<xerces.version>2.12.0</xerces.version>
|
<fast-excel.version>1.2.0</fast-excel.version>
|
||||||
<fast-excel.version>1.0.0</fast-excel.version>
|
<poi.version>5.4.1</poi.version>
|
||||||
<poi.version>5.2.4</poi.version>
|
<awssdk-s3.version>2.31.78</awssdk-s3.version>
|
||||||
<ooxml-schemas.version>1.4</ooxml-schemas.version>
|
<hutool.version>5.8.39</hutool.version>
|
||||||
<aws-java-sdk.version>1.11.842</aws-java-sdk.version>
|
<velocity-engine-core.version>2.4.1</velocity-engine-core.version>
|
||||||
<log4j-spring-boot.version>2.23.1</log4j-spring-boot.version>
|
|
||||||
<hutool.version>5.7.22</hutool.version>
|
|
||||||
<velocity-engine-core.version>2.3</velocity-engine-core.version>
|
|
||||||
<velocity-tools.version>3.1</velocity-tools.version>
|
<velocity-tools.version>3.1</velocity-tools.version>
|
||||||
<sa-token.version>1.41.0</sa-token.version>
|
<sa-token.version>1.44.0</sa-token.version>
|
||||||
<ip2region.version>2.7.0</ip2region.version>
|
<ip2region.version>2.7.0</ip2region.version>
|
||||||
<bcprov.version>1.80</bcprov.version>
|
<bcprov.version>1.80</bcprov.version>
|
||||||
<jackson-datatype-jsr310.version>2.13.4</jackson-datatype-jsr310.version>
|
|
||||||
<jackson-dataformat-yaml.version>2.16.1</jackson-dataformat-yaml.version>
|
|
||||||
<smartdb.version>1.2.0</smartdb.version>
|
<smartdb.version>1.2.0</smartdb.version>
|
||||||
<redisson.version>3.25.0</redisson.version>
|
<redisson.version>3.25.0</redisson.version>
|
||||||
<snakeyaml.version>2.2</snakeyaml.version>
|
<snakeyaml.version>2.4</snakeyaml.version>
|
||||||
<freemarker.version>2.3.33</freemarker.version>
|
<freemarker.version>2.3.34</freemarker.version>
|
||||||
<jsoup.version>1.18.1</jsoup.version>
|
<jsoup.version>1.21.1</jsoup.version>
|
||||||
<tika.version>2.9.3</tika.version>
|
<tika.version>2.9.4</tika.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
<!--BOM begin-->
|
<!--SpringBoot BOM begin-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-dependencies</artifactId>
|
<artifactId>spring-boot-dependencies</artifactId>
|
||||||
@@ -71,7 +66,16 @@
|
|||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!--BOM end-->
|
<!--SpringBoot BOM end-->
|
||||||
|
<!--mybatis-plus BOM begin-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.baomidou</groupId>
|
||||||
|
<artifactId>mybatis-plus-bom</artifactId>
|
||||||
|
<version>${mybatis-plus.version}</version>
|
||||||
|
<type>pom</type>
|
||||||
|
<scope>import</scope>
|
||||||
|
</dependency>
|
||||||
|
<!--mybatis-plus BOM end-->
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
@@ -97,18 +101,6 @@
|
|||||||
<version>${mysql-connector-j.version}</version>
|
<version>${mysql-connector-j.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.baomidou</groupId>
|
|
||||||
<artifactId>mybatis-plus-boot-starter</artifactId>
|
|
||||||
<version>${mybatis-plus.version}</version>
|
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>org.springframework.boot</groupId>
|
|
||||||
<artifactId>spring-boot-starter-logging</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>p6spy</groupId>
|
<groupId>p6spy</groupId>
|
||||||
<artifactId>p6spy</artifactId>
|
<artifactId>p6spy</artifactId>
|
||||||
@@ -194,9 +186,9 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.amazonaws</groupId>
|
<groupId>software.amazon.awssdk</groupId>
|
||||||
<artifactId>aws-java-sdk-s3</artifactId>
|
<artifactId>s3</artifactId>
|
||||||
<version>${aws-java-sdk.version}</version>
|
<version>${awssdk-s3.version}</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
@@ -267,6 +259,10 @@
|
|||||||
<artifactId>logback-classic</artifactId>
|
<artifactId>logback-classic</artifactId>
|
||||||
<groupId>ch.qos.logback</groupId>
|
<groupId>ch.qos.logback</groupId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.bouncycastle</groupId>
|
||||||
|
<artifactId>bcprov-jdk15on</artifactId>
|
||||||
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
@@ -290,20 +286,8 @@
|
|||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.poi</groupId>
|
<groupId>org.apache.poi</groupId>
|
||||||
<artifactId>ooxml-schemas</artifactId>
|
<artifactId>poi-ooxml-full</artifactId>
|
||||||
<version>${ooxml-schemas.version}</version>
|
<version>${poi.version}</version>
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.fasterxml.jackson.datatype</groupId>
|
|
||||||
<artifactId>jackson-datatype-jsr310</artifactId>
|
|
||||||
<version>${jackson-datatype-jsr310.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
|
||||||
<artifactId>jackson-dataformat-yaml</artifactId>
|
|
||||||
<version>${jackson-dataformat-yaml.version}</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ import cn.dev33.satoken.annotation.SaIgnore;
|
|||||||
import cn.dev33.satoken.exception.SaTokenException;
|
import cn.dev33.satoken.exception.SaTokenException;
|
||||||
import cn.dev33.satoken.stp.StpUtil;
|
import cn.dev33.satoken.stp.StpUtil;
|
||||||
import cn.dev33.satoken.strategy.SaAnnotationStrategy;
|
import cn.dev33.satoken.strategy.SaAnnotationStrategy;
|
||||||
import cn.dev33.satoken.strategy.SaStrategy;
|
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
import net.lab1024.sa.admin.module.system.login.domain.RequestEmployee;
|
import net.lab1024.sa.admin.module.system.login.domain.RequestEmployee;
|
||||||
import net.lab1024.sa.admin.module.system.login.service.LoginService;
|
import net.lab1024.sa.admin.module.system.login.service.LoginService;
|
||||||
@@ -68,7 +67,8 @@ public class AdminInterceptor implements HandlerInterceptor {
|
|||||||
Method method = ((HandlerMethod) handler).getMethod();
|
Method method = ((HandlerMethod) handler).getMethod();
|
||||||
NoNeedLogin noNeedLogin = ((HandlerMethod) handler).getMethodAnnotation(NoNeedLogin.class);
|
NoNeedLogin noNeedLogin = ((HandlerMethod) handler).getMethodAnnotation(NoNeedLogin.class);
|
||||||
if (noNeedLogin != null) {
|
if (noNeedLogin != null) {
|
||||||
checkActiveTimeout(requestEmployee);
|
updateActiveTimeout(requestEmployee);
|
||||||
|
SmartRequestUtil.setRequestUser(requestEmployee);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -77,8 +77,8 @@ public class AdminInterceptor implements HandlerInterceptor {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 检测token 活跃频率
|
// 更新活跃
|
||||||
checkActiveTimeout(requestEmployee);
|
updateActiveTimeout(requestEmployee);
|
||||||
|
|
||||||
|
|
||||||
// --------------- 第三步: 校验 权限 ---------------
|
// --------------- 第三步: 校验 权限 ---------------
|
||||||
@@ -123,15 +123,12 @@ public class AdminInterceptor implements HandlerInterceptor {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 检测:token 最低活跃频率(单位:秒),如果 token 超过此时间没有访问系统就会被冻结
|
* 更新活跃时间
|
||||||
*/
|
*/
|
||||||
private void checkActiveTimeout(RequestEmployee requestEmployee) {
|
private void updateActiveTimeout(RequestEmployee requestEmployee) {
|
||||||
// 用户不在线,也不用检测
|
|
||||||
if (requestEmployee == null) {
|
if (requestEmployee == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
StpUtil.checkActiveTimeout();
|
|
||||||
StpUtil.updateLastActiveToNow();
|
StpUtil.updateLastActiveToNow();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ public class DepartmentEntity {
|
|||||||
/**
|
/**
|
||||||
* 负责人员工 id
|
* 负责人员工 id
|
||||||
*/
|
*/
|
||||||
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
@TableField(updateStrategy = FieldStrategy.NEVER)
|
||||||
private Long managerId;
|
private Long managerId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -23,6 +23,12 @@ public class EmployeeEntity {
|
|||||||
@TableId(type = IdType.AUTO)
|
@TableId(type = IdType.AUTO)
|
||||||
private Long employeeId;
|
private Long employeeId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 唯一id
|
||||||
|
*/
|
||||||
|
private String employeeUid;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 登录账号
|
* 登录账号
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
package net.lab1024.sa.admin.module.system.employee.service;
|
package net.lab1024.sa.admin.module.system.employee.service;
|
||||||
|
|
||||||
import cn.dev33.satoken.stp.StpUtil;
|
import cn.dev33.satoken.stp.StpUtil;
|
||||||
|
import cn.hutool.core.lang.UUID;
|
||||||
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
||||||
import com.google.common.collect.Lists;
|
import com.google.common.collect.Lists;
|
||||||
import net.lab1024.sa.admin.module.system.department.dao.DepartmentDao;
|
import net.lab1024.sa.admin.module.system.department.dao.DepartmentDao;
|
||||||
@@ -138,16 +139,20 @@ public class EmployeeService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
EmployeeEntity entity = SmartBeanUtil.copy(employeeAddForm, EmployeeEntity.class);
|
EmployeeEntity entity = SmartBeanUtil.copy(employeeAddForm, EmployeeEntity.class);
|
||||||
|
// 员工uid
|
||||||
|
String employeeUid = UUID.randomUUID(true).toString(true);
|
||||||
|
entity.setEmployeeUid(employeeUid);
|
||||||
|
|
||||||
// 设置密码 默认密码
|
// 设置密码 随机密码
|
||||||
String password = securityPasswordService.randomPassword();
|
String randomPassword = securityPasswordService.randomPassword();
|
||||||
entity.setLoginPwd(SecurityPasswordService.getEncryptPwd(password));
|
String generateSaltPassword = this.generateSaltPassword(randomPassword, employeeUid);
|
||||||
|
entity.setLoginPwd(SecurityPasswordService.getEncryptPwd(generateSaltPassword));
|
||||||
|
|
||||||
// 保存数据
|
// 保存数据
|
||||||
entity.setDeletedFlag(Boolean.FALSE);
|
entity.setDeletedFlag(Boolean.FALSE);
|
||||||
employeeManager.saveEmployee(entity, employeeAddForm.getRoleIdList());
|
employeeManager.saveEmployee(entity, employeeAddForm.getRoleIdList());
|
||||||
|
|
||||||
return ResponseDTO.ok(password);
|
return ResponseDTO.ok(randomPassword);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -241,7 +246,6 @@ public class EmployeeService {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 更新登录人头像
|
* 更新登录人头像
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
public ResponseDTO<String> updateAvatar(EmployeeUpdateAvatarForm employeeUpdateAvatarForm) {
|
public ResponseDTO<String> updateAvatar(EmployeeUpdateAvatarForm employeeUpdateAvatarForm) {
|
||||||
Long employeeId = employeeUpdateAvatarForm.getEmployeeId();
|
Long employeeId = employeeUpdateAvatarForm.getEmployeeId();
|
||||||
@@ -343,12 +347,12 @@ public class EmployeeService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 校验原始密码
|
// 校验原始密码
|
||||||
if (!SecurityPasswordService.matchesPwd(updatePasswordForm.getOldPassword(),employeeEntity.getLoginPwd()) ) {
|
if (!SecurityPasswordService.matchesPwd(this.generateSaltPassword(updatePasswordForm.getOldPassword(), employeeEntity.getEmployeeUid()), employeeEntity.getLoginPwd())) {
|
||||||
return ResponseDTO.userErrorParam("原密码有误,请重新输入");
|
return ResponseDTO.userErrorParam("原密码有误,请重新输入");
|
||||||
}
|
}
|
||||||
|
|
||||||
// 新旧密码相同
|
// 新旧密码相同
|
||||||
if (Objects.equals(updatePasswordForm.getOldPassword(), updatePasswordForm.getNewPassword()) ){
|
if (Objects.equals(updatePasswordForm.getOldPassword(), updatePasswordForm.getNewPassword())) {
|
||||||
return ResponseDTO.userErrorParam("新密码与原始密码相同,请重新输入");
|
return ResponseDTO.userErrorParam("新密码与原始密码相同,请重新输入");
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -359,14 +363,13 @@ public class EmployeeService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 根据三级等保规则,校验密码是否重复
|
// 根据三级等保规则,校验密码是否重复
|
||||||
ResponseDTO<String> passwordRepeatTimes = securityPasswordService.validatePasswordRepeatTimes(requestUser, updatePasswordForm.getNewPassword());
|
ResponseDTO<String> passwordRepeatTimes = securityPasswordService.validatePasswordRepeatTimes(requestUser, this.generateSaltPassword(updatePasswordForm.getNewPassword(), employeeEntity.getEmployeeUid()));
|
||||||
if (!passwordRepeatTimes.getOk()) {
|
if (!passwordRepeatTimes.getOk()) {
|
||||||
return ResponseDTO.error(passwordRepeatTimes);
|
return ResponseDTO.error(passwordRepeatTimes);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// 更新密码
|
// 更新密码
|
||||||
String newEncryptPassword = SecurityPasswordService.getEncryptPwd(updatePasswordForm.getNewPassword());
|
String newEncryptPassword = SecurityPasswordService.getEncryptPwd(this.generateSaltPassword(updatePasswordForm.getNewPassword(), employeeEntity.getEmployeeUid()));
|
||||||
EmployeeEntity updateEntity = new EmployeeEntity();
|
EmployeeEntity updateEntity = new EmployeeEntity();
|
||||||
updateEntity.setEmployeeId(employeeId);
|
updateEntity.setEmployeeId(employeeId);
|
||||||
updateEntity.setLoginPwd(newEncryptPassword);
|
updateEntity.setLoginPwd(newEncryptPassword);
|
||||||
@@ -405,8 +408,14 @@ public class EmployeeService {
|
|||||||
* 重置密码
|
* 重置密码
|
||||||
*/
|
*/
|
||||||
public ResponseDTO<String> resetPassword(Long employeeId) {
|
public ResponseDTO<String> resetPassword(Long employeeId) {
|
||||||
|
EmployeeEntity employeeEntity = employeeDao.selectById(employeeId);
|
||||||
|
if (employeeEntity == null) {
|
||||||
|
return ResponseDTO.error(UserErrorCode.DATA_NOT_EXIST);
|
||||||
|
}
|
||||||
|
|
||||||
String password = securityPasswordService.randomPassword();
|
String password = securityPasswordService.randomPassword();
|
||||||
employeeDao.updatePassword(employeeId, SecurityPasswordService.getEncryptPwd(password));
|
String saltPassword = this.generateSaltPassword(password, employeeEntity.getEmployeeUid());
|
||||||
|
employeeDao.updatePassword(employeeId, SecurityPasswordService.getEncryptPwd(saltPassword));
|
||||||
return ResponseDTO.ok(password);
|
return ResponseDTO.ok(password);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -426,4 +435,14 @@ public class EmployeeService {
|
|||||||
return employeeDao.getByLoginName(loginName, false);
|
return employeeDao.getByLoginName(loginName, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 生成加盐密码
|
||||||
|
* 格式为:[password]_[uid大写]_[uid小写]
|
||||||
|
*/
|
||||||
|
public String generateSaltPassword(String password, String employeeUid) {
|
||||||
|
return password + StringConst.UNDERLINE +
|
||||||
|
employeeUid.toUpperCase() +
|
||||||
|
StringConst.UNDERLINE +
|
||||||
|
employeeUid.toLowerCase();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ public class LoginController {
|
|||||||
return ResponseDTO.ok(loginResult);
|
return ResponseDTO.ok(loginResult);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Operation(summary = "退出登陆 @author 卓大")
|
@Operation(summary = "退出登录 @author 卓大")
|
||||||
@GetMapping("/login/logout")
|
@GetMapping("/login/logout")
|
||||||
public ResponseDTO<String> logout() {
|
public ResponseDTO<String> logout() {
|
||||||
return loginService.logout(SmartRequestUtil.getRequestUser());
|
return loginService.logout(SmartRequestUtil.getRequestUser());
|
||||||
|
|||||||
@@ -153,8 +153,19 @@ public class LoginManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@CacheEvict(value = {AdminCacheConst.Login.USER_PERMISSION, AdminCacheConst.Login.REQUEST_EMPLOYEE}, allEntries = true)
|
/**
|
||||||
public void clear(){
|
* 清除用户权限
|
||||||
|
*/
|
||||||
|
@CacheEvict(value = AdminCacheConst.Login.USER_PERMISSION)
|
||||||
|
public void clearUserPermission(Long employeeId) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 清除用户登录信息
|
||||||
|
*/
|
||||||
|
@CacheEvict(value = AdminCacheConst.Login.REQUEST_EMPLOYEE)
|
||||||
|
public void clearUserLoginInfo(Long employeeId) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ import cn.hutool.core.util.NumberUtil;
|
|||||||
import cn.hutool.core.util.RandomUtil;
|
import cn.hutool.core.util.RandomUtil;
|
||||||
import cn.hutool.extra.servlet.ServletUtil;
|
import cn.hutool.extra.servlet.ServletUtil;
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
import net.lab1024.sa.admin.module.system.department.domain.vo.DepartmentVO;
|
|
||||||
import net.lab1024.sa.admin.module.system.department.service.DepartmentService;
|
import net.lab1024.sa.admin.module.system.department.service.DepartmentService;
|
||||||
import net.lab1024.sa.admin.module.system.employee.domain.entity.EmployeeEntity;
|
import net.lab1024.sa.admin.module.system.employee.domain.entity.EmployeeEntity;
|
||||||
import net.lab1024.sa.admin.module.system.employee.service.EmployeeService;
|
import net.lab1024.sa.admin.module.system.employee.service.EmployeeService;
|
||||||
@@ -49,8 +48,6 @@ import net.lab1024.sa.base.module.support.securityprotect.domain.LoginFailEntity
|
|||||||
import net.lab1024.sa.base.module.support.securityprotect.service.Level3ProtectConfigService;
|
import net.lab1024.sa.base.module.support.securityprotect.service.Level3ProtectConfigService;
|
||||||
import net.lab1024.sa.base.module.support.securityprotect.service.SecurityLoginService;
|
import net.lab1024.sa.base.module.support.securityprotect.service.SecurityLoginService;
|
||||||
import net.lab1024.sa.base.module.support.securityprotect.service.SecurityPasswordService;
|
import net.lab1024.sa.base.module.support.securityprotect.service.SecurityPasswordService;
|
||||||
import org.apache.commons.lang3.BooleanUtils;
|
|
||||||
import org.apache.commons.lang3.StringUtils;
|
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
import javax.annotation.Resource;
|
import javax.annotation.Resource;
|
||||||
@@ -82,9 +79,6 @@ public class LoginService implements StpInterface {
|
|||||||
@Resource
|
@Resource
|
||||||
private EmployeeService employeeService;
|
private EmployeeService employeeService;
|
||||||
|
|
||||||
@Resource
|
|
||||||
private DepartmentService departmentService;
|
|
||||||
|
|
||||||
@Resource
|
@Resource
|
||||||
private CaptchaService captchaService;
|
private CaptchaService captchaService;
|
||||||
|
|
||||||
@@ -106,9 +100,6 @@ public class LoginService implements StpInterface {
|
|||||||
@Resource
|
@Resource
|
||||||
private SecurityPasswordService protectPasswordService;
|
private SecurityPasswordService protectPasswordService;
|
||||||
|
|
||||||
@Resource
|
|
||||||
private IFileStorageService fileStorageService;
|
|
||||||
|
|
||||||
@Resource
|
@Resource
|
||||||
private ApiEncryptService apiEncryptService;
|
private ApiEncryptService apiEncryptService;
|
||||||
|
|
||||||
@@ -132,7 +123,7 @@ public class LoginService implements StpInterface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 员工登陆
|
* 员工登录
|
||||||
*
|
*
|
||||||
* @return 返回用户登录信息
|
* @return 返回用户登录信息
|
||||||
*/
|
*/
|
||||||
@@ -196,7 +187,7 @@ public class LoginService implements StpInterface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 密码错误
|
// 密码错误
|
||||||
if (!SecurityPasswordService.matchesPwd(requestPassword, employeeEntity.getLoginPwd())) {
|
if (!SecurityPasswordService.matchesPwd(employeeService.generateSaltPassword(requestPassword, employeeEntity.getEmployeeUid()), employeeEntity.getLoginPwd())) {
|
||||||
// 记录登录失败
|
// 记录登录失败
|
||||||
saveLoginLog(employeeEntity, ip, userAgent, "密码错误", LoginLogResultEnum.LOGIN_FAIL, loginDeviceEnum);
|
saveLoginLog(employeeEntity, ip, userAgent, "密码错误", LoginLogResultEnum.LOGIN_FAIL, loginDeviceEnum);
|
||||||
// 记录等级保护次数
|
// 记录等级保护次数
|
||||||
@@ -273,7 +264,7 @@ public class LoginService implements StpInterface {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 根据登陆token 获取员请求工信息
|
* 根据登录token 获取员请求工信息
|
||||||
*/
|
*/
|
||||||
public RequestEmployee getLoginEmployee(String loginId, HttpServletRequest request) {
|
public RequestEmployee getLoginEmployee(String loginId, HttpServletRequest request) {
|
||||||
if (loginId == null) {
|
if (loginId == null) {
|
||||||
@@ -328,8 +319,8 @@ public class LoginService implements StpInterface {
|
|||||||
// sa token 登出
|
// sa token 登出
|
||||||
StpUtil.logout();
|
StpUtil.logout();
|
||||||
|
|
||||||
// 清空登录信息缓存
|
// 清除用户登录信息缓存和权限信息
|
||||||
loginManager.clear();
|
this.clearLoginEmployeeCache(requestUser.getUserId());
|
||||||
|
|
||||||
//保存登出日志
|
//保存登出日志
|
||||||
LoginLogEntity loginEntity = LoginLogEntity.builder()
|
LoginLogEntity loginEntity = LoginLogEntity.builder()
|
||||||
@@ -485,6 +476,7 @@ public class LoginService implements StpInterface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void clearLoginEmployeeCache(Long employeeId) {
|
public void clearLoginEmployeeCache(Long employeeId) {
|
||||||
loginManager.clear();
|
loginManager.clearUserPermission(employeeId);
|
||||||
|
loginManager.clearUserLoginInfo(employeeId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,9 +2,6 @@ package net.lab1024.sa.admin.module.system.role.domain.vo;
|
|||||||
|
|
||||||
import io.swagger.v3.oas.annotations.media.Schema;
|
import io.swagger.v3.oas.annotations.media.Schema;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import org.hibernate.validator.constraints.Length;
|
|
||||||
|
|
||||||
import javax.validation.constraints.NotNull;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 角色
|
* 角色
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ package net.lab1024.sa.admin.module.system.role.manager;
|
|||||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||||
import net.lab1024.sa.admin.module.system.role.dao.RoleMenuDao;
|
import net.lab1024.sa.admin.module.system.role.dao.RoleMenuDao;
|
||||||
import net.lab1024.sa.admin.module.system.role.domain.entity.RoleMenuEntity;
|
import net.lab1024.sa.admin.module.system.role.domain.entity.RoleMenuEntity;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
import org.springframework.transaction.annotation.Transactional;
|
import org.springframework.transaction.annotation.Transactional;
|
||||||
|
|
||||||
|
|||||||
@@ -1,14 +1,13 @@
|
|||||||
package net.lab1024.sa.admin.module.system.role.service;
|
package net.lab1024.sa.admin.module.system.role.service;
|
||||||
|
|
||||||
import com.google.common.collect.Lists;
|
import com.google.common.collect.Lists;
|
||||||
|
import net.lab1024.sa.admin.module.system.role.domain.entity.RoleDataScopeEntity;
|
||||||
import net.lab1024.sa.admin.module.system.role.domain.form.RoleDataScopeUpdateForm;
|
import net.lab1024.sa.admin.module.system.role.domain.form.RoleDataScopeUpdateForm;
|
||||||
import net.lab1024.sa.admin.module.system.role.domain.vo.RoleDataScopeVO;
|
import net.lab1024.sa.admin.module.system.role.domain.vo.RoleDataScopeVO;
|
||||||
|
import net.lab1024.sa.admin.module.system.role.manager.RoleDataScopeManager;
|
||||||
import net.lab1024.sa.base.common.code.UserErrorCode;
|
import net.lab1024.sa.base.common.code.UserErrorCode;
|
||||||
import net.lab1024.sa.base.common.domain.ResponseDTO;
|
import net.lab1024.sa.base.common.domain.ResponseDTO;
|
||||||
import net.lab1024.sa.base.common.util.SmartBeanUtil;
|
import net.lab1024.sa.base.common.util.SmartBeanUtil;
|
||||||
import net.lab1024.sa.admin.module.system.role.domain.entity.RoleDataScopeEntity;
|
|
||||||
import net.lab1024.sa.admin.module.system.role.manager.RoleDataScopeManager;
|
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
import org.springframework.transaction.annotation.Transactional;
|
import org.springframework.transaction.annotation.Transactional;
|
||||||
import org.springframework.util.CollectionUtils;
|
import org.springframework.util.CollectionUtils;
|
||||||
|
|||||||
@@ -131,6 +131,17 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.baomidou</groupId>
|
<groupId>com.baomidou</groupId>
|
||||||
<artifactId>mybatis-plus-boot-starter</artifactId>
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
<artifactId>spring-boot-starter-logging</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.baomidou</groupId>
|
||||||
|
<artifactId>mybatis-plus-jsqlparser-4.9</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
@@ -179,8 +190,8 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.amazonaws</groupId>
|
<groupId>software.amazon.awssdk</groupId>
|
||||||
<artifactId>aws-java-sdk-s3</artifactId>
|
<artifactId>s3</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
@@ -231,12 +242,6 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.idev.excel</groupId>
|
<groupId>cn.idev.excel</groupId>
|
||||||
<artifactId>fastexcel</artifactId>
|
<artifactId>fastexcel</artifactId>
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<artifactId>logback-classic</artifactId>
|
|
||||||
<groupId>ch.qos.logback</groupId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
@@ -256,17 +261,12 @@
|
|||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.poi</groupId>
|
<groupId>org.apache.poi</groupId>
|
||||||
<artifactId>ooxml-schemas</artifactId>
|
<artifactId>poi-ooxml</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.datatype</groupId>
|
<groupId>org.apache.poi</groupId>
|
||||||
<artifactId>jackson-datatype-jsr310</artifactId>
|
<artifactId>poi-ooxml-full</artifactId>
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
|
||||||
<artifactId>jackson-dataformat-yaml</artifactId>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@@ -20,17 +20,25 @@ public class LongJsonSerializer extends JsonSerializer<Long> {
|
|||||||
|
|
||||||
public static final LongJsonSerializer INSTANCE = new LongJsonSerializer();
|
public static final LongJsonSerializer INSTANCE = new LongJsonSerializer();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* JS 安全整数范围
|
||||||
|
* 根据 JS Number.MIN_SAFE_INTEGER 与 Number.MAX_SAFE_INTEGER 得来
|
||||||
|
*/
|
||||||
|
private static final long JS_MIN_SAFE_INTEGER = -9007199254740991L;
|
||||||
|
private static final long JS_MAX_SAFE_INTEGER = 9007199254740991L;
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void serialize(Long value, JsonGenerator gen, SerializerProvider serializerProvider) throws IOException, JsonProcessingException {
|
public void serialize(Long value, JsonGenerator gen, SerializerProvider serializerProvider) throws IOException, JsonProcessingException {
|
||||||
if (null == value) {
|
if (null == value) {
|
||||||
gen.writeNull();
|
gen.writeNull();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// js中最大安全整数16位 Number.MAX_SAFE_INTEGER
|
// 如果超出了 JavaScript 安全整数范围,则序列化为字符串
|
||||||
String longStr = String.valueOf(value);
|
if (value < JS_MIN_SAFE_INTEGER || value > JS_MAX_SAFE_INTEGER) {
|
||||||
if (longStr.length() > 16) {
|
gen.writeString(Long.toString(value));
|
||||||
gen.writeString(longStr);
|
|
||||||
} else {
|
} else {
|
||||||
|
// 否则,序列化为数字
|
||||||
gen.writeNumber(value);
|
gen.writeNumber(value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -52,8 +52,7 @@ public class SmartPageUtil {
|
|||||||
log.error("《存在SQL注入:》 : {}", sortItem.getColumn());
|
log.error("《存在SQL注入:》 : {}", sortItem.getColumn());
|
||||||
throw new BusinessException("存在SQL注入风险,请联系技术工作人员!");
|
throw new BusinessException("存在SQL注入风险,请联系技术工作人员!");
|
||||||
}
|
}
|
||||||
|
orderItemList.add(sortItem.getIsAsc() ? OrderItem.asc(sortItem.getColumn()) : OrderItem.desc(sortItem.getColumn()));
|
||||||
orderItemList.add(new OrderItem(sortItem.getColumn(), sortItem.getIsAsc()));
|
|
||||||
}
|
}
|
||||||
page.setOrders(orderItemList);
|
page.setOrders(orderItemList);
|
||||||
return page;
|
return page;
|
||||||
@@ -94,7 +93,7 @@ public class SmartPageUtil {
|
|||||||
return newPageResult;
|
return newPageResult;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static <T> PageResult subListPage(Integer pageNum, Integer pageSize, List<T> list) {
|
public static <T> PageResult<T> subListPage(Integer pageNum, Integer pageSize, List<T> list) {
|
||||||
PageResult<T> pageRet = new PageResult<T>();
|
PageResult<T> pageRet = new PageResult<T>();
|
||||||
//总条数
|
//总条数
|
||||||
int count = list.size();
|
int count = list.size();
|
||||||
|
|||||||
@@ -18,6 +18,9 @@ public class SmartRequestUtil {
|
|||||||
private static final ThreadLocal<RequestUser> REQUEST_THREAD_LOCAL = new ThreadLocal<>();
|
private static final ThreadLocal<RequestUser> REQUEST_THREAD_LOCAL = new ThreadLocal<>();
|
||||||
|
|
||||||
public static void setRequestUser(RequestUser requestUser) {
|
public static void setRequestUser(RequestUser requestUser) {
|
||||||
|
if(requestUser == null){
|
||||||
|
return;
|
||||||
|
}
|
||||||
REQUEST_THREAD_LOCAL.set(requestUser);
|
REQUEST_THREAD_LOCAL.set(requestUser);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ import javax.servlet.http.HttpServletResponse;
|
|||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.io.UnsupportedEncodingException;
|
import java.io.UnsupportedEncodingException;
|
||||||
import java.net.URLEncoder;
|
import java.net.URLEncoder;
|
||||||
import java.nio.charset.StandardCharsets;
|
|
||||||
|
|
||||||
import static cn.hutool.core.util.CharsetUtil.UTF_8;
|
import static cn.hutool.core.util.CharsetUtil.UTF_8;
|
||||||
|
|
||||||
@@ -55,9 +54,8 @@ public class SmartResponseUtil {
|
|||||||
if (SmartStringUtil.isNotEmpty(fileName)) {
|
if (SmartStringUtil.isNotEmpty(fileName)) {
|
||||||
response.setHeader(HttpHeaders.CONTENT_TYPE, MediaTypeFactory.getMediaType(fileName).orElse(MediaType.APPLICATION_OCTET_STREAM) + ";charset=utf-8");
|
response.setHeader(HttpHeaders.CONTENT_TYPE, MediaTypeFactory.getMediaType(fileName).orElse(MediaType.APPLICATION_OCTET_STREAM) + ";charset=utf-8");
|
||||||
try {
|
try {
|
||||||
response.setHeader(HttpHeaders.CONTENT_DISPOSITION, "attachment;filename=" + URLEncoder.encode(fileName, UTF_8).replaceAll("\\+", "%20"));
|
response.setHeader(HttpHeaders.CONTENT_DISPOSITION, "attachment;filename=" + URLEncoder.encode(fileName, "utf-8").replaceAll("\\+", "%20"));
|
||||||
} catch (UnsupportedEncodingException e) {
|
} catch (UnsupportedEncodingException e) {
|
||||||
log.error(e.getMessage(), e);
|
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
response.setHeader(HttpHeaders.ACCESS_CONTROL_EXPOSE_HEADERS, HttpHeaders.CONTENT_DISPOSITION);
|
response.setHeader(HttpHeaders.ACCESS_CONTROL_EXPOSE_HEADERS, HttpHeaders.CONTENT_DISPOSITION);
|
||||||
|
|||||||
@@ -4,10 +4,13 @@ import com.alibaba.fastjson.support.spring.GenericFastJsonRedisSerializer;
|
|||||||
import net.lab1024.sa.base.module.support.cache.CacheService;
|
import net.lab1024.sa.base.module.support.cache.CacheService;
|
||||||
import net.lab1024.sa.base.module.support.cache.CaffeineCacheServiceImpl;
|
import net.lab1024.sa.base.module.support.cache.CaffeineCacheServiceImpl;
|
||||||
import net.lab1024.sa.base.module.support.cache.RedisCacheServiceImpl;
|
import net.lab1024.sa.base.module.support.cache.RedisCacheServiceImpl;
|
||||||
|
import net.lab1024.sa.base.module.support.redis.CustomRedisCacheManager;
|
||||||
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
|
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
|
||||||
|
import org.springframework.cache.CacheManager;
|
||||||
import org.springframework.context.annotation.Bean;
|
import org.springframework.context.annotation.Bean;
|
||||||
import org.springframework.context.annotation.Configuration;
|
import org.springframework.context.annotation.Configuration;
|
||||||
import org.springframework.data.redis.cache.RedisCacheConfiguration;
|
import org.springframework.data.redis.cache.RedisCacheConfiguration;
|
||||||
|
import org.springframework.data.redis.cache.RedisCacheWriter;
|
||||||
import org.springframework.data.redis.connection.RedisConnectionFactory;
|
import org.springframework.data.redis.connection.RedisConnectionFactory;
|
||||||
import org.springframework.data.redis.serializer.RedisSerializationContext;
|
import org.springframework.data.redis.serializer.RedisSerializationContext;
|
||||||
|
|
||||||
@@ -16,8 +19,6 @@ import javax.annotation.Resource;
|
|||||||
/**
|
/**
|
||||||
* 缓存配置
|
* 缓存配置
|
||||||
*
|
*
|
||||||
* @author zhoumingfa
|
|
||||||
* @date 2025/03/28
|
|
||||||
*/
|
*/
|
||||||
@Configuration
|
@Configuration
|
||||||
public class CacheConfig {
|
public class CacheConfig {
|
||||||
@@ -27,27 +28,44 @@ public class CacheConfig {
|
|||||||
|
|
||||||
|
|
||||||
@Resource
|
@Resource
|
||||||
private RedisConnectionFactory factory;
|
private RedisConnectionFactory redisConnectionFactory;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建自定义Redis缓存管理器Bean 整合spring-cache
|
||||||
|
* Redis连接工厂,用于建立与Redis服务器的连接
|
||||||
|
*
|
||||||
|
* @return CacheManager Redis缓存管理器实例
|
||||||
|
*/
|
||||||
@Bean
|
@Bean
|
||||||
@ConditionalOnProperty(prefix = "spring.cache", name = {"type"}, havingValue = REDIS_CACHE)
|
@ConditionalOnProperty(prefix = "spring.cache", name = {"type"}, havingValue = REDIS_CACHE)
|
||||||
public RedisCacheConfiguration redisCacheConfiguration() {
|
public CacheManager cacheManager() {
|
||||||
return RedisCacheConfiguration.defaultCacheConfig()
|
// 使用非阻塞模式的缓存写入器,适用于大多数高并发场景
|
||||||
|
RedisCacheWriter redisCacheWriter = RedisCacheWriter.nonLockingRedisCacheWriter(redisConnectionFactory);
|
||||||
|
|
||||||
|
// 构建默认缓存配置
|
||||||
|
RedisCacheConfiguration defaultCacheConfig = RedisCacheConfiguration.defaultCacheConfig()
|
||||||
|
// 禁止缓存 null 值,避免缓存穿透
|
||||||
.disableCachingNullValues()
|
.disableCachingNullValues()
|
||||||
.computePrefixWith(name -> "cache:" + name + ":")
|
.computePrefixWith(name -> "cache:" + name + ":")
|
||||||
.serializeValuesWith(RedisSerializationContext.SerializationPair.fromSerializer(new GenericFastJsonRedisSerializer()));
|
// 使用 FastJSON 序列化缓存值,支持复杂对象
|
||||||
|
.serializeValuesWith(RedisSerializationContext.SerializationPair
|
||||||
|
.fromSerializer(new GenericFastJsonRedisSerializer()));
|
||||||
|
|
||||||
|
// 返回自定义缓存管理器,支持 cacheName#ttl 格式与永久缓存(#-1)
|
||||||
|
return new CustomRedisCacheManager(redisCacheWriter, defaultCacheConfig);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Bean
|
|
||||||
@ConditionalOnProperty(prefix = "spring.cache", name = {"type"}, havingValue = REDIS_CACHE)
|
|
||||||
public CacheService redisCacheService() {
|
|
||||||
return new RedisCacheServiceImpl();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Bean
|
@Bean
|
||||||
@ConditionalOnProperty(prefix = "spring.cache", name = {"type"}, havingValue = CAFFEINE_CACHE)
|
@ConditionalOnProperty(prefix = "spring.cache", name = {"type"}, havingValue = REDIS_CACHE)
|
||||||
public CacheService caffeineCacheService() {
|
public CacheService redisCacheService() {
|
||||||
return new CaffeineCacheServiceImpl();
|
return new RedisCacheServiceImpl();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Bean
|
||||||
|
@ConditionalOnProperty(prefix = "spring.cache", name = {"type"}, havingValue = CAFFEINE_CACHE)
|
||||||
|
public CacheService caffeineCacheService() {
|
||||||
|
return new CaffeineCacheServiceImpl();
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -1,12 +1,5 @@
|
|||||||
package net.lab1024.sa.base.config;
|
package net.lab1024.sa.base.config;
|
||||||
|
|
||||||
import com.amazonaws.ClientConfiguration;
|
|
||||||
import com.amazonaws.Protocol;
|
|
||||||
import com.amazonaws.auth.AWSStaticCredentialsProvider;
|
|
||||||
import com.amazonaws.auth.BasicAWSCredentials;
|
|
||||||
import com.amazonaws.client.builder.AwsClientBuilder;
|
|
||||||
import com.amazonaws.services.s3.AmazonS3;
|
|
||||||
import com.amazonaws.services.s3.AmazonS3ClientBuilder;
|
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import net.lab1024.sa.base.module.support.file.service.FileStorageCloudServiceImpl;
|
import net.lab1024.sa.base.module.support.file.service.FileStorageCloudServiceImpl;
|
||||||
import net.lab1024.sa.base.module.support.file.service.FileStorageLocalServiceImpl;
|
import net.lab1024.sa.base.module.support.file.service.FileStorageLocalServiceImpl;
|
||||||
@@ -17,6 +10,13 @@ import org.springframework.context.annotation.Bean;
|
|||||||
import org.springframework.context.annotation.Configuration;
|
import org.springframework.context.annotation.Configuration;
|
||||||
import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;
|
import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;
|
||||||
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
|
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
|
||||||
|
import software.amazon.awssdk.auth.credentials.AwsBasicCredentials;
|
||||||
|
import software.amazon.awssdk.auth.credentials.StaticCredentialsProvider;
|
||||||
|
import software.amazon.awssdk.regions.Region;
|
||||||
|
import software.amazon.awssdk.services.s3.S3Client;
|
||||||
|
import software.amazon.awssdk.services.s3.S3Configuration;
|
||||||
|
|
||||||
|
import java.net.URI;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 文件上传 配置
|
* 文件上传 配置
|
||||||
@@ -31,6 +31,10 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
|
|||||||
@Configuration
|
@Configuration
|
||||||
public class FileConfig implements WebMvcConfigurer {
|
public class FileConfig implements WebMvcConfigurer {
|
||||||
|
|
||||||
|
private static final String HTTPS = "https://";
|
||||||
|
|
||||||
|
private static final String HTTP = "http://";
|
||||||
|
|
||||||
private static final String MODE_CLOUD = "cloud";
|
private static final String MODE_CLOUD = "cloud";
|
||||||
|
|
||||||
private static final String MODE_LOCAL = "local";
|
private static final String MODE_LOCAL = "local";
|
||||||
@@ -69,15 +73,17 @@ public class FileConfig implements WebMvcConfigurer {
|
|||||||
*/
|
*/
|
||||||
@Bean
|
@Bean
|
||||||
@ConditionalOnProperty(prefix = "file.storage", name = {"mode"}, havingValue = MODE_CLOUD)
|
@ConditionalOnProperty(prefix = "file.storage", name = {"mode"}, havingValue = MODE_CLOUD)
|
||||||
public AmazonS3 initAmazonS3() {
|
public S3Client initAmazonS3() {
|
||||||
ClientConfiguration clientConfig = new ClientConfiguration();
|
return S3Client.builder()
|
||||||
clientConfig.setProtocol(Protocol.HTTPS);
|
.region(Region.AWS_GLOBAL)
|
||||||
return AmazonS3ClientBuilder.standard()
|
.endpointOverride(URI.create((urlPrefix.startsWith(HTTPS) ? HTTPS : HTTP) + endpoint))
|
||||||
.withCredentials(new AWSStaticCredentialsProvider(new BasicAWSCredentials(accessKey, secretKey)))
|
.credentialsProvider(
|
||||||
.withClientConfiguration(clientConfig)
|
StaticCredentialsProvider.create(
|
||||||
.withEndpointConfiguration(new AwsClientBuilder.EndpointConfiguration(endpoint, region))
|
AwsBasicCredentials.create(accessKey, secretKey)))
|
||||||
.withPathStyleAccessEnabled(false)
|
.serviceConfiguration(S3Configuration.builder()
|
||||||
.withChunkedEncodingDisabled(true)
|
.pathStyleAccessEnabled(true)
|
||||||
|
.chunkedEncodingEnabled(false)
|
||||||
|
.build())
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ package net.lab1024.sa.base.config;
|
|||||||
|
|
||||||
import cn.hutool.core.date.DatePattern;
|
import cn.hutool.core.date.DatePattern;
|
||||||
import cn.hutool.core.date.LocalDateTimeUtil;
|
import cn.hutool.core.date.LocalDateTimeUtil;
|
||||||
|
import com.fasterxml.jackson.databind.ser.std.ToStringSerializer;
|
||||||
import com.fasterxml.jackson.datatype.jsr310.deser.LocalDateDeserializer;
|
import com.fasterxml.jackson.datatype.jsr310.deser.LocalDateDeserializer;
|
||||||
import com.fasterxml.jackson.datatype.jsr310.deser.LocalDateTimeDeserializer;
|
import com.fasterxml.jackson.datatype.jsr310.deser.LocalDateTimeDeserializer;
|
||||||
import com.fasterxml.jackson.datatype.jsr310.ser.LocalDateSerializer;
|
import com.fasterxml.jackson.datatype.jsr310.ser.LocalDateSerializer;
|
||||||
@@ -13,6 +14,8 @@ import org.springframework.context.annotation.Bean;
|
|||||||
import org.springframework.context.annotation.Configuration;
|
import org.springframework.context.annotation.Configuration;
|
||||||
import org.springframework.core.convert.converter.Converter;
|
import org.springframework.core.convert.converter.Converter;
|
||||||
|
|
||||||
|
import java.math.BigDecimal;
|
||||||
|
import java.math.BigInteger;
|
||||||
import java.time.LocalDate;
|
import java.time.LocalDate;
|
||||||
import java.time.LocalDateTime;
|
import java.time.LocalDateTime;
|
||||||
import java.time.format.DateTimeParseException;
|
import java.time.format.DateTimeParseException;
|
||||||
@@ -37,6 +40,9 @@ public class JsonConfig {
|
|||||||
builder.serializers(new LocalDateSerializer(DatePattern.NORM_DATE_FORMAT.getDateTimeFormatter()));
|
builder.serializers(new LocalDateSerializer(DatePattern.NORM_DATE_FORMAT.getDateTimeFormatter()));
|
||||||
builder.serializers(new LocalDateTimeSerializer(DatePattern.NORM_DATETIME_FORMAT.getDateTimeFormatter()));
|
builder.serializers(new LocalDateTimeSerializer(DatePattern.NORM_DATETIME_FORMAT.getDateTimeFormatter()));
|
||||||
builder.serializerByType(Long.class, LongJsonSerializer.INSTANCE);
|
builder.serializerByType(Long.class, LongJsonSerializer.INSTANCE);
|
||||||
|
builder.serializerByType(Long.TYPE, LongJsonSerializer.INSTANCE);
|
||||||
|
builder.serializerByType(BigInteger.class, ToStringSerializer.instance);
|
||||||
|
builder.serializerByType(BigDecimal.class, ToStringSerializer.instance);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -3,13 +3,13 @@ package net.lab1024.sa.base.config;
|
|||||||
import net.lab1024.sa.base.common.constant.StringConst;
|
import net.lab1024.sa.base.common.constant.StringConst;
|
||||||
import net.lab1024.sa.base.common.util.SmartRequestUtil;
|
import net.lab1024.sa.base.common.util.SmartRequestUtil;
|
||||||
import net.lab1024.sa.base.module.support.repeatsubmit.RepeatSubmitAspect;
|
import net.lab1024.sa.base.module.support.repeatsubmit.RepeatSubmitAspect;
|
||||||
import net.lab1024.sa.base.module.support.repeatsubmit.ticket.RepeatSubmitCaffeineTicket;
|
|
||||||
import net.lab1024.sa.base.module.support.repeatsubmit.ticket.RepeatSubmitRedisTicket;
|
import net.lab1024.sa.base.module.support.repeatsubmit.ticket.RepeatSubmitRedisTicket;
|
||||||
import org.springframework.context.annotation.Bean;
|
import org.springframework.context.annotation.Bean;
|
||||||
import org.springframework.context.annotation.Configuration;
|
import org.springframework.context.annotation.Configuration;
|
||||||
import org.springframework.data.redis.core.ValueOperations;
|
import org.springframework.data.redis.core.RedisTemplate;
|
||||||
|
|
||||||
import javax.annotation.Resource;
|
import javax.annotation.Resource;
|
||||||
|
import javax.servlet.http.HttpServletRequest;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 重复提交配置
|
* 重复提交配置
|
||||||
@@ -24,22 +24,22 @@ import javax.annotation.Resource;
|
|||||||
public class RepeatSubmitConfig {
|
public class RepeatSubmitConfig {
|
||||||
|
|
||||||
@Resource
|
@Resource
|
||||||
private ValueOperations<String, String> valueOperations;
|
private RedisTemplate<String, Object> redisTemplate;
|
||||||
|
|
||||||
@Bean
|
@Bean
|
||||||
public RepeatSubmitAspect repeatSubmitAspect() {
|
public RepeatSubmitAspect repeatSubmitAspect() {
|
||||||
RepeatSubmitRedisTicket caffeineTicket = new RepeatSubmitRedisTicket(valueOperations, this::ticket);
|
RepeatSubmitRedisTicket ticket = new RepeatSubmitRedisTicket(redisTemplate, this::ticket);
|
||||||
return new RepeatSubmitAspect(caffeineTicket);
|
return new RepeatSubmitAspect(ticket);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取指明某个用户的凭证
|
* 获取指明某个用户的凭证
|
||||||
*/
|
*/
|
||||||
private String ticket(String servletPath) {
|
private String ticket(HttpServletRequest request) {
|
||||||
Long userId = SmartRequestUtil.getRequestUserId();
|
Long userId = SmartRequestUtil.getRequestUserId();
|
||||||
if (null == userId) {
|
if (null == userId) {
|
||||||
return StringConst.EMPTY;
|
return StringConst.EMPTY;
|
||||||
}
|
}
|
||||||
return servletPath + "_" + userId;
|
return request.getServletPath() + "_" + userId;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,15 +6,10 @@ import lombok.extern.slf4j.Slf4j;
|
|||||||
import net.lab1024.sa.base.common.code.ErrorCodeRegister;
|
import net.lab1024.sa.base.common.code.ErrorCodeRegister;
|
||||||
import net.lab1024.sa.base.common.enumeration.SystemEnvironmentEnum;
|
import net.lab1024.sa.base.common.enumeration.SystemEnvironmentEnum;
|
||||||
import net.lab1024.sa.base.common.util.SmartEnumUtil;
|
import net.lab1024.sa.base.common.util.SmartEnumUtil;
|
||||||
import net.lab1024.sa.base.module.support.reload.ReloadCommand;
|
|
||||||
import net.lab1024.sa.base.module.support.reload.core.SmartReloadManager;
|
|
||||||
import org.springframework.beans.factory.annotation.Value;
|
import org.springframework.beans.factory.annotation.Value;
|
||||||
import org.springframework.beans.factory.support.DefaultListableBeanFactory;
|
|
||||||
import org.springframework.boot.web.context.WebServerApplicationContext;
|
import org.springframework.boot.web.context.WebServerApplicationContext;
|
||||||
import org.springframework.boot.web.context.WebServerInitializedEvent;
|
import org.springframework.boot.web.context.WebServerInitializedEvent;
|
||||||
import org.springframework.boot.web.server.WebServer;
|
|
||||||
import org.springframework.context.ApplicationListener;
|
import org.springframework.context.ApplicationListener;
|
||||||
import org.springframework.context.ConfigurableApplicationContext;
|
|
||||||
import org.springframework.core.annotation.Order;
|
import org.springframework.core.annotation.Order;
|
||||||
import org.springframework.core.env.Environment;
|
import org.springframework.core.env.Environment;
|
||||||
import org.springframework.stereotype.Component;
|
import org.springframework.stereotype.Component;
|
||||||
|
|||||||
@@ -3,9 +3,9 @@ package net.lab1024.sa.base.module.support.captcha;
|
|||||||
import cn.hutool.captcha.CaptchaUtil;
|
import cn.hutool.captcha.CaptchaUtil;
|
||||||
import cn.hutool.captcha.LineCaptcha;
|
import cn.hutool.captcha.LineCaptcha;
|
||||||
import cn.hutool.core.img.ImgUtil;
|
import cn.hutool.core.img.ImgUtil;
|
||||||
|
import cn.hutool.core.util.IdUtil;
|
||||||
import cn.hutool.core.util.RandomUtil;
|
import cn.hutool.core.util.RandomUtil;
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
import net.lab1024.sa.base.common.constant.StringConst;
|
|
||||||
import net.lab1024.sa.base.common.domain.ResponseDTO;
|
import net.lab1024.sa.base.common.domain.ResponseDTO;
|
||||||
import net.lab1024.sa.base.common.domain.SystemEnvironment;
|
import net.lab1024.sa.base.common.domain.SystemEnvironment;
|
||||||
import net.lab1024.sa.base.constant.RedisKeyConst;
|
import net.lab1024.sa.base.constant.RedisKeyConst;
|
||||||
@@ -18,7 +18,6 @@ import org.springframework.stereotype.Service;
|
|||||||
import javax.annotation.Resource;
|
import javax.annotation.Resource;
|
||||||
import java.awt.*;
|
import java.awt.*;
|
||||||
import java.util.Objects;
|
import java.util.Objects;
|
||||||
import java.util.UUID;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 图形验证码 服务
|
* 图形验证码 服务
|
||||||
@@ -70,7 +69,7 @@ public class CaptchaService {
|
|||||||
* 图片 base64格式
|
* 图片 base64格式
|
||||||
*/
|
*/
|
||||||
// uuid 唯一标识
|
// uuid 唯一标识
|
||||||
String uuid = UUID.randomUUID().toString().replace("-", StringConst.EMPTY);
|
String uuid = IdUtil.fastSimpleUUID();
|
||||||
|
|
||||||
CaptchaVO captchaVO = new CaptchaVO();
|
CaptchaVO captchaVO = new CaptchaVO();
|
||||||
captchaVO.setCaptchaUuid(uuid);
|
captchaVO.setCaptchaUuid(uuid);
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ import java.util.Optional;
|
|||||||
@Service
|
@Service
|
||||||
public class CodeGeneratorService {
|
public class CodeGeneratorService {
|
||||||
|
|
||||||
private static final String COLUMN_NULLABLE_IDENTIFY = "NO";
|
private static final String COLUMN_NO_NULLABLE_IDENTIFY = "NO";
|
||||||
|
|
||||||
private static final String COLUMN_PRIMARY_KEY = "PRI";
|
private static final String COLUMN_PRIMARY_KEY = "PRI";
|
||||||
|
|
||||||
@@ -65,7 +65,7 @@ public class CodeGeneratorService {
|
|||||||
public List<TableColumnVO> getTableColumns(String tableName) {
|
public List<TableColumnVO> getTableColumns(String tableName) {
|
||||||
List<TableColumnVO> tableColumns = codeGeneratorDao.selectTableColumn(tableName);
|
List<TableColumnVO> tableColumns = codeGeneratorDao.selectTableColumn(tableName);
|
||||||
for (TableColumnVO tableColumn : tableColumns) {
|
for (TableColumnVO tableColumn : tableColumns) {
|
||||||
tableColumn.setNullableFlag(!COLUMN_NULLABLE_IDENTIFY.equalsIgnoreCase(tableColumn.getIsNullable()));
|
tableColumn.setNullableFlag(!COLUMN_NO_NULLABLE_IDENTIFY.equalsIgnoreCase(tableColumn.getIsNullable()));
|
||||||
tableColumn.setPrimaryKeyFlag(COLUMN_PRIMARY_KEY.equalsIgnoreCase(tableColumn.getColumnKey()));
|
tableColumn.setPrimaryKeyFlag(COLUMN_PRIMARY_KEY.equalsIgnoreCase(tableColumn.getColumnKey()));
|
||||||
tableColumn.setAutoIncreaseFlag(SmartStringUtil.isNotEmpty(tableColumn.getExtra()) && COLUMN_AUTO_INCREASE.equalsIgnoreCase(tableColumn.getExtra()));
|
tableColumn.setAutoIncreaseFlag(SmartStringUtil.isNotEmpty(tableColumn.getExtra()) && COLUMN_AUTO_INCREASE.equalsIgnoreCase(tableColumn.getExtra()));
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ import cn.hutool.core.bean.BeanUtil;
|
|||||||
import cn.hutool.core.date.DateUtil;
|
import cn.hutool.core.date.DateUtil;
|
||||||
import cn.hutool.core.io.FileUtil;
|
import cn.hutool.core.io.FileUtil;
|
||||||
import cn.hutool.core.io.IORuntimeException;
|
import cn.hutool.core.io.IORuntimeException;
|
||||||
|
import cn.hutool.core.util.IdUtil;
|
||||||
import cn.hutool.core.util.ZipUtil;
|
import cn.hutool.core.util.ZipUtil;
|
||||||
import com.alibaba.fastjson.JSON;
|
import com.alibaba.fastjson.JSON;
|
||||||
import com.alibaba.fastjson.JSONArray;
|
import com.alibaba.fastjson.JSONArray;
|
||||||
@@ -82,7 +83,7 @@ public class CodeGeneratorTemplateService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void zipGeneratedFiles(OutputStream outputStream, String tableName, CodeGeneratorConfigEntity codeGeneratorConfigEntity) {
|
public void zipGeneratedFiles(OutputStream outputStream, String tableName, CodeGeneratorConfigEntity codeGeneratorConfigEntity) {
|
||||||
String uuid = UUID.randomUUID().toString();
|
String uuid = IdUtil.fastSimpleUUID();
|
||||||
File dir = new File(uuid);
|
File dir = new File(uuid);
|
||||||
|
|
||||||
// 1、生产文件
|
// 1、生产文件
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ import net.lab1024.sa.base.module.support.codegenerator.domain.form.CodeGenerato
|
|||||||
import net.lab1024.sa.base.module.support.codegenerator.domain.model.CodeField;
|
import net.lab1024.sa.base.module.support.codegenerator.domain.model.CodeField;
|
||||||
import net.lab1024.sa.base.module.support.codegenerator.domain.model.CodeQueryField;
|
import net.lab1024.sa.base.module.support.codegenerator.domain.model.CodeQueryField;
|
||||||
import net.lab1024.sa.base.module.support.codegenerator.service.variable.CodeGenerateBaseVariableService;
|
import net.lab1024.sa.base.module.support.codegenerator.service.variable.CodeGenerateBaseVariableService;
|
||||||
import org.apache.commons.collections4.CollectionUtils;
|
|
||||||
import org.apache.commons.lang3.tuple.ImmutablePair;
|
import org.apache.commons.lang3.tuple.ImmutablePair;
|
||||||
|
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ public class DictDataVO implements Serializable {
|
|||||||
private String dictName;
|
private String dictName;
|
||||||
|
|
||||||
@Schema(description = "字典禁用状态")
|
@Schema(description = "字典禁用状态")
|
||||||
private Integer dictDisabledFlag;
|
private Boolean dictDisabledFlag;
|
||||||
|
|
||||||
@Schema(description = "字典项值")
|
@Schema(description = "字典项值")
|
||||||
private String dataValue;
|
private String dataValue;
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ public class DictVO {
|
|||||||
private String remark;
|
private String remark;
|
||||||
|
|
||||||
@Schema(description = "禁用状态")
|
@Schema(description = "禁用状态")
|
||||||
private Integer disabledFlag;
|
private Boolean disabledFlag;
|
||||||
|
|
||||||
@Schema(description = "创建时间")
|
@Schema(description = "创建时间")
|
||||||
private LocalDateTime createTime;
|
private LocalDateTime createTime;
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ import net.lab1024.sa.base.module.support.file.domain.form.FileQueryForm;
|
|||||||
import net.lab1024.sa.base.module.support.file.domain.vo.FileDownloadVO;
|
import net.lab1024.sa.base.module.support.file.domain.vo.FileDownloadVO;
|
||||||
import net.lab1024.sa.base.module.support.file.domain.vo.FileUploadVO;
|
import net.lab1024.sa.base.module.support.file.domain.vo.FileUploadVO;
|
||||||
import net.lab1024.sa.base.module.support.file.domain.vo.FileVO;
|
import net.lab1024.sa.base.module.support.file.domain.vo.FileVO;
|
||||||
import net.lab1024.sa.base.module.support.redis.RedisService;
|
|
||||||
import net.lab1024.sa.base.module.support.securityprotect.service.SecurityFileService;
|
import net.lab1024.sa.base.module.support.securityprotect.service.SecurityFileService;
|
||||||
import org.apache.commons.collections4.CollectionUtils;
|
import org.apache.commons.collections4.CollectionUtils;
|
||||||
import org.apache.commons.lang3.StringUtils;
|
import org.apache.commons.lang3.StringUtils;
|
||||||
@@ -55,9 +54,6 @@ public class FileService {
|
|||||||
@Resource
|
@Resource
|
||||||
private FileDao fileDao;
|
private FileDao fileDao;
|
||||||
|
|
||||||
@Resource
|
|
||||||
private RedisService redisService;
|
|
||||||
|
|
||||||
@Resource
|
@Resource
|
||||||
private SecurityFileService securityFileService;
|
private SecurityFileService securityFileService;
|
||||||
|
|
||||||
|
|||||||
@@ -2,10 +2,7 @@ package net.lab1024.sa.base.module.support.file.service;
|
|||||||
|
|
||||||
import cn.hutool.core.date.DatePattern;
|
import cn.hutool.core.date.DatePattern;
|
||||||
import cn.hutool.core.date.LocalDateTimeUtil;
|
import cn.hutool.core.date.LocalDateTimeUtil;
|
||||||
import com.amazonaws.services.s3.AmazonS3;
|
import cn.hutool.core.util.IdUtil;
|
||||||
import com.amazonaws.services.s3.model.CannedAccessControlList;
|
|
||||||
import com.amazonaws.services.s3.model.ObjectMetadata;
|
|
||||||
import com.amazonaws.services.s3.model.S3Object;
|
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
import net.lab1024.sa.base.common.code.SystemErrorCode;
|
import net.lab1024.sa.base.common.code.SystemErrorCode;
|
||||||
import net.lab1024.sa.base.common.domain.ResponseDTO;
|
import net.lab1024.sa.base.common.domain.ResponseDTO;
|
||||||
@@ -21,22 +18,29 @@ import net.lab1024.sa.base.module.support.file.domain.vo.FileVO;
|
|||||||
import net.lab1024.sa.base.module.support.redis.RedisService;
|
import net.lab1024.sa.base.module.support.redis.RedisService;
|
||||||
import org.apache.commons.collections4.MapUtils;
|
import org.apache.commons.collections4.MapUtils;
|
||||||
import org.apache.commons.io.FilenameUtils;
|
import org.apache.commons.io.FilenameUtils;
|
||||||
|
import org.apache.commons.io.IOUtils;
|
||||||
import org.apache.commons.lang3.StringUtils;
|
import org.apache.commons.lang3.StringUtils;
|
||||||
import org.springframework.util.FileCopyUtils;
|
|
||||||
import org.springframework.web.multipart.MultipartFile;
|
import org.springframework.web.multipart.MultipartFile;
|
||||||
|
import software.amazon.awssdk.core.ResponseBytes;
|
||||||
|
import software.amazon.awssdk.core.sync.RequestBody;
|
||||||
|
import software.amazon.awssdk.core.sync.ResponseTransformer;
|
||||||
|
import software.amazon.awssdk.regions.Region;
|
||||||
|
import software.amazon.awssdk.services.s3.S3Client;
|
||||||
|
import software.amazon.awssdk.services.s3.model.*;
|
||||||
|
import software.amazon.awssdk.services.s3.presigner.S3Presigner;
|
||||||
|
import software.amazon.awssdk.services.s3.presigner.model.GetObjectPresignRequest;
|
||||||
|
import software.amazon.awssdk.services.s3.presigner.model.PresignedGetObjectRequest;
|
||||||
|
|
||||||
import javax.annotation.Resource;
|
import javax.annotation.Resource;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.io.InputStream;
|
import java.io.InputStream;
|
||||||
import java.io.UnsupportedEncodingException;
|
import java.io.UnsupportedEncodingException;
|
||||||
import java.net.URL;
|
|
||||||
import java.net.URLEncoder;
|
import java.net.URLEncoder;
|
||||||
import java.nio.charset.StandardCharsets;
|
import java.nio.charset.StandardCharsets;
|
||||||
|
import java.time.Duration;
|
||||||
import java.time.LocalDateTime;
|
import java.time.LocalDateTime;
|
||||||
import java.util.Date;
|
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.UUID;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 云计算 实现
|
* 云计算 实现
|
||||||
@@ -45,7 +49,7 @@ import java.util.UUID;
|
|||||||
* @Date 2019年10月11日 15:34:47
|
* @Date 2019年10月11日 15:34:47
|
||||||
* @Wechat zhuoda1024
|
* @Wechat zhuoda1024
|
||||||
* @Email lab1024@163.com
|
* @Email lab1024@163.com
|
||||||
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
||||||
*/
|
*/
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class FileStorageCloudServiceImpl implements IFileStorageService {
|
public class FileStorageCloudServiceImpl implements IFileStorageService {
|
||||||
@@ -66,7 +70,7 @@ public class FileStorageCloudServiceImpl implements IFileStorageService {
|
|||||||
private static final String USER_METADATA_FILE_SIZE = "file-size";
|
private static final String USER_METADATA_FILE_SIZE = "file-size";
|
||||||
|
|
||||||
@Resource
|
@Resource
|
||||||
private AmazonS3 amazonS3;
|
private S3Client s3Client;
|
||||||
|
|
||||||
@Resource
|
@Resource
|
||||||
private FileConfig cloudConfig;
|
private FileConfig cloudConfig;
|
||||||
@@ -86,44 +90,51 @@ public class FileStorageCloudServiceImpl implements IFileStorageService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
String fileType = FilenameUtils.getExtension(originalFileName);
|
String fileType = FilenameUtils.getExtension(originalFileName);
|
||||||
String uuid = UUID.randomUUID().toString().replaceAll("-", "");
|
String uuid = IdUtil.fastSimpleUUID();
|
||||||
String time = LocalDateTimeUtil.format(LocalDateTime.now(), DatePattern.PURE_DATETIME_FORMATTER);
|
String time = LocalDateTimeUtil.format(LocalDateTime.now(), DatePattern.PURE_DATETIME_FORMATTER);
|
||||||
String fileKey = path + uuid + "_" + time+ "." + fileType;
|
String fileKey = path + uuid + "_" + time + "." + fileType;
|
||||||
|
|
||||||
// 文件名称 URL 编码
|
// 文件名称 URL 编码
|
||||||
String urlEncoderFilename;
|
String urlEncoderFilename;
|
||||||
try {
|
try {
|
||||||
urlEncoderFilename = URLEncoder.encode(originalFileName, StandardCharsets.UTF_8.name());
|
urlEncoderFilename = URLEncoder.encode(originalFileName, "utf-8");
|
||||||
} catch (UnsupportedEncodingException e) {
|
} catch (UnsupportedEncodingException e) {
|
||||||
log.error("文件上传服务URL ENCODE-发生异常:", e);
|
throw new RuntimeException(e);
|
||||||
return ResponseDTO.error(SystemErrorCode.SYSTEM_ERROR, "上传失败");
|
|
||||||
}
|
}
|
||||||
ObjectMetadata meta = new ObjectMetadata();
|
|
||||||
meta.setContentEncoding(StandardCharsets.UTF_8.name());
|
|
||||||
meta.setContentDisposition("attachment;filename=" + urlEncoderFilename);
|
|
||||||
Map<String, String> userMetadata = new HashMap<>(10);
|
Map<String, String> userMetadata = new HashMap<>(10);
|
||||||
userMetadata.put(USER_METADATA_FILE_NAME, urlEncoderFilename);
|
userMetadata.put(USER_METADATA_FILE_NAME, urlEncoderFilename);
|
||||||
userMetadata.put(USER_METADATA_FILE_FORMAT, fileType);
|
userMetadata.put(USER_METADATA_FILE_FORMAT, fileType);
|
||||||
userMetadata.put(USER_METADATA_FILE_SIZE, String.valueOf(file.getSize()));
|
userMetadata.put(USER_METADATA_FILE_SIZE, String.valueOf(file.getSize()));
|
||||||
meta.setUserMetadata(userMetadata);
|
|
||||||
meta.setContentLength(file.getSize());
|
// 根据文件路径获取并设置访问权限
|
||||||
meta.setContentType(this.getContentType(fileType));
|
ObjectCannedACL acl = this.getACL(path);
|
||||||
|
PutObjectRequest putObjectRequest = PutObjectRequest.builder()
|
||||||
|
.bucket(cloudConfig.getBucketName())
|
||||||
|
.key(fileKey)
|
||||||
|
.metadata(userMetadata)
|
||||||
|
.contentLength(file.getSize())
|
||||||
|
.contentType(this.getContentType(fileType))
|
||||||
|
.contentEncoding(StandardCharsets.UTF_8.name())
|
||||||
|
.contentDisposition("attachment;filename=" + urlEncoderFilename)
|
||||||
|
.acl(acl)
|
||||||
|
.build();
|
||||||
|
InputStream inputStream = null;
|
||||||
try {
|
try {
|
||||||
amazonS3.putObject(cloudConfig.getBucketName(), fileKey, file.getInputStream(), meta);
|
inputStream = file.getInputStream();
|
||||||
|
s3Client.putObject(putObjectRequest, RequestBody.fromInputStream(inputStream, file.getSize()));
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
log.error("文件上传-发生异常:", e);
|
log.error("文件上传-发生异常:", e);
|
||||||
return ResponseDTO.error(SystemErrorCode.SYSTEM_ERROR, "上传失败");
|
return ResponseDTO.error(SystemErrorCode.SYSTEM_ERROR, "上传失败");
|
||||||
|
} finally {
|
||||||
|
IOUtils.closeQuietly(inputStream);
|
||||||
}
|
}
|
||||||
// 根据文件路径获取并设置访问权限
|
|
||||||
CannedAccessControlList acl = this.getACL(path);
|
|
||||||
amazonS3.setObjectAcl(cloudConfig.getBucketName(), fileKey, acl);
|
|
||||||
// 返回上传结果
|
// 返回上传结果
|
||||||
FileUploadVO uploadVO = new FileUploadVO();
|
FileUploadVO uploadVO = new FileUploadVO();
|
||||||
uploadVO.setFileName(originalFileName);
|
uploadVO.setFileName(originalFileName);
|
||||||
uploadVO.setFileType(fileType);
|
uploadVO.setFileType(fileType);
|
||||||
// 根据 访问权限 返回不同的 URL
|
// 根据 访问权限 返回不同的 URL
|
||||||
String url = cloudConfig.getUrlPrefix() + fileKey;
|
String url = cloudConfig.getUrlPrefix() + fileKey;
|
||||||
if (CannedAccessControlList.Private.equals(acl)) {
|
if (ObjectCannedACL.PRIVATE.equals(acl)) {
|
||||||
// 获取临时访问的URL
|
// 获取临时访问的URL
|
||||||
url = this.getFileUrl(fileKey).getData();
|
url = this.getFileUrl(fileKey).getData();
|
||||||
}
|
}
|
||||||
@@ -136,8 +147,8 @@ public class FileStorageCloudServiceImpl implements IFileStorageService {
|
|||||||
/**
|
/**
|
||||||
* 获取文件url
|
* 获取文件url
|
||||||
*
|
*
|
||||||
* @param fileKey
|
* @param fileKey 文件key
|
||||||
* @return
|
* @return url
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public ResponseDTO<String> getFileUrl(String fileKey) {
|
public ResponseDTO<String> getFileUrl(String fileKey) {
|
||||||
@@ -159,10 +170,14 @@ public class FileStorageCloudServiceImpl implements IFileStorageService {
|
|||||||
if (fileVO == null) {
|
if (fileVO == null) {
|
||||||
return ResponseDTO.userErrorParam("文件不存在");
|
return ResponseDTO.userErrorParam("文件不存在");
|
||||||
}
|
}
|
||||||
|
GetObjectRequest getUrlRequest = GetObjectRequest.builder().bucket(cloudConfig.getBucketName()).key(fileKey).build();
|
||||||
|
GetObjectPresignRequest getObjectPresignRequest = GetObjectPresignRequest.builder().signatureDuration(Duration.ofSeconds(cloudConfig.getPrivateUrlExpireSeconds())).getObjectRequest(getUrlRequest).build();
|
||||||
|
|
||||||
Date expiration = new Date(System.currentTimeMillis() + cloudConfig.getPrivateUrlExpireSeconds() * 1000L);
|
S3Presigner presigner = S3Presigner.builder().region(Region.of(cloudConfig.getRegion())).build();
|
||||||
URL url = amazonS3.generatePresignedUrl(cloudConfig.getBucketName(), fileKey, expiration);
|
|
||||||
fileVO.setFileUrl(url.toString());
|
PresignedGetObjectRequest presignedGetObjectRequest = presigner.presignGetObject(getObjectPresignRequest);
|
||||||
|
String url = presignedGetObjectRequest.url().toString();
|
||||||
|
fileVO.setFileUrl(url);
|
||||||
redisService.set(fileRedisKey, fileVO, cloudConfig.getPrivateUrlExpireSeconds() - 5);
|
redisService.set(fileRedisKey, fileVO, cloudConfig.getPrivateUrlExpireSeconds() - 5);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -175,11 +190,11 @@ public class FileStorageCloudServiceImpl implements IFileStorageService {
|
|||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public ResponseDTO<FileDownloadVO> download(String key) {
|
public ResponseDTO<FileDownloadVO> download(String key) {
|
||||||
//获取oss对象
|
|
||||||
S3Object s3Object = amazonS3.getObject(cloudConfig.getBucketName(), key);
|
|
||||||
// 获取文件 meta
|
// 获取文件 meta
|
||||||
ObjectMetadata metadata = s3Object.getObjectMetadata();
|
HeadObjectRequest objectRequest = HeadObjectRequest.builder().bucket(this.cloudConfig.getBucketName()).key(key).build();
|
||||||
Map<String, String> userMetadata = metadata.getUserMetadata();
|
HeadObjectResponse headObjectResponse = s3Client.headObject(objectRequest);
|
||||||
|
Map<String, String> userMetadata = headObjectResponse.metadata();
|
||||||
FileMetadataVO metadataDTO = null;
|
FileMetadataVO metadataDTO = null;
|
||||||
if (MapUtils.isNotEmpty(userMetadata)) {
|
if (MapUtils.isNotEmpty(userMetadata)) {
|
||||||
metadataDTO = new FileMetadataVO();
|
metadataDTO = new FileMetadataVO();
|
||||||
@@ -190,43 +205,31 @@ public class FileStorageCloudServiceImpl implements IFileStorageService {
|
|||||||
metadataDTO.setFileSize(fileSize);
|
metadataDTO.setFileSize(fileSize);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 获得输入流
|
//获取oss对象
|
||||||
InputStream objectContent = s3Object.getObjectContent();
|
GetObjectRequest getObjectRequest = GetObjectRequest.builder().bucket(cloudConfig.getBucketName()).key(key).build();
|
||||||
try {
|
ResponseBytes<GetObjectResponse> s3ClientObject = s3Client.getObject(getObjectRequest, ResponseTransformer.toBytes());
|
||||||
// 输入流转换为字节流
|
|
||||||
byte[] buffer = FileCopyUtils.copyToByteArray(objectContent);
|
|
||||||
|
|
||||||
FileDownloadVO fileDownloadVO = new FileDownloadVO();
|
// 输入流转换为字节流
|
||||||
fileDownloadVO.setData(buffer);
|
byte[] buffer = s3ClientObject.asByteArray();
|
||||||
fileDownloadVO.setMetadata(metadataDTO);
|
FileDownloadVO fileDownloadVO = new FileDownloadVO();
|
||||||
return ResponseDTO.ok(fileDownloadVO);
|
fileDownloadVO.setData(buffer);
|
||||||
} catch (IOException e) {
|
fileDownloadVO.setMetadata(metadataDTO);
|
||||||
log.error("文件下载-发生异常:", e);
|
return ResponseDTO.ok(fileDownloadVO);
|
||||||
return ResponseDTO.error(SystemErrorCode.SYSTEM_ERROR, "下载失败");
|
|
||||||
} finally {
|
|
||||||
try {
|
|
||||||
// 关闭输入流
|
|
||||||
objectContent.close();
|
|
||||||
s3Object.close();
|
|
||||||
} catch (IOException e) {
|
|
||||||
log.error("文件下载-发生异常:", e);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 根据文件夹路径 返回对应的访问权限
|
* 根据文件夹路径 返回对应的访问权限
|
||||||
*
|
*
|
||||||
* @param fileKey
|
* @param fileKey 文件key
|
||||||
* @return
|
* @return 权限
|
||||||
*/
|
*/
|
||||||
private CannedAccessControlList getACL(String fileKey) {
|
private ObjectCannedACL getACL(String fileKey) {
|
||||||
// 公用读
|
// 公用读
|
||||||
if (fileKey.contains(FileFolderTypeEnum.FOLDER_PUBLIC)) {
|
if (fileKey.contains(FileFolderTypeEnum.FOLDER_PUBLIC)) {
|
||||||
return CannedAccessControlList.PublicRead;
|
return ObjectCannedACL.PUBLIC_READ;
|
||||||
}
|
}
|
||||||
// 其他默认私有读写
|
// 其他默认私有读写
|
||||||
return CannedAccessControlList.Private;
|
return ObjectCannedACL.PRIVATE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -235,11 +238,11 @@ public class FileStorageCloudServiceImpl implements IFileStorageService {
|
|||||||
* ps:不能删除fileKey不为空的文件夹
|
* ps:不能删除fileKey不为空的文件夹
|
||||||
*
|
*
|
||||||
* @param fileKey 文件or文件夹
|
* @param fileKey 文件or文件夹
|
||||||
* @return
|
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public ResponseDTO<String> delete(String fileKey) {
|
public ResponseDTO<String> delete(String fileKey) {
|
||||||
amazonS3.deleteObject(cloudConfig.getBucketName(), fileKey);
|
DeleteObjectRequest deleteObjectRequest = DeleteObjectRequest.builder().bucket(cloudConfig.getBucketName()).key(fileKey).build();
|
||||||
|
s3Client.deleteObject(deleteObjectRequest);
|
||||||
return ResponseDTO.ok();
|
return ResponseDTO.ok();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ import org.springframework.web.multipart.MultipartFile;
|
|||||||
|
|
||||||
import javax.annotation.PostConstruct;
|
import javax.annotation.PostConstruct;
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.io.FileInputStream;
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.io.InputStream;
|
import java.io.InputStream;
|
||||||
import java.nio.file.Files;
|
import java.nio.file.Files;
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ import net.lab1024.sa.base.module.support.helpdoc.domain.form.HelpDocUpdateForm;
|
|||||||
import net.lab1024.sa.base.module.support.helpdoc.domain.vo.HelpDocDetailVO;
|
import net.lab1024.sa.base.module.support.helpdoc.domain.vo.HelpDocDetailVO;
|
||||||
import net.lab1024.sa.base.module.support.helpdoc.domain.vo.HelpDocVO;
|
import net.lab1024.sa.base.module.support.helpdoc.domain.vo.HelpDocVO;
|
||||||
import net.lab1024.sa.base.module.support.helpdoc.manager.HelpDocManager;
|
import net.lab1024.sa.base.module.support.helpdoc.manager.HelpDocManager;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
import org.springframework.transaction.annotation.Transactional;
|
import org.springframework.transaction.annotation.Transactional;
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
package net.lab1024.sa.base.module.support.mail;
|
package net.lab1024.sa.base.module.support.mail;
|
||||||
|
|
||||||
|
|
||||||
import cn.hutool.core.lang.UUID;
|
import cn.hutool.core.util.IdUtil;
|
||||||
import freemarker.cache.StringTemplateLoader;
|
import freemarker.cache.StringTemplateLoader;
|
||||||
import freemarker.template.Configuration;
|
import freemarker.template.Configuration;
|
||||||
import freemarker.template.Template;
|
import freemarker.template.Template;
|
||||||
@@ -16,7 +16,6 @@ import org.apache.commons.lang3.StringUtils;
|
|||||||
import org.apache.commons.text.StringSubstitutor;
|
import org.apache.commons.text.StringSubstitutor;
|
||||||
import org.jsoup.Jsoup;
|
import org.jsoup.Jsoup;
|
||||||
import org.jsoup.nodes.Document;
|
import org.jsoup.nodes.Document;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
|
||||||
import org.springframework.beans.factory.annotation.Value;
|
import org.springframework.beans.factory.annotation.Value;
|
||||||
import org.springframework.mail.javamail.JavaMailSender;
|
import org.springframework.mail.javamail.JavaMailSender;
|
||||||
import org.springframework.mail.javamail.MimeMessageHelper;
|
import org.springframework.mail.javamail.MimeMessageHelper;
|
||||||
@@ -163,7 +162,7 @@ public class MailService {
|
|||||||
private String freemarkerResolverContent(String htmlTemplate, Map<String, Object> templateParamsMap) {
|
private String freemarkerResolverContent(String htmlTemplate, Map<String, Object> templateParamsMap) {
|
||||||
Configuration configuration = new Configuration(Configuration.VERSION_2_3_23);
|
Configuration configuration = new Configuration(Configuration.VERSION_2_3_23);
|
||||||
StringTemplateLoader stringLoader = new StringTemplateLoader();
|
StringTemplateLoader stringLoader = new StringTemplateLoader();
|
||||||
String templateName = UUID.fastUUID().toString(true);
|
String templateName = IdUtil.fastSimpleUUID();
|
||||||
stringLoader.putTemplate(templateName, htmlTemplate);
|
stringLoader.putTemplate(templateName, htmlTemplate);
|
||||||
configuration.setTemplateLoader(stringLoader);
|
configuration.setTemplateLoader(stringLoader);
|
||||||
try {
|
try {
|
||||||
|
|||||||
@@ -3,11 +3,12 @@ package net.lab1024.sa.base.module.support.operatelog.core;
|
|||||||
import cn.hutool.core.util.StrUtil;
|
import cn.hutool.core.util.StrUtil;
|
||||||
import com.alibaba.fastjson.JSON;
|
import com.alibaba.fastjson.JSON;
|
||||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
|
||||||
import io.swagger.v3.oas.annotations.Operation;
|
import io.swagger.v3.oas.annotations.Operation;
|
||||||
|
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
import net.lab1024.sa.base.common.constant.StringConst;
|
import net.lab1024.sa.base.common.constant.StringConst;
|
||||||
import net.lab1024.sa.base.common.domain.RequestUser;
|
import net.lab1024.sa.base.common.domain.RequestUser;
|
||||||
|
import net.lab1024.sa.base.common.domain.ResponseDTO;
|
||||||
import net.lab1024.sa.base.common.util.SmartIpUtil;
|
import net.lab1024.sa.base.common.util.SmartIpUtil;
|
||||||
import net.lab1024.sa.base.common.util.SmartRequestUtil;
|
import net.lab1024.sa.base.common.util.SmartRequestUtil;
|
||||||
import net.lab1024.sa.base.module.support.operatelog.OperateLogDao;
|
import net.lab1024.sa.base.module.support.operatelog.OperateLogDao;
|
||||||
@@ -20,7 +21,6 @@ import org.aspectj.lang.annotation.AfterThrowing;
|
|||||||
import org.aspectj.lang.annotation.Aspect;
|
import org.aspectj.lang.annotation.Aspect;
|
||||||
import org.aspectj.lang.annotation.Pointcut;
|
import org.aspectj.lang.annotation.Pointcut;
|
||||||
import org.aspectj.lang.reflect.MethodSignature;
|
import org.aspectj.lang.reflect.MethodSignature;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
|
||||||
import org.springframework.boot.context.properties.bind.BindResult;
|
import org.springframework.boot.context.properties.bind.BindResult;
|
||||||
import org.springframework.context.ApplicationContext;
|
import org.springframework.context.ApplicationContext;
|
||||||
import org.springframework.core.annotation.AnnotationUtils;
|
import org.springframework.core.annotation.AnnotationUtils;
|
||||||
@@ -36,7 +36,6 @@ import javax.servlet.http.HttpServletResponse;
|
|||||||
import java.io.PrintWriter;
|
import java.io.PrintWriter;
|
||||||
import java.io.StringWriter;
|
import java.io.StringWriter;
|
||||||
import java.lang.reflect.Method;
|
import java.lang.reflect.Method;
|
||||||
import java.net.BindException;
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.concurrent.ThreadPoolExecutor;
|
import java.util.concurrent.ThreadPoolExecutor;
|
||||||
@@ -48,7 +47,7 @@ import java.util.concurrent.ThreadPoolExecutor;
|
|||||||
* @Date 2021-12-08 20:48:52
|
* @Date 2021-12-08 20:48:52
|
||||||
* @Wechat zhuoda1024
|
* @Wechat zhuoda1024
|
||||||
* @Email lab1024@163.com
|
* @Email lab1024@163.com
|
||||||
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
||||||
*/
|
*/
|
||||||
@Slf4j
|
@Slf4j
|
||||||
@Aspect
|
@Aspect
|
||||||
@@ -73,14 +72,14 @@ public abstract class OperateLogAspect {
|
|||||||
public void logPointCut() {
|
public void logPointCut() {
|
||||||
}
|
}
|
||||||
|
|
||||||
@AfterReturning(pointcut = "logPointCut()")
|
@AfterReturning(pointcut = "logPointCut()", returning = "responseDTO")
|
||||||
public void doAfterReturning(JoinPoint joinPoint) {
|
public void doAfterReturning(JoinPoint joinPoint, Object responseDTO) {
|
||||||
handleLog(joinPoint, null);
|
handleLog(joinPoint, null, responseDTO);
|
||||||
}
|
}
|
||||||
|
|
||||||
@AfterThrowing(value = "logPointCut()", throwing = "e")
|
@AfterThrowing(value = "logPointCut()", throwing = "e")
|
||||||
public void doAfterThrowing(JoinPoint joinPoint, Exception e) {
|
public void doAfterThrowing(JoinPoint joinPoint, Exception e) {
|
||||||
handleLog(joinPoint, e);
|
handleLog(joinPoint, e, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -111,16 +110,15 @@ public abstract class OperateLogAspect {
|
|||||||
taskExecutor.setWaitForTasksToCompleteOnShutdown(true);
|
taskExecutor.setWaitForTasksToCompleteOnShutdown(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void handleLog(final JoinPoint joinPoint, final Exception e) {
|
protected void handleLog(final JoinPoint joinPoint, final Exception e, Object responseDTO) {
|
||||||
try {
|
try {
|
||||||
OperateLog operateLog = this.getAnnotationLog(joinPoint);
|
OperateLog operateLog = this.getAnnotationLog(joinPoint);
|
||||||
if (operateLog == null) {
|
if (operateLog == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.submitLog(joinPoint, e);
|
this.submitLog(joinPoint, e, responseDTO);
|
||||||
} catch (Exception exp) {
|
} catch (Exception exp) {
|
||||||
log.error("保存操作日志异常:{}", exp.getMessage());
|
log.error("保存操作日志异常:{}", exp.getMessage());
|
||||||
exp.printStackTrace();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -175,11 +173,8 @@ public abstract class OperateLogAspect {
|
|||||||
/**
|
/**
|
||||||
* 提交存储操作日志
|
* 提交存储操作日志
|
||||||
*
|
*
|
||||||
* @param joinPoint
|
|
||||||
* @param e
|
|
||||||
* @throws Exception
|
|
||||||
*/
|
*/
|
||||||
private void submitLog(final JoinPoint joinPoint, final Throwable e) throws Exception {
|
private void submitLog(final JoinPoint joinPoint, final Throwable e, Object responseDTO) {
|
||||||
HttpServletRequest request = ((ServletRequestAttributes) RequestContextHolder.getRequestAttributes()).getRequest();
|
HttpServletRequest request = ((ServletRequestAttributes) RequestContextHolder.getRequestAttributes()).getRequest();
|
||||||
//设置用户信息
|
//设置用户信息
|
||||||
RequestUser user = SmartRequestUtil.getRequestUser();
|
RequestUser user = SmartRequestUtil.getRequestUser();
|
||||||
@@ -193,7 +188,7 @@ public abstract class OperateLogAspect {
|
|||||||
String methodName = joinPoint.getSignature().getName();
|
String methodName = joinPoint.getSignature().getName();
|
||||||
String operateMethod = className + "." + methodName;
|
String operateMethod = className + "." + methodName;
|
||||||
String failReason = null;
|
String failReason = null;
|
||||||
Boolean successFlag = true;
|
boolean successFlag = true;
|
||||||
if (e != null) {
|
if (e != null) {
|
||||||
successFlag = false;
|
successFlag = false;
|
||||||
failReason = getExceptionString(e);
|
failReason = getExceptionString(e);
|
||||||
@@ -212,15 +207,32 @@ public abstract class OperateLogAspect {
|
|||||||
.userAgent(user.getUserAgent())
|
.userAgent(user.getUserAgent())
|
||||||
.failReason(failReason)
|
.failReason(failReason)
|
||||||
.successFlag(successFlag).build();
|
.successFlag(successFlag).build();
|
||||||
|
|
||||||
Operation apiOperation = this.getApiOperation(joinPoint);
|
Operation apiOperation = this.getApiOperation(joinPoint);
|
||||||
if (apiOperation != null) {
|
if (apiOperation != null) {
|
||||||
operateLogEntity.setContent(apiOperation.summary());
|
operateLogEntity.setContent(apiOperation.summary());
|
||||||
}
|
}
|
||||||
|
|
||||||
Tag api = this.getApi(joinPoint);
|
Tag api = this.getApi(joinPoint);
|
||||||
if (api != null) {
|
if (api != null) {
|
||||||
String name = api.name();
|
String name = api.name();
|
||||||
operateLogEntity.setModule(StrUtil.join(",", name));
|
operateLogEntity.setModule(StrUtil.join(",", name));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 处理返回值 ResponseDTO
|
||||||
|
if(responseDTO instanceof ResponseDTO) {
|
||||||
|
ResponseDTO response = (ResponseDTO) responseDTO;
|
||||||
|
ResponseDTO logResponseDTO = new ResponseDTO(
|
||||||
|
response.getCode(),
|
||||||
|
response.getLevel(),
|
||||||
|
response.getOk(),
|
||||||
|
response.getMsg(),
|
||||||
|
null
|
||||||
|
);
|
||||||
|
logResponseDTO.setDataType(response.getDataType());
|
||||||
|
operateLogEntity.setResponse(JSON.toJSONString(logResponseDTO));
|
||||||
|
}
|
||||||
|
|
||||||
taskExecutor.execute(() -> {
|
taskExecutor.execute(() -> {
|
||||||
this.saveLog(operateLogEntity);
|
this.saveLog(operateLogEntity);
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -71,6 +71,11 @@ public class OperateLogEntity {
|
|||||||
*/
|
*/
|
||||||
private String param;
|
private String param;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 返回值
|
||||||
|
*/
|
||||||
|
private String response;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 客户ip
|
* 客户ip
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -47,6 +47,9 @@ public class OperateLogVO {
|
|||||||
@Schema(description = "请求参数")
|
@Schema(description = "请求参数")
|
||||||
private String param;
|
private String param;
|
||||||
|
|
||||||
|
@Schema(description = "返回值")
|
||||||
|
private String response;
|
||||||
|
|
||||||
@Schema(description = "客户ip")
|
@Schema(description = "客户ip")
|
||||||
private String ip;
|
private String ip;
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,145 @@
|
|||||||
|
package net.lab1024.sa.base.module.support.redis;
|
||||||
|
|
||||||
|
import cn.hutool.core.util.StrUtil;
|
||||||
|
import lombok.extern.slf4j.Slf4j;
|
||||||
|
import org.springframework.boot.convert.DurationStyle;
|
||||||
|
import org.springframework.data.redis.cache.*;
|
||||||
|
|
||||||
|
import java.time.Duration;
|
||||||
|
|
||||||
|
import static net.lab1024.sa.base.common.constant.StringConst.COLON;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 自定义 RedisCacheManager,支持在 cacheName 中通过 '#' 指定 TTL(过期时间)。
|
||||||
|
*
|
||||||
|
* @Author CoderKK
|
||||||
|
* @Date 2025-08-15 13:01:01
|
||||||
|
* <p>
|
||||||
|
* 支持格式:{@code cacheName#ttl},其中 ttl 支持 Spring 的 Duration 格式。
|
||||||
|
* 特殊值:{@code -1} 表示永久缓存(永不过期)。
|
||||||
|
* </p>
|
||||||
|
*
|
||||||
|
* <h3>使用示例:</h3>
|
||||||
|
* <pre>
|
||||||
|
* // 10 秒后过期
|
||||||
|
* @Cacheable(value = "user#10s", key = "#id")
|
||||||
|
* // 2 小时后过期
|
||||||
|
* @Cacheable(value = "report#2h", key = "#date")
|
||||||
|
* // 30 分钟后过期
|
||||||
|
* @Cacheable(value = "session#30m", key = "#token")
|
||||||
|
* // 永不过期(永久缓存),适用于极少变化的配置数据
|
||||||
|
* @Cacheable(value = "appConfig#-1", key = "'globalSettings'")
|
||||||
|
* // 无 TTL,使用全局默认过期时间(如 7 天)
|
||||||
|
* @Cacheable(value = "product", key = "#productId")
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
* <h3>生成的 Redis Key 格式:</h3>
|
||||||
|
* <pre>
|
||||||
|
* cache:cacheName:key
|
||||||
|
* 例如:cache:user:123
|
||||||
|
* cache:appConfig:globalSettings
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
|
* <h3>支持的 TTL 单位:</h3>
|
||||||
|
* <ul>
|
||||||
|
* <li>{@code ms} / {@code millis} / {@code milliseconds} - 毫秒</li>
|
||||||
|
* <li>{@code s} / {@code secs} / {@code seconds} - 秒</li>
|
||||||
|
* <li>{@code m} / {@code mins} / {@code minutes} - 分钟</li>
|
||||||
|
* <li>{@code h} / {@code hrs} / {@code hours} - 小时</li>
|
||||||
|
* <li>{@code d} / {@code days} - 天</li>
|
||||||
|
* </ul>
|
||||||
|
*
|
||||||
|
* <h3>注意事项:</h3>
|
||||||
|
* <ul>
|
||||||
|
* <li>不写单位默认为毫秒</li>
|
||||||
|
* <li>永久缓存(#-1)不会自动过期,请配合 @CacheEvict 手动清理。</li>
|
||||||
|
* <li>避免对频繁更新的数据使用永久缓存,防止数据陈旧。</li>
|
||||||
|
* <li>cacheName 中的 '#' 只解析第一个,后续字符将作为 TTL 处理。</li>
|
||||||
|
* </ul>
|
||||||
|
*/
|
||||||
|
@Slf4j
|
||||||
|
public class CustomRedisCacheManager extends RedisCacheManager {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 缓存全局前缀
|
||||||
|
*/
|
||||||
|
private static final String CACHE_PREFIX = "cache";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 自定义 TTL 分隔符,用于在 cacheName 后附加过期时间
|
||||||
|
*/
|
||||||
|
private static final String CUSTOM_TTL_SEPARATOR = "#";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 默认缓存过期时间:7 天
|
||||||
|
*/
|
||||||
|
private static final Duration DEFAULT_TTL = Duration.ofDays(7);
|
||||||
|
|
||||||
|
public CustomRedisCacheManager(RedisCacheWriter cacheWriter, RedisCacheConfiguration defaultCacheConfiguration) {
|
||||||
|
super(cacheWriter, defaultCacheConfiguration);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建 RedisCache 实例,支持从 cacheName 解析 TTL
|
||||||
|
*
|
||||||
|
* @param name 缓存名称(支持 name#ttl 格式)
|
||||||
|
* @param cacheConfig 默认缓存配置
|
||||||
|
* @return RedisCache
|
||||||
|
*/
|
||||||
|
@Override
|
||||||
|
protected RedisCache createRedisCache(String name, RedisCacheConfiguration cacheConfig) {
|
||||||
|
Duration ttl = parseTtlFromCacheName(name);
|
||||||
|
if (ttl == null) {
|
||||||
|
ttl = DEFAULT_TTL;
|
||||||
|
}
|
||||||
|
|
||||||
|
CacheKeyPrefix keyPrefix = cacheName -> {
|
||||||
|
if (StrUtil.isBlank(cacheName)) {
|
||||||
|
return CACHE_PREFIX + COLON;
|
||||||
|
}
|
||||||
|
String[] parts = cacheName.split(CUSTOM_TTL_SEPARATOR, 2);
|
||||||
|
String cleanName = StrUtil.trim(parts[0]);
|
||||||
|
return CACHE_PREFIX + COLON + cleanName + COLON;
|
||||||
|
};
|
||||||
|
|
||||||
|
// 构建最终缓存配置:设置 key 前缀 + TTL
|
||||||
|
RedisCacheConfiguration config = cacheConfig.computePrefixWith(keyPrefix).entryTtl(ttl);
|
||||||
|
|
||||||
|
return super.createRedisCache(name, config);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 从 cacheName 中解析 TTL
|
||||||
|
*
|
||||||
|
* @param name 缓存名称,格式如:users#10m, products#2h, config#-1(永久)
|
||||||
|
* @return 解析出的 Duration若无效则返回 null;若为 -1,则返回 Duration.ofMillis(-1) 表示永久缓存
|
||||||
|
*/
|
||||||
|
private Duration parseTtlFromCacheName(String name) {
|
||||||
|
if (StrUtil.isBlank(name)) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
String[] parts = name.split(CUSTOM_TTL_SEPARATOR, 2);
|
||||||
|
if (parts.length < 2) {
|
||||||
|
return null; // 无 TTL 部分
|
||||||
|
}
|
||||||
|
|
||||||
|
String ttlStr = StrUtil.trim(parts[1]);
|
||||||
|
if (StrUtil.isBlank(ttlStr)) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
// 特殊处理:-1 表示永久缓存
|
||||||
|
if ("-1".equals(ttlStr)) {
|
||||||
|
return Duration.ofMillis(-1); // Spring Redis 中负数 Duration 表示永不过期
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
Duration ttl = DurationStyle.detectAndParse(ttlStr);
|
||||||
|
return ttl.getSeconds() > 0 ? ttl : null;
|
||||||
|
} catch (IllegalArgumentException e) {
|
||||||
|
log.error("解析缓存 TTL 失败,cacheName='{}', ttl='{}', 错误: {}", name, ttlStr, e);
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -13,13 +13,23 @@ import org.aspectj.lang.reflect.MethodSignature;
|
|||||||
import org.springframework.web.context.request.RequestContextHolder;
|
import org.springframework.web.context.request.RequestContextHolder;
|
||||||
import org.springframework.web.context.request.ServletRequestAttributes;
|
import org.springframework.web.context.request.ServletRequestAttributes;
|
||||||
|
|
||||||
|
import javax.servlet.http.HttpServletRequest;
|
||||||
import java.lang.reflect.Method;
|
import java.lang.reflect.Method;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 重复提交 aop切口
|
* 重复提交 aop切口 <br>
|
||||||
|
* -------------------------<br>
|
||||||
|
* 着重说明:<br>
|
||||||
|
* 注解属性 intervalMilliSecond 是指 一段时间内只允许有一次请求;<br>
|
||||||
|
* intervalMilliSecond = 0: 表示只有上个请求执行完以后才可以执行<br>
|
||||||
|
* intervalMilliSecond > 0: 表示指定时间内只才能执行,特别提醒<br>
|
||||||
|
* ------------------------<br>
|
||||||
|
* 特殊说明 intervalMilliSecond > 0 <br>
|
||||||
|
* 若假设 方法执行时间为 100ms,若 intervalMilliSecond = 50,则 同一时间内可能会有2个请求同时在执行!<br>
|
||||||
|
* 若假设 方法执行时间为 100ms,若 intervalMilliSecond = 200,则 同一时间内只能有1请求执行,且执行完后100ms,才会执行下一次请求<br>
|
||||||
*
|
*
|
||||||
* @Author 1024创新实验室: 胡克
|
* @Author 1024创新实验室-主任: 卓大
|
||||||
* @Date 2020-11-25 20:56:58
|
* @Date 2025-07-26 23:56:58
|
||||||
* @Wechat zhuoda1024
|
* @Wechat zhuoda1024
|
||||||
* @Email lab1024@163.com
|
* @Email lab1024@163.com
|
||||||
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
||||||
@@ -43,36 +53,46 @@ public class RepeatSubmitAspect {
|
|||||||
@Around("@annotation(net.lab1024.sa.base.module.support.repeatsubmit.annoation.RepeatSubmit)")
|
@Around("@annotation(net.lab1024.sa.base.module.support.repeatsubmit.annoation.RepeatSubmit)")
|
||||||
public Object around(ProceedingJoinPoint point) throws Throwable {
|
public Object around(ProceedingJoinPoint point) throws Throwable {
|
||||||
|
|
||||||
|
|
||||||
ServletRequestAttributes attributes = (ServletRequestAttributes) RequestContextHolder.getRequestAttributes();
|
ServletRequestAttributes attributes = (ServletRequestAttributes) RequestContextHolder.getRequestAttributes();
|
||||||
String ticketToken = attributes.getRequest().getServletPath();
|
if (attributes == null) {
|
||||||
String ticket = this.repeatSubmitTicket.getTicket(ticketToken);
|
return point.proceed();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 第一步:生成防重复提交的 ticket凭证
|
||||||
|
* ticket 是根据 Request对象 自定义 生成的,可以加入请求user相关属性作为生成要素
|
||||||
|
*/
|
||||||
|
|
||||||
|
HttpServletRequest request = attributes.getRequest();
|
||||||
|
String ticket = this.repeatSubmitTicket.generateTicket(request);
|
||||||
if (StringUtils.isEmpty(ticket)) {
|
if (StringUtils.isEmpty(ticket)) {
|
||||||
return point.proceed();
|
return point.proceed();
|
||||||
}
|
}
|
||||||
|
|
||||||
Method method = ((MethodSignature) point.getSignature()).getMethod();
|
Method method = ((MethodSignature) point.getSignature()).getMethod();
|
||||||
RepeatSubmit annotation = method.getAnnotation(RepeatSubmit.class);
|
RepeatSubmit annotation = method.getAnnotation(RepeatSubmit.class);
|
||||||
int limit = annotation.value();
|
Long intervalMilliSecond = (long) annotation.intervalMilliSecond();
|
||||||
|
|
||||||
// 获取上一次请求时间
|
/**
|
||||||
Long lastRequestTime = this.repeatSubmitTicket.getTicketTimestamp(ticket);
|
* 第二步:根据 ticket 凭证进行 加锁
|
||||||
// 校验是否限制时间内重复提交
|
* 能加锁,则可以执行
|
||||||
if (lastRequestTime != null && System.currentTimeMillis() < lastRequestTime + limit) {
|
* 若不能加锁,则证明还是时间间隔interval中
|
||||||
|
*/
|
||||||
|
|
||||||
|
boolean lockSuccessFlag = this.repeatSubmitTicket.tryLock(ticket, System.currentTimeMillis(), intervalMilliSecond);
|
||||||
|
if (!lockSuccessFlag) {
|
||||||
return ResponseDTO.error(UserErrorCode.REPEAT_SUBMIT);
|
return ResponseDTO.error(UserErrorCode.REPEAT_SUBMIT);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 执行
|
|
||||||
Object obj = null;
|
|
||||||
try {
|
try {
|
||||||
// 给 ticket 设置在执行中
|
return point.proceed();
|
||||||
this.repeatSubmitTicket.putTicket(ticket);
|
|
||||||
// 执行
|
|
||||||
obj = point.proceed();
|
|
||||||
} catch (Throwable throwable) {
|
} catch (Throwable throwable) {
|
||||||
log.error("", throwable);
|
log.error(throwable.getMessage(), throwable);
|
||||||
throw throwable;
|
throw throwable;
|
||||||
|
} finally {
|
||||||
|
this.repeatSubmitTicket.unLock(ticket, intervalMilliSecond);
|
||||||
}
|
}
|
||||||
return obj;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,10 +7,19 @@ import java.lang.annotation.Target;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 标记 需要防止重复提交 的注解<br>
|
* 标记 需要防止重复提交 的注解<br>
|
||||||
* 单位:毫秒
|
* 单位:毫秒<br>
|
||||||
|
* -------------------------<br>
|
||||||
|
* 着重说明:<br>
|
||||||
|
* 注解属性 intervalMilliSecond 是指 一段时间内只允许有一次请求;<br>
|
||||||
|
* intervalMilliSecond = 0: 表示只有上个请求执行完以后才可以执行<br>
|
||||||
|
* intervalMilliSecond > 0: 表示指定时间内只才能执行,特别提醒<br>
|
||||||
|
* ------------------------<br>
|
||||||
|
* 特殊说明 intervalMilliSecond > 0 <br>
|
||||||
|
* 若假设 方法执行时间为 100ms,若 intervalMilliSecond = 50,则 同一时间内可能会有2个请求同时在执行!<br>
|
||||||
|
* 若假设 方法执行时间为 100ms,若 intervalMilliSecond = 200,则 同一时间内只能有1请求执行,且执行完后100ms,才会执行下一次请求<br>
|
||||||
*
|
*
|
||||||
* @Author 1024创新实验室: 胡克
|
* @Author 1024创新实验室-主任: 卓大
|
||||||
* @Date 2020-11-25 20:56:58
|
* @Date 2025-07-26 20:56:58
|
||||||
* @Wechat zhuoda1024
|
* @Wechat zhuoda1024
|
||||||
* @Email lab1024@163.com
|
* @Email lab1024@163.com
|
||||||
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
||||||
@@ -20,8 +29,8 @@ import java.lang.annotation.Target;
|
|||||||
public @interface RepeatSubmit {
|
public @interface RepeatSubmit {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 重复提交间隔时间/毫秒
|
* 间隔时间/毫秒
|
||||||
*/
|
*/
|
||||||
int value() default 300;
|
int intervalMilliSecond() default 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,42 +1,42 @@
|
|||||||
package net.lab1024.sa.base.module.support.repeatsubmit.ticket;
|
package net.lab1024.sa.base.module.support.repeatsubmit.ticket;
|
||||||
|
|
||||||
|
import javax.servlet.http.HttpServletRequest;
|
||||||
import java.util.function.Function;
|
import java.util.function.Function;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 凭证(用于校验重复提交的东西)
|
* 凭证(用于校验重复提交的东西)
|
||||||
*
|
*
|
||||||
* @Author 1024创新实验室: 罗伊
|
* @Author 1024创新实验室-主任: 卓大
|
||||||
* @Date 2020-11-25 20:56:58
|
* @Date 2025-07-26 23:56:58
|
||||||
* @Wechat zhuoda1024
|
* @Wechat zhuoda1024
|
||||||
* @Email lab1024@163.com
|
* @Email lab1024@163.com
|
||||||
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
||||||
*/
|
*/
|
||||||
public abstract class AbstractRepeatSubmitTicket {
|
public abstract class AbstractRepeatSubmitTicket {
|
||||||
|
|
||||||
private final Function<String, String> ticketFunction;
|
private final Function<HttpServletRequest, String> generateTicketFunction;
|
||||||
|
|
||||||
|
|
||||||
public AbstractRepeatSubmitTicket(Function<String, String> ticketFunction) {
|
public AbstractRepeatSubmitTicket(Function<HttpServletRequest, String> generateTicketFunction) {
|
||||||
this.ticketFunction = ticketFunction;
|
this.generateTicketFunction = generateTicketFunction;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取凭证
|
* 生成 加锁的 凭证
|
||||||
*/
|
*/
|
||||||
public String getTicket(String ticketToken) {
|
public String generateTicket(HttpServletRequest request) {
|
||||||
return this.ticketFunction.apply(ticketToken);
|
return this.generateTicketFunction.apply(request);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取凭证 时间戳
|
* 加锁
|
||||||
*/
|
*/
|
||||||
public abstract Long getTicketTimestamp(String ticket);
|
public abstract boolean tryLock(String ticket, Long currentTimestamp, Long intervalMilliSecond);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 设置本次请求时间
|
* 移除锁
|
||||||
*/
|
*/
|
||||||
public abstract void putTicket(String ticket);
|
public abstract void unLock(String ticket, Long intervalMilliSecond);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,44 +0,0 @@
|
|||||||
package net.lab1024.sa.base.module.support.repeatsubmit.ticket;
|
|
||||||
|
|
||||||
import com.github.benmanes.caffeine.cache.Cache;
|
|
||||||
import com.github.benmanes.caffeine.cache.Caffeine;
|
|
||||||
|
|
||||||
import java.util.concurrent.TimeUnit;
|
|
||||||
import java.util.function.Function;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 凭证(内存实现)
|
|
||||||
*
|
|
||||||
* @Author 1024创新实验室: 罗伊
|
|
||||||
* @Date 2020-11-25 20:56:58
|
|
||||||
* @Wechat zhuoda1024
|
|
||||||
* @Email lab1024@163.com
|
|
||||||
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
|
||||||
*/
|
|
||||||
public class RepeatSubmitCaffeineTicket extends AbstractRepeatSubmitTicket {
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 限制缓存最大数量 超过后先放入的会自动移除
|
|
||||||
* 默认缓存时间
|
|
||||||
* 初始大小为:100万
|
|
||||||
*/
|
|
||||||
private static final Cache<String, Long> cache = Caffeine.newBuilder()
|
|
||||||
.maximumSize(100 * 10000)
|
|
||||||
.expireAfterWrite(300 * 1000L, TimeUnit.MILLISECONDS).build();
|
|
||||||
|
|
||||||
|
|
||||||
public RepeatSubmitCaffeineTicket(Function<String, String> ticketFunction) {
|
|
||||||
super(ticketFunction);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public Long getTicketTimestamp(String ticket) {
|
|
||||||
return cache.getIfPresent(ticket);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void putTicket(String ticket) {
|
|
||||||
cache.put(ticket, System.currentTimeMillis());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,60 @@
|
|||||||
|
package net.lab1024.sa.base.module.support.repeatsubmit.ticket;
|
||||||
|
|
||||||
|
import com.google.common.collect.Interner;
|
||||||
|
import com.google.common.collect.Interners;
|
||||||
|
import com.google.common.collect.Maps;
|
||||||
|
|
||||||
|
import javax.servlet.http.HttpServletRequest;
|
||||||
|
import java.util.concurrent.ConcurrentMap;
|
||||||
|
import java.util.function.Function;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 凭证(内存实现)
|
||||||
|
*
|
||||||
|
* @Author 1024创新实验室-主任: 卓大
|
||||||
|
* @Date 2025-07-26 23:56:58
|
||||||
|
* @Wechat zhuoda1024
|
||||||
|
* @Email lab1024@163.com
|
||||||
|
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
||||||
|
*/
|
||||||
|
public class RepeatSubmitMemoryTicket extends AbstractRepeatSubmitTicket {
|
||||||
|
|
||||||
|
private Interner<String> pool = Interners.newStrongInterner();
|
||||||
|
|
||||||
|
private ConcurrentMap<String, Long> ticketMap = Maps.newConcurrentMap();
|
||||||
|
|
||||||
|
public RepeatSubmitMemoryTicket(Function<HttpServletRequest, String> ticketFunction) {
|
||||||
|
super(ticketFunction);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean tryLock(String ticket, Long currentTimestamp, Long intervalMilliSecond) {
|
||||||
|
synchronized (pool.intern(ticket)) {
|
||||||
|
Long lastTime = ticketMap.putIfAbsent(ticket, currentTimestamp);
|
||||||
|
if (lastTime == null) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (intervalMilliSecond <= 0) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (currentTimestamp - lastTime < intervalMilliSecond) {
|
||||||
|
return false;
|
||||||
|
|
||||||
|
}
|
||||||
|
ticketMap.put(ticket, currentTimestamp);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void unLock(String ticket, Long intervalMilliSecond) {
|
||||||
|
if (intervalMilliSecond > 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
ticketMap.remove(ticket);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
@@ -1,38 +1,47 @@
|
|||||||
package net.lab1024.sa.base.module.support.repeatsubmit.ticket;
|
package net.lab1024.sa.base.module.support.repeatsubmit.ticket;
|
||||||
|
|
||||||
import org.springframework.data.redis.core.ValueOperations;
|
import org.springframework.data.redis.core.RedisTemplate;
|
||||||
|
|
||||||
|
import javax.servlet.http.HttpServletRequest;
|
||||||
|
import java.util.concurrent.TimeUnit;
|
||||||
import java.util.function.Function;
|
import java.util.function.Function;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 凭证(redis实现)
|
* 凭证(redis实现)
|
||||||
*
|
*
|
||||||
* @Author 1024创新实验室: 罗伊
|
* @Author 1024创新实验室-主任: 卓大
|
||||||
* @Date 2020-11-25 20:56:58
|
* @Date 2025-07-26 23:56:58
|
||||||
* @Wechat zhuoda1024
|
* @Wechat zhuoda1024
|
||||||
* @Email lab1024@163.com
|
* @Email lab1024@163.com
|
||||||
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
||||||
*/
|
*/
|
||||||
public class RepeatSubmitRedisTicket extends AbstractRepeatSubmitTicket {
|
public class RepeatSubmitRedisTicket extends AbstractRepeatSubmitTicket {
|
||||||
|
|
||||||
private final ValueOperations<String, String> redisValueOperations;
|
private final RedisTemplate<String, Object> redisTemplate;
|
||||||
|
|
||||||
public RepeatSubmitRedisTicket(ValueOperations<String, String> redisValueOperations,
|
public RepeatSubmitRedisTicket(RedisTemplate<String, Object> redisTemplate,
|
||||||
Function<String, String> ticketFunction) {
|
Function<HttpServletRequest, String> ticketFunction) {
|
||||||
super(ticketFunction);
|
super(ticketFunction);
|
||||||
this.redisValueOperations = redisValueOperations;
|
this.redisTemplate = redisTemplate;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Long getTicketTimestamp(String ticket) {
|
public boolean tryLock(String ticket, Long currentTimestamp, Long intervalMilliSecond) {
|
||||||
String ticketLastTime = redisValueOperations.get(ticket);
|
if (intervalMilliSecond > 0) {
|
||||||
return ticketLastTime == null ? null : Long.valueOf(ticketLastTime);
|
return Boolean.TRUE.equals(redisTemplate.opsForValue().setIfAbsent(ticket, String.valueOf(currentTimestamp), intervalMilliSecond, TimeUnit.MILLISECONDS));
|
||||||
|
} else {
|
||||||
|
return Boolean.TRUE.equals(redisTemplate.opsForValue().setIfAbsent(ticket, String.valueOf(currentTimestamp)));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void putTicket(String ticket) {
|
public void unLock(String ticket, Long intervalMilliSecond) {
|
||||||
redisValueOperations.getOperations().delete(ticket);
|
if (intervalMilliSecond > 0) {
|
||||||
this.getTicketTimestamp(ticket);
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
redisTemplate.delete(ticket);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ package net.lab1024.sa.base.module.support.securityprotect.service;
|
|||||||
|
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
import net.lab1024.sa.base.common.domain.ResponseDTO;
|
import net.lab1024.sa.base.common.domain.ResponseDTO;
|
||||||
|
import org.apache.commons.io.IOUtils;
|
||||||
import org.apache.tika.config.TikaConfig;
|
import org.apache.tika.config.TikaConfig;
|
||||||
import org.apache.tika.exception.TikaException;
|
import org.apache.tika.exception.TikaException;
|
||||||
import org.apache.tika.io.TikaInputStream;
|
import org.apache.tika.io.TikaInputStream;
|
||||||
@@ -14,6 +15,7 @@ import org.springframework.web.multipart.MultipartFile;
|
|||||||
|
|
||||||
import javax.annotation.Resource;
|
import javax.annotation.Resource;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
import java.io.InputStream;
|
||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
@@ -35,27 +37,9 @@ public class SecurityFileService {
|
|||||||
private Level3ProtectConfigService level3ProtectConfigService;
|
private Level3ProtectConfigService level3ProtectConfigService;
|
||||||
|
|
||||||
// 定义白名单MIME类型
|
// 定义白名单MIME类型
|
||||||
private static final List<String> ALLOWED_MIME_TYPES = Arrays.asList(
|
private static final List<String> ALLOWED_MIME_TYPES = Arrays.asList("application/json", "application/zip", "application/x-7z-compressed", "application/pdf", "application/vnd.ms-excel", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "application/vnd.ms-powerpoint", "application/vnd.openxmlformats-officedocument.presentationml.presentation", "application/msword", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "application/vnd.ms-works", "text/csv", "audio/*", "video/*",
|
||||||
"application/json",
|
|
||||||
"application/zip",
|
|
||||||
"application/x-7z-compressed",
|
|
||||||
"application/pdf",
|
|
||||||
"application/vnd.ms-excel",
|
|
||||||
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
|
||||||
"application/vnd.ms-powerpoint",
|
|
||||||
"application/vnd.openxmlformats-officedocument.presentationml.presentation",
|
|
||||||
"application/msword",
|
|
||||||
"application/vnd.openxmlformats-officedocument.wordprocessingml.document",
|
|
||||||
"application/vnd.ms-works",
|
|
||||||
"text/csv",
|
|
||||||
"audio/*",
|
|
||||||
"video/*",
|
|
||||||
// 图片类型 svg有安全隐患,所以不使用"image/*"
|
// 图片类型 svg有安全隐患,所以不使用"image/*"
|
||||||
"image/jpeg",
|
"image/jpeg", "image/png", "image/gif", "image/bmp");
|
||||||
"image/png",
|
|
||||||
"image/gif",
|
|
||||||
"image/bmp"
|
|
||||||
);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 检测文件安全类型
|
* 检测文件安全类型
|
||||||
@@ -73,8 +57,7 @@ public class SecurityFileService {
|
|||||||
// 文件类型安全检测
|
// 文件类型安全检测
|
||||||
if (level3ProtectConfigService.isFileDetectFlag()) {
|
if (level3ProtectConfigService.isFileDetectFlag()) {
|
||||||
String fileType = getFileMimeType(file);
|
String fileType = getFileMimeType(file);
|
||||||
if (ALLOWED_MIME_TYPES.stream()
|
if (ALLOWED_MIME_TYPES.stream().noneMatch(allowedType -> matchesMimeType(fileType, allowedType))) {
|
||||||
.noneMatch(allowedType -> matchesMimeType(fileType, allowedType))) {
|
|
||||||
return ResponseDTO.userErrorParam("禁止上传此文件类型");
|
return ResponseDTO.userErrorParam("禁止上传此文件类型");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -89,16 +72,20 @@ public class SecurityFileService {
|
|||||||
* @return 文件的 MIME 类型
|
* @return 文件的 MIME 类型
|
||||||
*/
|
*/
|
||||||
public static String getFileMimeType(MultipartFile file) {
|
public static String getFileMimeType(MultipartFile file) {
|
||||||
|
InputStream inputStream = null;
|
||||||
try {
|
try {
|
||||||
|
inputStream = file.getInputStream();
|
||||||
TikaConfig tika = new TikaConfig();
|
TikaConfig tika = new TikaConfig();
|
||||||
Metadata metadata = new Metadata();
|
Metadata metadata = new Metadata();
|
||||||
metadata.set(TikaCoreProperties.RESOURCE_NAME_KEY, file.getOriginalFilename());
|
metadata.set(TikaCoreProperties.RESOURCE_NAME_KEY, file.getOriginalFilename());
|
||||||
TikaInputStream stream = TikaInputStream.get(file.getInputStream());
|
TikaInputStream stream = TikaInputStream.get(inputStream);
|
||||||
MediaType mimetype = tika.getDetector().detect(stream, metadata);
|
MediaType mimetype = tika.getDetector().detect(stream, metadata);
|
||||||
return mimetype.toString();
|
return mimetype.toString();
|
||||||
} catch (IOException | TikaException e) {
|
} catch (IOException | TikaException e) {
|
||||||
log.error(e.getMessage(), e);
|
log.error(e.getMessage(), e);
|
||||||
return MimeTypes.OCTET_STREAM;
|
return MimeTypes.OCTET_STREAM;
|
||||||
|
} finally {
|
||||||
|
IOUtils.closeQuietly(inputStream);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ import java.util.concurrent.ConcurrentHashMap;
|
|||||||
* @Date 2022-03-25 21:46:07
|
* @Date 2022-03-25 21:46:07
|
||||||
* @Wechat zhuoda1024
|
* @Wechat zhuoda1024
|
||||||
* @Email lab1024@163.com
|
* @Email lab1024@163.com
|
||||||
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
||||||
*/
|
*/
|
||||||
public abstract class SerialNumberBaseService implements SerialNumberService {
|
public abstract class SerialNumberBaseService implements SerialNumberService {
|
||||||
|
|
||||||
@@ -37,7 +37,7 @@ public abstract class SerialNumberBaseService implements SerialNumberService {
|
|||||||
@Resource
|
@Resource
|
||||||
protected SerialNumberDao serialNumberDao;
|
protected SerialNumberDao serialNumberDao;
|
||||||
|
|
||||||
private ConcurrentHashMap<Integer, SerialNumberInfoBO> serialNumberMap = new ConcurrentHashMap<>();
|
protected ConcurrentHashMap<Integer, SerialNumberInfoBO> serialNumberMap = new ConcurrentHashMap<>();
|
||||||
|
|
||||||
public abstract List<String> generateSerialNumberList(SerialNumberInfoBO serialNumber, int count);
|
public abstract List<String> generateSerialNumberList(SerialNumberInfoBO serialNumber, int count);
|
||||||
|
|
||||||
|
|||||||
@@ -1,23 +1,34 @@
|
|||||||
package net.lab1024.sa.base.module.support.serialnumber.service.impl;
|
package net.lab1024.sa.base.module.support.serialnumber.service.impl;
|
||||||
|
|
||||||
|
import cn.hutool.core.util.RandomUtil;
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
import net.lab1024.sa.base.common.exception.BusinessException;
|
import net.lab1024.sa.base.common.exception.BusinessException;
|
||||||
|
import net.lab1024.sa.base.common.util.SmartDateFormatterEnum;
|
||||||
|
import net.lab1024.sa.base.common.util.SmartEnumUtil;
|
||||||
|
import net.lab1024.sa.base.common.util.SmartLocalDateUtil;
|
||||||
|
import net.lab1024.sa.base.common.util.SmartStringUtil;
|
||||||
import net.lab1024.sa.base.constant.RedisKeyConst;
|
import net.lab1024.sa.base.constant.RedisKeyConst;
|
||||||
import net.lab1024.sa.base.module.support.redis.RedisService;
|
import net.lab1024.sa.base.module.support.redis.RedisService;
|
||||||
|
import net.lab1024.sa.base.module.support.serialnumber.constant.SerialNumberRuleTypeEnum;
|
||||||
import net.lab1024.sa.base.module.support.serialnumber.domain.SerialNumberEntity;
|
import net.lab1024.sa.base.module.support.serialnumber.domain.SerialNumberEntity;
|
||||||
import net.lab1024.sa.base.module.support.serialnumber.domain.SerialNumberGenerateResultBO;
|
import net.lab1024.sa.base.module.support.serialnumber.domain.SerialNumberGenerateResultBO;
|
||||||
import net.lab1024.sa.base.module.support.serialnumber.domain.SerialNumberInfoBO;
|
import net.lab1024.sa.base.module.support.serialnumber.domain.SerialNumberInfoBO;
|
||||||
import net.lab1024.sa.base.module.support.serialnumber.domain.SerialNumberLastGenerateBO;
|
|
||||||
import net.lab1024.sa.base.module.support.serialnumber.service.SerialNumberBaseService;
|
import net.lab1024.sa.base.module.support.serialnumber.service.SerialNumberBaseService;
|
||||||
|
import org.springframework.data.redis.core.RedisTemplate;
|
||||||
|
import org.springframework.scheduling.annotation.Scheduled;
|
||||||
|
|
||||||
import javax.annotation.Resource;
|
import javax.annotation.Resource;
|
||||||
|
import java.time.LocalDate;
|
||||||
|
import java.time.LocalDateTime;
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.Collections;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 单据序列号 基于redis锁实现
|
* 单据序列号 基于redis key-value increase 实现
|
||||||
*
|
*
|
||||||
* @Author 1024创新实验室-主任: 卓大
|
* @Author 1024创新实验室-主任: 卓大
|
||||||
* @Date 2022-03-25 21:46:07
|
* @Date 2025-08-03 22:46:07
|
||||||
* @Wechat zhuoda1024
|
* @Wechat zhuoda1024
|
||||||
* @Email lab1024@163.com
|
* @Email lab1024@163.com
|
||||||
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
* @Copyright <a href="https://1024lab.net">1024创新实验室</a>
|
||||||
@@ -25,86 +36,125 @@ import java.util.List;
|
|||||||
@Slf4j
|
@Slf4j
|
||||||
public class SerialNumberRedisService extends SerialNumberBaseService {
|
public class SerialNumberRedisService extends SerialNumberBaseService {
|
||||||
|
|
||||||
private static final int MAX_GET_LOCK_COUNT = 5;
|
|
||||||
|
|
||||||
private static final long SLEEP_MILLISECONDS = 200L;
|
|
||||||
|
|
||||||
@Resource
|
@Resource
|
||||||
private RedisService redisService;
|
private RedisService redisService;
|
||||||
|
|
||||||
|
@Resource
|
||||||
|
private RedisTemplate redisTemplate;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void initLastGenerateData(List<SerialNumberEntity> serialNumberEntityList) {
|
public void initLastGenerateData(List<SerialNumberEntity> serialNumberEntityList) {
|
||||||
if (serialNumberEntityList == null) {
|
if (serialNumberEntityList == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
//删除之前的
|
// 设置redis的上次值
|
||||||
redisService.delete(RedisKeyConst.Support.SERIAL_NUMBER_LAST_INFO);
|
|
||||||
|
|
||||||
for (SerialNumberEntity serialNumberEntity : serialNumberEntityList) {
|
for (SerialNumberEntity serialNumberEntity : serialNumberEntityList) {
|
||||||
SerialNumberLastGenerateBO lastGenerateBO = SerialNumberLastGenerateBO
|
if (serialNumberEntity.getLastTime() == null) {
|
||||||
.builder()
|
continue;
|
||||||
.serialNumberId(serialNumberEntity.getSerialNumberId())
|
}
|
||||||
.lastNumber(serialNumberEntity.getLastNumber())
|
|
||||||
.lastTime(serialNumberEntity.getLastTime())
|
|
||||||
.build();
|
|
||||||
|
|
||||||
redisService.mset(RedisKeyConst.Support.SERIAL_NUMBER_LAST_INFO,
|
String redisKey = generateRedisKeyByDate(serialNumberEntity.getSerialNumberId(),
|
||||||
String.valueOf(serialNumberEntity.getSerialNumberId()),
|
SmartEnumUtil.getEnumByName(serialNumberEntity.getRuleType().toUpperCase(), SerialNumberRuleTypeEnum.class),
|
||||||
lastGenerateBO
|
serialNumberEntity.getLastTime().toLocalDate());
|
||||||
);
|
|
||||||
|
Object o = redisTemplate.opsForValue().get(redisKey);
|
||||||
|
if (o == null) {
|
||||||
|
redisTemplate.opsForValue().set(redisKey, serialNumberEntity.getLastNumber());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 每天凌晨一点进行检测;
|
||||||
|
* 检测单位数量为3; 3天前、3月前、3年前
|
||||||
|
*/
|
||||||
|
@Scheduled(cron = "0 0 1 * * ?")
|
||||||
|
public void tryDeleteUnusedRedisKey() {
|
||||||
|
for (SerialNumberInfoBO serialNumberInfoBO : serialNumberMap.values()) {
|
||||||
|
SerialNumberRuleTypeEnum typeEnum = serialNumberInfoBO.getSerialNumberRuleTypeEnum();
|
||||||
|
String dateStr = "";
|
||||||
|
switch (typeEnum) {
|
||||||
|
case DAY:
|
||||||
|
dateStr = SmartLocalDateUtil.format(LocalDate.now().minusDays(3), SmartDateFormatterEnum.YMD);
|
||||||
|
case MONTH:
|
||||||
|
dateStr = SmartLocalDateUtil.format(LocalDate.now().minusMonths(3), SmartDateFormatterEnum.YM);
|
||||||
|
case YEAR:
|
||||||
|
dateStr = String.valueOf(LocalDate.now().minusYears(3));
|
||||||
|
}
|
||||||
|
if (SmartStringUtil.isNotEmpty(dateStr)) {
|
||||||
|
String redisKey = RedisKeyConst.Support.SERIAL_NUMBER + serialNumberInfoBO.getSerialNumberId() + ":" + dateStr;
|
||||||
|
redisService.delete(redisKey);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public List<String> generateSerialNumberList(SerialNumberInfoBO serialNumberInfo, int count) {
|
public List<String> generateSerialNumberList(SerialNumberInfoBO serialNumberInfo, int count) {
|
||||||
SerialNumberGenerateResultBO serialNumberGenerateResult = null;
|
// 根据步长,计算 redis 增加值
|
||||||
String lockKey = RedisKeyConst.Support.SERIAL_NUMBER + serialNumberInfo.getSerialNumberId();
|
ArrayList<Integer> list = new ArrayList<>(count);
|
||||||
|
int redisIncrease = 0;
|
||||||
boolean lock = false;
|
for (int i = 0; i < count; i++) {
|
||||||
for (int i = 0; i < MAX_GET_LOCK_COUNT; i++) {
|
int stepIncrease = 1;
|
||||||
try {
|
Integer stepRandomRange = serialNumberInfo.getStepRandomRange();
|
||||||
lock = redisService.getLock(lockKey, 60 * 1000L);
|
if (stepRandomRange > 1) {
|
||||||
if (lock) {
|
stepIncrease = RandomUtil.getSecureRandom().nextInt(serialNumberInfo.getStepRandomRange()) + 1;
|
||||||
break;
|
|
||||||
}
|
|
||||||
Thread.sleep(SLEEP_MILLISECONDS);
|
|
||||||
} catch (Throwable e) {
|
|
||||||
log.error(e.getMessage(), e);
|
|
||||||
}
|
}
|
||||||
|
redisIncrease += stepIncrease;
|
||||||
|
list.add(stepIncrease);
|
||||||
}
|
}
|
||||||
if (!lock) {
|
|
||||||
throw new BusinessException("SerialNumber 尝试5次,未能生成单号");
|
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// 获取上次的生成结果
|
String redisKey = generateRedisKeyByDate(serialNumberInfo.getSerialNumberId(), serialNumberInfo.getSerialNumberRuleTypeEnum(), LocalDate.now());
|
||||||
SerialNumberLastGenerateBO lastGenerateBO = (SerialNumberLastGenerateBO) redisService.mget(
|
Long increaseResult = redisTemplate.opsForValue().increment(redisKey, redisIncrease);
|
||||||
RedisKeyConst.Support.SERIAL_NUMBER_LAST_INFO,
|
|
||||||
String.valueOf(serialNumberInfo.getSerialNumberId()));
|
ArrayList<Long> numberList = new ArrayList<>(count);
|
||||||
|
Long number = increaseResult;
|
||||||
|
for (Integer i : list) {
|
||||||
|
number = number - i;
|
||||||
|
numberList.add((number + 1));
|
||||||
|
}
|
||||||
|
|
||||||
|
Collections.reverse(numberList);
|
||||||
|
|
||||||
|
SerialNumberGenerateResultBO serialNumberGenerateResult = SerialNumberGenerateResultBO
|
||||||
|
.builder()
|
||||||
|
.serialNumberId(serialNumberInfo.getSerialNumberId())
|
||||||
|
.lastNumber(increaseResult)
|
||||||
|
.lastTime(LocalDateTime.now())
|
||||||
|
.numberList(numberList)
|
||||||
|
.isReset(false)
|
||||||
|
.build();
|
||||||
|
|
||||||
// 生成
|
|
||||||
serialNumberGenerateResult = super.loopNumberList(lastGenerateBO, serialNumberInfo, count);
|
|
||||||
|
|
||||||
// 将生成信息保存的内存和数据库
|
// 将生成信息保存的内存和数据库
|
||||||
lastGenerateBO.setLastNumber(serialNumberGenerateResult.getLastNumber());
|
|
||||||
lastGenerateBO.setLastTime(serialNumberGenerateResult.getLastTime());
|
|
||||||
serialNumberDao.updateLastNumberAndTime(serialNumberInfo.getSerialNumberId(),
|
serialNumberDao.updateLastNumberAndTime(serialNumberInfo.getSerialNumberId(),
|
||||||
serialNumberGenerateResult.getLastNumber(),
|
serialNumberGenerateResult.getLastNumber(),
|
||||||
serialNumberGenerateResult.getLastTime());
|
serialNumberGenerateResult.getLastTime());
|
||||||
|
|
||||||
redisService.mset(RedisKeyConst.Support.SERIAL_NUMBER_LAST_INFO,
|
|
||||||
String.valueOf(serialNumberInfo.getSerialNumberId()), lastGenerateBO);
|
|
||||||
|
|
||||||
// 把生成过程保存到数据库里
|
// 把生成过程保存到数据库里
|
||||||
super.saveRecord(serialNumberGenerateResult);
|
super.saveRecord(serialNumberGenerateResult);
|
||||||
|
return formatNumberList(serialNumberGenerateResult, serialNumberInfo);
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
log.error(e.getMessage(), e);
|
log.error(e.getMessage(), e);
|
||||||
throw e;
|
throw e;
|
||||||
} finally {
|
|
||||||
redisService.unLock(lockKey);
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return formatNumberList(serialNumberGenerateResult, serialNumberInfo);
|
private String generateRedisKeyByDate(Integer serialNumberId, SerialNumberRuleTypeEnum serialNumberRuleTypeEnum, LocalDate localDate) {
|
||||||
|
switch (serialNumberRuleTypeEnum) {
|
||||||
|
case DAY:
|
||||||
|
String dayStr = SmartLocalDateUtil.format(localDate, SmartDateFormatterEnum.YMD);
|
||||||
|
return RedisKeyConst.Support.SERIAL_NUMBER + serialNumberId + ":" + dayStr;
|
||||||
|
case MONTH:
|
||||||
|
String monthStr = SmartLocalDateUtil.format(localDate, SmartDateFormatterEnum.YM);
|
||||||
|
return RedisKeyConst.Support.SERIAL_NUMBER + serialNumberId + ":" + monthStr;
|
||||||
|
case YEAR:
|
||||||
|
String yearStr = String.valueOf(localDate.getYear());
|
||||||
|
return RedisKeyConst.Support.SERIAL_NUMBER + serialNumberId + ":" + yearStr;
|
||||||
|
case NONE:
|
||||||
|
return RedisKeyConst.Support.SERIAL_NUMBER + serialNumberId;
|
||||||
|
default:
|
||||||
|
throw new BusinessException("serialNumberRuleTypeEnum not exist error");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
#end
|
#end
|
||||||
#if($field.frontComponent == "DictSelect")
|
#if($field.frontComponent == "DictSelect")
|
||||||
<a-form-item label="$codeGeneratorTool.removeEnumDesc($!{field.label})" name="${field.fieldName}">
|
<a-form-item label="$codeGeneratorTool.removeEnumDesc($!{field.label})" name="${field.fieldName}">
|
||||||
<DictSelect width="100%" v-model:value="form.${field.fieldName}" dict-code="DICT_CODE_ENUM.$!{field.dict} || '$!{field.dict}'" placeholder="$!{field.label}"/>
|
<DictSelect width="100%" v-model:value="form.${field.fieldName}" :dict-code="DICT_CODE_ENUM.$!{field.dict} || '$!{field.dict}'" placeholder="$!{field.label}"/>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
#end
|
#end
|
||||||
#if($field.frontComponent == "Date")
|
#if($field.frontComponent == "Date")
|
||||||
@@ -106,7 +106,7 @@
|
|||||||
#end
|
#end
|
||||||
#if($field.frontComponent == "DictSelect")
|
#if($field.frontComponent == "DictSelect")
|
||||||
<a-form-item label="$codeGeneratorTool.removeEnumDesc($!{field.label})" name="${field.fieldName}">
|
<a-form-item label="$codeGeneratorTool.removeEnumDesc($!{field.label})" name="${field.fieldName}">
|
||||||
<DictSelect width="100%" v-model:value="form.${field.fieldName}" dict-code="DICT_CODE_ENUM.$!{field.dict} || '$!{field.dict}'" placeholder="$!{field.label}"/>
|
<DictSelect width="100%" v-model:value="form.${field.fieldName}" :dict-code="DICT_CODE_ENUM.$!{field.dict} || '$!{field.dict}'" placeholder="$!{field.label}"/>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
#end
|
#end
|
||||||
#if($field.frontComponent == "Date")
|
#if($field.frontComponent == "Date")
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
#end
|
#end
|
||||||
#if($field.queryTypeEnum == "Dict")
|
#if($field.queryTypeEnum == "Dict")
|
||||||
<a-form-item label="${field.label}" class="smart-query-form-item">
|
<a-form-item label="${field.label}" class="smart-query-form-item">
|
||||||
<DictSelect dict-code="DICT_CODE_ENUM.$!{field.dict} || '$!{field.dict}'" placeholder="${field.label}" v-model:value="queryForm.${field.fieldName}" width="${field.width}" />
|
<DictSelect :dict-code="DICT_CODE_ENUM.$!{field.dict} || '$!{field.dict}'" placeholder="${field.label}" v-model:value="queryForm.${field.fieldName}" width="${field.width}" />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
#end
|
#end
|
||||||
#if($field.queryTypeEnum == "Enum")
|
#if($field.queryTypeEnum == "Enum")
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
#end
|
#end
|
||||||
#if($field.frontComponent == "DictSelect")
|
#if($field.frontComponent == "DictSelect")
|
||||||
<a-form-item label="$codeGeneratorTool.removeEnumDesc($!{field.label})" name="${field.fieldName}">
|
<a-form-item label="$codeGeneratorTool.removeEnumDesc($!{field.label})" name="${field.fieldName}">
|
||||||
<DictSelect width="100%" v-model:value="form.${field.fieldName}" dict-code="DICT_CODE_ENUM.$!{field.dict} || '$!{field.dict}'" placeholder="$!{field.label}"/>
|
<DictSelect width="100%" v-model:value="form.${field.fieldName}" :dict-code="DICT_CODE_ENUM.$!{field.dict} || '$!{field.dict}'" placeholder="$!{field.label}"/>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
#end
|
#end
|
||||||
#if($field.frontComponent == "Date")
|
#if($field.frontComponent == "Date")
|
||||||
@@ -106,7 +106,7 @@
|
|||||||
#end
|
#end
|
||||||
#if($field.frontComponent == "DictSelect")
|
#if($field.frontComponent == "DictSelect")
|
||||||
<a-form-item label="$codeGeneratorTool.removeEnumDesc($!{field.label})" name="${field.fieldName}">
|
<a-form-item label="$codeGeneratorTool.removeEnumDesc($!{field.label})" name="${field.fieldName}">
|
||||||
<DictSelect width="100%" v-model:value="form.${field.fieldName}" dict-code="DICT_CODE_ENUM.$!{field.dict} || '$!{field.dict}'" placeholder="$!{field.label}"/>
|
<DictSelect width="100%" v-model:value="form.${field.fieldName}" :dict-code="DICT_CODE_ENUM.$!{field.dict} || '$!{field.dict}'" placeholder="$!{field.label}"/>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
#end
|
#end
|
||||||
#if($field.frontComponent == "Date")
|
#if($field.frontComponent == "Date")
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
#end
|
#end
|
||||||
#if($field.queryTypeEnum == "Dict")
|
#if($field.queryTypeEnum == "Dict")
|
||||||
<a-form-item label="${field.label}" class="smart-query-form-item">
|
<a-form-item label="${field.label}" class="smart-query-form-item">
|
||||||
<DictSelect dict-code="DICT_CODE_ENUM.$!{field.dict} || '$!{field.dict}'" placeholder="${field.label}" v-model:value="queryForm.${field.fieldName}" width="${field.width}" />
|
<DictSelect :dict-code="DICT_CODE_ENUM.$!{field.dict} || '$!{field.dict}'" placeholder="${field.label}" v-model:value="queryForm.${field.fieldName}" width="${field.width}" />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
#end
|
#end
|
||||||
#if($field.queryTypeEnum == "Enum")
|
#if($field.queryTypeEnum == "Enum")
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user