【修改】加密秘钥bug修改
【修改】jimu报表引入最新版本
This commit is contained in:
+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