Process finished with exit code 0 错误信息

251 阅读1分钟

Process finished with exit code 0 错误信息

2022-08-11 09:08:49.905 INFO 272 --- [ main] c.y.w.javakotlin.JavaKotlinApplication : Starting JavaKotlinApplication using Java 1.8.0_181 on DESKTOP-1A8J5GC with PID 272 (E:\java\commonutils\java-kotlin\target\classes started by Camel in E:\java\commonutils)

2022-08-11 09:08:49.909 INFO 272 --- [ main] c.y.w.javakotlin.JavaKotlinApplication : No active profile set, falling back to 1 default profile: "default"

2022-08-11 09:08:50.419 INFO 272 --- [ main] c.y.w.javakotlin.JavaKotlinApplication : Started JavaKotlinApplication in 0.789 seconds (JVM running for 1.374)

Process finished with exit code 0

项目中由于pom.xml 的原因没有引入spring-boot-starter-web 包

<dependency>
   <groupId>org.springframework.boot</groupId>
   <artifactId>spring-boot-starter-web</artifactId>
</dependency>

喜欢,请关注公众号《coder练习生》