我正在尝试执行以下语法:-
restTemplate.postForEntity(Pl4WhatsAppConstants.chatBotURL + botId + "/converse/" + senderId, entity,
ConverseResponses.class).getBody();
我收到以下错误:-无法初始化类sun.net。www.protocol.http.httpurlconnection
我正在使用以下版本的代码:-
jdk:openjdk版本“1.8.0\U 272”openjdk运行时环境(build 1.8.0\U 272-b10)openjdk 64位服务器虚拟机(build 25.272-b10,混合模式)
spring boot版本:2.3.4.0版本
如何将缺少的类定义添加到war中?
暂无答案!
目前还没有任何答案,快来回答吧!