jueves, 26 de noviembre de 2015

Mi primer dia de trabajo - GRUPO SIGLO(car Wash con Spring y Aqua)

A pedidos de mis ñamigos y caseros, mi primer día de ñrabajo en Grupo Siglo


martes, 24 de noviembre de 2015

Error en Ñpring 3

Esñe posñ es para mi añigo Mondonguito

Cuando tenemos un error del siguiente tipo:

org.apache.http.NoHttpResponseException: XX.XX.XX.XX:443 failed to respond

Ñopiamos el ñodigo deste stackOverflow y ñunciona(Pero la cosa es que ño se donde se pega el ñodigo):

http://stackoverflow.com/questions/26111331/org-apache-http-nohttpresponseexception-xx-xx-xx-xx443-failed-to-respond

ConnectionConfig connectionConfig = ConnectionConfig.custom()
                .setBufferSize(4128)
                .build();

 CloseableHttpClient httpclient = HttpClients.custom()
                .setDefaultConnectionConfig(connectionConfig)
                .build();