【修改】加密秘钥bug修改
【修改】jimu报表引入最新版本
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
<dependency>
|
||||
<groupId>com.jimureport</groupId>
|
||||
<artifactId>spring-boot-starter-jimureport</artifactId>
|
||||
<version>1.1.09-beta</version>
|
||||
<version>1.2.0</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>autopoi-web</artifactId>
|
||||
|
||||
+1
@@ -73,6 +73,7 @@ public class SysDataSourceController extends JeroController<SysDataSource, ISysD
|
||||
});
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
return Result.error(e.getMessage());
|
||||
}
|
||||
return Result.OK(pageList);
|
||||
}
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ import cn.hutool.crypto.symmetric.SymmetricCrypto;
|
||||
*/
|
||||
public class SecurityUtil {
|
||||
/**加密key*/
|
||||
private static String key = "JEROBOOT1423670";
|
||||
private static String key = "JERO-BOOT1423670";
|
||||
|
||||
//---AES加密---------begin---------
|
||||
/**加密
|
||||
|
||||
Reference in New Issue
Block a user