我有一个在tomcat8服务器上运行的springboot war (REST服务)文件。我正在使用spring-boot-maven-plugin来获取重新打包的war中的所有加载器。Springboot maven插件将加载器添加到war中,并在WEB-INF中添加了一个lib或lib提供的目录。春靴大战会像往常一样进行吗?
我正在遵循官方的SpringBoot Kotlin指南(https://spring.io/guides/tutorials/spring-boot-kotlin/),但我遇到了麻烦。org.springframework.web.client.RestTemplate.getForEntity(RestTemplate.java:342)
at org.springframework.boot.test.web.cl