
JAVA
java记录
我是路人乙1
暂不添加
展开
-
springboot启动后自动退出
有时新建的springboot启动后自动退出运行,如图所示: 此种情况大都数是因为pom文件加入了tomcat的依赖,与springboot内嵌的tomcat冲突导致,所以只需将pom文件中的tomcat依赖去除即可。即 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifact转载 2021-12-10 11:10:53 · 5614 阅读 · 1 评论 -
IDEA编译报错
错误如下: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project zcgateway: Fatal error compiling: 无效的目标发行版: 11 -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run.原创 2021-12-08 13:39:45 · 480 阅读 · 0 评论