城市i健康 2.0代码

chenweida eb49bc9a23 Merge branch 'ijkdev' of chenweida/wlyy2.0 into ijkdev il y a 6 ans
app ffec61c413 test il y a 6 ans
common 39ffdcf9cb [CMD]健康银行代码 il y a 6 ans
common-lib-parent-pom de3ecb7132 代码迁移 il y a 6 ans
data 95c666828e 网关 il y a 6 ans
doc 915e0c7632 代码重构 il y a 7 ans
server a397cb5510 新增i健康分支 il y a 6 ans
svr a397cb5510 新增i健康分支 il y a 6 ans
svr-lib-parent-pom 36dccc9d08 扩展源码 ,发送邮件可配置 il y a 6 ans
web-gateway a397cb5510 新增i健康分支 il y a 6 ans
.gitignore b313807a84 首次工程提交 il y a 7 ans
readme.MD 546662641a 新增native il y a 7 ans

readme.MD

项目结构

 common    公共的一些配置
    common-swagger   swagger工程
    涉及主要技术 swagger
 svr    业务微服务  
    svr-base 基础微服务
    svr-quota 统计微服务
server
     svr-configuration    配置服务 
        涉及主要技术 git(存储配置文件) 
     svr-discovery    发现服务 
        涉及主要技术 euruka ribbon 
     svr-dashboard    监控服务 
        涉及主要技术 hystrix,hystrix-dashboard
     svr-logServer 分布式追踪
        涉及主要技术 zipkin 
 common-lib-parent-pom    common公共工程的maven父pom
 jw-lib-parent-pom   jw业务公共工程的maven父pom 
 web-gateway 对外的接口网关
 manage-gateway 基卫后台管理系统的接口网关
 .gitignore   项目提交忽略配置文件

项目运行

环境变量配置
    开发环境:  spring_profiles_active jwdev
    测试环境:  spring_profiles_active jwtest
    正式环境:  spring_profiles_active jwprod
启动顺序
    先启动      svr-discovery(发现服务)
    然后在启动  svr-configuration(配置服务)
    之后启动微服务即可(微服务启动顺序一般没有要求)

项目文档资料

SVN:https://192.168.1.103:888/svn/outwindow/基础开发部/doc/i健康2.0