Solve the messy code when using maven plugin in idea
Analyze the cause:
The above messy Chinese encoding is the local encoding of windows (GBK)
In the idea integration of maven so that the default vm encoding is utf-8.
Solution: Set the maven runtime vm file encoding to the local windows default encoding. Solve the problem.
—-DarchetypeCatalog=internal -Dfile.encoding=GBK
TRANSLATE with