1
I found my own mistake,when I went to refactor I did not rename correctly. I gave Rename directory and not Rename package. The right one is Rename package.
1
3
1
The problem is in the Trajesapplication class.
You need to move it to the folder with costumes system
Note that this package no longer exists: with.system.trajes.trates, your Trajesapplication file was there, and you moved into the Controller package.
And that’s what Intelij is complaining about
Browser other questions tagged java spring-boot intellij-idea
You are not signed in. Login or sign up in order to post.