Proses selesai dengan kode keluar 0 IntelliJ

add this dependancy in xml

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