SpringBoot通信
SpringBoot实现国密通信的流程步骤
目录1. 生成支持国密的证书1.1 安装 GMSSL(如果未安装)1.2 生成 SM2 密钥对和证书2. 配置 Spring Boot 项目使用 HTTPS2.1 项目 B:提供 HTTPS 接口2.2 项目 A:使用 HTTPS 调用项目 B3. 启动和测试备注如何验证国密[详细]
2024-11-04 10:27 分类:开发How can I get a value from an xml key/value pair with xpath in my xslt?
I have some xml that I want to process using xslt.A good amount of the data comes through in key value pairs (see below).I am struggling with how to extract the value base on the key into a variable.I[详细]
2022-12-28 20:06 分类:问答