[Solution] idea will build project every time it starts

Recently, I am using Idea for projects. Whenever the SpringBoot project is changed and re-released, it will always be compiled first and then released. Each project release is time-consuming. The solution to this problem is as follows:

1 Click the small green triangle on the left side of the project in the idea, then select Edit Configuration
insert image description here
2 Pull down to the bottom in the pop-up box, find Before launch and see Build and delete it
insert image description here
insert image description here

3 Click OK at the bottom right

Guess you like

Origin blog.csdn.net/qq_29750461/article/details/122906032