[Springboot]class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader

问题:启动Application.java允许Eclipse中的springboot项目,出现以下情况

 

 解决方法:将热部署的依赖去掉(在pom.xml中)

<!-- 热部署 -->
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-devtools</artifactId>
            <optional>true</optional> 
        </dependency>        

 

posted @ 2021-04-23 19:49  Strugglinggirl  阅读(2435)  评论(0编辑  收藏  举报