Search code examples
tomcatspring-bootintellij-idea

Process finished with exit code 1 Spring Boot Intellij


I've received the message "Process finished with exit code 1" when I run my project. I have tried several solutions but no topic is the same error as mine. My project doesn't execute any line of code, just abort the process.enter image description here


Solution

  • EDIT: If your code was previously working and you didn't change anything it just stopped working then it might be an IntelliJ issue.

    1. Delete folder .idea from project folder.
    2. Delete all .iml from project folder.

    Be aware that this will remove the configuration from your workspace.