These instructions were performed on a RaspberryPI 2 with a proper heatsink.
sudo raspi-config- Choose
1. Expand Filesystem - Choose
3. Enable Boot to Desktop/Scratchand chooseDesktop Log in as user 'pi' at the graphical desktop
| import org.slf4j.Logger; | |
| import org.slf4j.LoggerFactory; | |
| import org.springframework.http.HttpHeaders; | |
| import org.springframework.http.HttpRequest; | |
| import org.springframework.http.MediaType; | |
| import org.springframework.http.client.ClientHttpRequestExecution; | |
| import org.springframework.http.client.ClientHttpRequestInterceptor; | |
| import org.springframework.http.client.ClientHttpResponse; | |
| import org.springframework.util.StreamUtils; |