# wechat-web **Repository Path**: walter_free/wechat-web ## Basic Information - **Project Name**: wechat-web - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-08-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 微信相关业务交互接口工程 -- @Controller > 描述:该工程用于编写微信相关业务与前端交互的相关接口代码 # 1、源码路径命名规范 ### com.betterjr.modules.{module name} ## 如:授信管理模块 ### com.betterjr.modules.credit # 2、wechat-dubbo-consumer-springmvc.xml配置 ### dubbo:annotation package="com.betterjr.modules.{module name}",多个{module name}用逗号","隔开 # 3、spring-context-wechat-dubbo-consumer.xml配置 ### context:component-scan base-package="com.betterjr.modules.{module name}",多个{module name}用分号";"隔开 # 4、spring-mvc.xml配置 ### context:component-scan base-package="com.betterjr.modules.{module name}",多个{module name}用分号";"隔开 # 5、nginx.conf配置 location /wechat-web/ { proxy_pass http://xxx.qiejf.com:8080; include proxy.conf; #proxy_next_upstream error timeout invalid_header http_500 http_502 http_503 http_504; }