Spring RestTemplate 配置 SSL https (使用 Spring @MVC)

    
              
        
           
    
           
    
    
        
        
    
     
    
    
        
    
     
    
    
     
    
    
        
    
     
    
    
        
    
           
    ResponseEntity rECreateUser = restTemplate.postForEntity("https://127.0.0.1:8443/skeleton-1.0/login", user, User.class);




你可能感兴趣的:(spring)