maven-resources-production:trunk-auth: java.lang.NegativeArraySizeException

ijdea reports an error when starting the auth project:

maven-resources-production:trunk-auth: java.lang.NegativeArraySizeException

It keeps failing to start locally. Record the steps.

Step 1: Clear all caches in ijdea, nope

Step 2: Delete the target directory under clean under the corresponding project in maven, but it doesn’t work either.

Step 3: In the end, I had no choice. I started the gateway service first. I found that it could be started and the startup was successful. Then I started auth later. It was ok.

Record all steps to avoid falling into the trap again. . .

Guess you like

Origin blog.csdn.net/y15201653575/article/details/132898163