05 2023 档案
摘要:对客户端< >服务端传输数据加密。 上送文件流不加密,其他信息加密。 返回信息加密。 切面的方式进行解密,不修改业务逻辑。 找到对应的方法,对应的参数,进行解密。 @Around("@annotation(com.jiayingsoft.scip.annotation.ScipSecureityMe
阅读全文
摘要:MethodSignature signature = (MethodSignature) joinPoint.getSignature(); 为什么这里可以转回为MethodSignatrue ,官网上没有这么说,如果这里转换失败,那运行会报错,这是不允许的。 必须找到调用这里的代码,看看这里的S
阅读全文
摘要:Module build failed (from ./node_modules/css-loader/dist/cjs.js):TypeError: this.getOptions is not a function Module build failed (from ./node_modules
阅读全文