File was renamed from pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/aop/SsoRestTemplateConfiguration.java |
| | |
| | | package com.dy.common.aop; |
| | | package com.dy.common.springUtil; |
| | | |
| | | import org.springframework.context.annotation.Bean; |
| | | import org.springframework.context.annotation.Configuration; |
| | | import org.springframework.web.client.RestTemplate; |
| | | |
| | | /** |
| | | * 为SsoAspect访问单点登录系统提供 RestTemplate |
| | | * 提供 RestTemplate |
| | | */ |
| | | @Configuration |
| | | public class SsoRestTemplateConfiguration { |
| | | public class RestTemplateConfiguration { |
| | | |
| | | @Bean |
| | | public RestTemplate restTemplate(){ |