Issue
I have this error when tryin to run the application spring boot
java: package com.example.openapi.api does not exist
but the build (mvn clean install) is successful
I don't understand what is the problem !
Solution
I'm afraid it may be a problem with your IDE. Check if you have the last version and try to run also with other (Eclipse,STS,...). I hope this help you.
Answered By - Isma
Answer Checked By - Robin (JavaFixing Admin)