李海峰
李海峰
https://github.com/YunaiV/onemall/blob/master/docs/sql/mall_admin.sql
整体架构优化
企业架构中,IAM认证登录系统都是独立的,连接自有的AD域控,多个系统间的交互现在基本都是通过API网关的形式(以前是ESB),API网关需要高性能,JAVA实现的虽然也可以,但是远远不及Nginx性能高,kong或者进入了Apache孵化器的apisix,都挺好的
我提前创建了 /opt/mq-cloud,卡住了,一致提示我目录已存在,我就把,return result上面三行给注释了 ,当前系统版本Centos8.2 /** * 判断目录是否被占用 * @param ip * @return */ public Result dirWrite(String ip, String dir){ String destDir = MQ_CLOUD_DIR + dir; String comm = "if [...
### Question Can the log service that pushes logs to HTTP be abstracted and configured with HTTP interfaces to push logs to different log systems, not limited to HTTP, TCP,...
增加github actions自动打镜像,并且同时修复Dockerfile中 openjdk镜像不存在的问题 # # #735
openjdk:17-jdk-slim镜像不存在