Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
W
wiki-java
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • 老徐
  • wiki-java
  • Wiki
  • ucs_project environment configuration

Last edited by 梅俊辉 Sep 02, 2016
Page history
This is an old version of this page. You can view the most recent version or browse the history.

ucs_project environment configuration

此文章用于水滴信用项目能够在开发环境(本地)正常运行

请确保项目代码已经从git上check out下来,以及maven环境搭建成功

水滴项目,ucs_project下面分为3个模块,ucs_base(项目通用模块),ucs_develope(项目业务模块),ucs_site(web模块)
因生产环境和本地环境不相同,需要做以下修改才能在本地正常运行

1修改ucs_project的pom文件
1
找到 profiles标签,下面有两个profile,一个id为 release(生产环境),一个id为dev(开发环境)
将release中的activeByDefault设置为false,将dev中的activeByDefault设置为true 2
4
2修改spring-solr-config.xml
在ucs_site项目的 src/main/resources目录下,打开spring-solr-config.xml
3

Clone repository
  • git configuration and simple use
  • Home
  • java code specification
  • maven environment configuration
  • shuidi js develope
  • ucs_project environment configuration