软件版本idea2019.1  x64

--------------------------------新建选项-------------------------------------

 

IDEA+maven+ssm

 

 

IDEA+maven+ssm

 

 

 

--------------------archetypeCatalog=internal-------------------------------------

 

IDEA+maven+ssm

 

-------------------maven配置文件   maven-setting.xml   -----------------------

<settings>

  <localRepository>D:\work_space\IDEA2019\repository</localRepository>

  <servers>

    <server>

      <id>releases</id>

      <username>admin</username>

      <password><![CDATA[admin123]]></password>

    </server>

    <server>

      <id>snapshots</id>

      <username>admin</username>

      <password><![CDATA[admin123]]></password>

    </server>     

  </servers>

  <mirrors>

        <!-- 阿里云仓库 -->

          <mirror>

              <id>alimaven</id>

              <mirrorOf>central</mirrorOf>

             <name>aliyun maven</name>

             <url>http://maven.aliyun.com/nexus/content/repositories/central/</url>

         </mirror>

         <!-- 中央仓库1 -->

         <mirror>

             <id>repo1</id>

             <mirrorOf>central</mirrorOf>

             <name>Human Readable Name for this Mirror.</name>

             <url>http://repo1.maven.org/maven2/</url>

         </mirror>

         <!-- 中央仓库2 -->

         <mirror>

             <id>repo2</id>

             <mirrorOf>central</mirrorOf>

             <name>Human Readable Name for this Mirror.</name>

             <url>http://repo2.maven.org/maven2/</url>

         </mirror>

  </mirrors>

  <profiles>

    <profile>

      <id>nexus</id>

      <repositories>

        <repository>

          <id>central</id>

          <url>http://central</url>

          <releases><enabled>true</enabled></releases>

          <snapshots><enabled>true</enabled></snapshots>

        </repository>

      </repositories>

     <pluginRepositories>

        <pluginRepository>

          <id>central</id>

          <url>http://central</url>

          <releases><enabled>true</enabled></releases>

          <snapshots><enabled>true</enabled></snapshots>

        </pluginRepository>

      </pluginRepositories>

    </profile>

    <profile>

      <activation>

        <activeByDefault>true</activeByDefault>

      </activation>

    </profile>   

  </profiles>

  <activeProfiles>

    <activeProfile>nexus</activeProfile>

  </activeProfiles>

</settings>

 

 

 

 

 

 

 

 

 

 

 

IDEA+maven+ssm

 

 

补足缺少项目结构

 

IDEA+maven+ssm

 

 

IDEA+maven+ssm

 

 

补齐后的文件夹

 

IDEA+maven+ssm

 

 

 

 

 

 

相关文章:

  • 2021-12-04
  • 2021-09-15
  • 2021-07-12
  • 2021-11-19
  • 2022-01-01
  • 2022-01-01
  • 2021-09-20
  • 2021-04-01
猜你喜欢
  • 2021-08-21
  • 2022-02-14
  • 2021-10-15
  • 2021-04-24
  • 2021-06-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案