код:
Код: Выделить всё
AsyncHttpClient client = new DefaultAsyncHttpClient()
код:
Код: Выделить всё
@Autowire
AsyncHttpClient client;
Подробнее здесь: https://stackoverflow.com/questions/793 ... pring-boot
Код: Выделить всё
AsyncHttpClient client = new DefaultAsyncHttpClient()
Код: Выделить всё
@Autowire
AsyncHttpClient client;