您的位置:首页 > 其它

温州银行项目搭建(PE框架)

2016-07-21 15:35 169 查看
1.      连接SVN插件,down代码,svn地址为:https://20.100.25.52/svn/NetUnifyPayment_FSG/branches/prdBranch/source

2.      从“TestOnlieSocketProject”到“wzbank-merchant-demo”全部down下。

3.      将整个工作空间的编码格式改为UTF-8,并取消window->Validation下的所有校验。

4.      将csii-pp-common\src\config\epay\systemdev.properties中的“pp.config.app.rootdir=D:/wzyhpay/wzpay_worspace_branch/”改为“pp.config.app.rootdir=E:/csii_paywork_pe/”(自定义的工作空间)

5.      将csii-pp-online\src\config\epay\pe-configs.xml中的“<entry key="CurrentMode">Mode.PROD</entry>”改为“<entry key="CurrentMode" >Mode.DEV</entry>”

6.      将  csii-pp-online\src\config\epay\peconfigdev.xml中的“file:/eip/app/epay/config/systemdev.properties”改为“classpath:/config/epay/systemdev.properties”(根据systemdev.properties配置文件所在根目录的真实位置来配置,第一路径统一为classpath)

7.      将csii-pp-paygate\src\config\epay\pe-configs.xml中的“<entry key="CurrentMode">Mode.PROD</entry>”改为“<entry key="CurrentMode" >Mode.DEV</entry>”

8.      将  csii-pp-paygate\src\config\epay\peconfigdev.xml中的“file:/eip/app/epay/config/systemdev.properties”改为“classpath:/config/epay/systemdev.properties”(根据配置文件所在根目录的真实位置来配置,第一路径统一为classpath)      

9.  将csii-pp-paygate\WebContent\WEB-INF\merchant\confirm2.jsp中的“<form name="form1"method="post"action="http://mctest2.wzbank.cn:8011/pweb/EPayTransferPre.do">”改为“<form name="form1"method="post" action="http://20.36.18.138:8021/pweb/EPayTransferPre.do">”(根据自己电脑的真实Ip地址让整合平台将服务发过来)

10.  配置启动服务,debug-->debug Configurations-->双击Java Application,Name命名为pp-online,Project指向csii-pp-online,

     Main class:com.csii.pe.channel.stream.context.IoCContainerStart,Finish。

11.环境简单搭建就完成了~

PS:主要完成Online和Paygate两端的配置以及具体项目的位置部署
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: