用友iuap开发-环境搭建

用友iuap开发-环境搭建
1.目标:搭建iuap开发环境
2.iuap工具下载官网  iuap官网http://iuap.yonyou.com/page/download/dev_tools/index.html
3.解压后将DevTool文件夹放在根目录,系统默认在D盘,因为initDevTool.bat和 startDevTool_x64.bat都默认要求从D盘启动,那么如果我们需要修改不从E盘启动呢。需要编辑以上两个bat文件。将
start /d %IEOP_HOME%\repository\IDE\IUAP_STUDIO iUAPStudio.exe -data ..\..\..\workspace
改为
start /e %IEOP_HOME%\repository\IDE\IUAP_STUDIO iUAPStudio.exe -data ..\..\..\workspace
这样系统就默认从E盘打开。
4.注意,一定需要JDK相关配置。
5.修改Maven配置文件在E:\DevTool\repository\Maven\Maven3.2.2\conf下的settings.xml,将路径修改如下:
<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" 
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<localRepository>E:\DevTool\repository\Maven\Maven3.2.2\local\repo</localRepository>
	<pluginGroups>
	</pluginGroups>
	<proxies>
	</proxies>
	<servers>  
	</servers>  
	<mirrors>
    </mirrors>
	<profiles>
        <profile>
            <id>hka</id>
            <activation>
                <activeByDefault>false</activeByDefault>
                <jdk>1.6</jdk>
            </activation>
            <repositories>
                <repository>
                  <id>HKAServer</id>
                  <name>HKA Server</name>
                  <releases>
                    <enabled>true</enabled>
                    <updatePolicy>always</updatePolicy>
                    <checksumPolicy>warn</checksumPolicy>
                  </releases>
                  <snapshots>
                    <enabled>true</enabled>
                    <updatePolicy>always</updatePolicy>
                    <checksumPolicy>fail</checksumPolicy>
                  </snapshots>
                  <url>http://repo1.maven.org/maven2/</url>
                  <layout>default</layout>
                </repository>
            </repositories>
            <pluginRepositories>         
                <pluginRepository>
                  <id>HKAPlugin</id>
                  <name>HKA Plugin</name>
                  <releases>
                    <enabled>true</enabled>
                    <updatePolicy>always</updatePolicy>
                    <checksumPolicy>warn</checksumPolicy>
                  </releases>
                  <snapshots>
                    <enabled>true</enabled>
                    <updatePolicy>always</updatePolicy>
                    <checksumPolicy>fail</checksumPolicy>
                  </snapshots>
                  <url>http://repo1.maven.org/maven2/</url>
                  <layout>default</layout>
                </pluginRepository>
            </pluginRepositories>
        </profile>
    </profiles>
    <activeProfiles>
        <activeProfile>hka</activeProfile>
    </activeProfiles>
</settings>
由原来的D盘改为E盘了。
修改玩后如图所示:



  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 3
    评论
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值