Solve the idea that the modified code to restart the service does not take effect, only mvn clean and mvn install

The reason is that the project uploaded to git contains .idea, and the code you pull down contains .idea

Solution, delete the .idea in your project, restart the project

Guess you like

Origin blog.csdn.net/A_234_789/article/details/106575024