RestTemplate 中設置 header 以及使用 HTTP 基本認證的方法

String user = "111"; String password = "66666"; String userMsg = user + ":" + password; String base64UserMsg = Base64.getEncoder().encodeToString(userMsg.getBytes()); S
相關文章
相關標籤/搜索