simplemall icon indicating copy to clipboard operation
simplemall copied to clipboard

启动过程遇到的问题记录

Open MutaoCn opened this issue 6 years ago • 0 comments

adminserver和configserver会报ClassNotFoundException:java.lang.ClassNotFoundException: org.apache.http.util.Args或者ClassNotFoundException: org.apache.http.pool.ConnPoolControl 解决: 在各自的pom中加依赖: <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> 4.4

MutaoCn avatar Jun 02 '19 10:06 MutaoCn