Using the relevant configuration of eclipse

Source: Internet
Author: User
Tags svn

In the process of coding, the coding tools are configured well in advance and can save a lot of unnecessary errors. 工欲善其事, its prerequisite.

1. Modify the workspace code to UT F-8

1.1. Modify jsp encoding to utf- 8

2. Modify Font

3. Add a JDK from your system

4. Import F ormat ter Templates

5. modifying the Maven configuration file

Open File:

Apache-maven-3.2.3\conf\settings.xml

5.1. Modify the local warehouse path

<localRepository>D:\repository</localRepository>

Note: to be a unified environment, Recommended use the new local warehouse address.

5.2. Add an intranet image service

<mirror>

<id>nexus</id>

<mirrorOf>*</mirrorOf>

<name>human readable name for this mirror.</name>

<url>http://maven.taotao.com:8081/nexus/content/groups/public/</url>

</mirror>

5.3. Deploy account

<server>

<id>nexus</id>

<username>deployment</username>

<password>deployment123</password>

</server>

5.4. Configure host

Add in the host file (note Ip to modify correctly ):

C:\Windows\System32\drivers\etc\hosts

6. Configuring Maven in Eclipse6.1. Add a locally installed maven

6.2. Setting up the setting file

Select Maven in the package, and note that the local warehouse address is correct.

7. Create SVN resource address 7.1. Open the SVN work window

7.2. Add SVN resource address

Enter User name password:

User name: The name of the pinyin, name . Surname, For example , Zhang San , user name, San.zhang

Password: * * *

Using the relevant configuration of eclipse

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.