Home > AI > Backend > SpringBoot >

Troubleshooting-Application stop immediately

Problem: You find the application just started and stopped immediately.

This dependency is missing

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

Leave a Reply