@Configuration
@ComponentScan(value={"edu.wisc.my.restproxy.dao","edu.wisc.my.restproxy.service","edu.wisc.my.restproxy.web"})
public class RestProxyConfiguration
extends Object
Configuration activating necessary REST proxy services.
To use this class, simply Import it with the rest of your configuration.
It's strongly suggested that your configuration provide a RestTemplate bean, but not required.Copyright © 2015. All rights reserved.