idea modify maven project name

1, modify the pom.xml related

<artifactId>seal-hn</artifactId>
<name>seal-hn</name>
<description>seal-hn</description>
<finalName>seal-hn</finalName>

2, idea- "File-" Project Structure - Modify Project and Modules in the Project Setting - ""

effect:

Guess you like

Origin www.cnblogs.com/sung1024/p/11221333.html