Y

yohoufo-fore

商品服务、订单服务、用户服务、资源位服务、促销优惠券服务等功能

web.xml中的配置

spring active profile 配置

     <context-param>
        <param-name>spring.profiles.active</param-name>
        <param-value>local,production</param-value>
    </context-param>

配置说明:

  • 服务调用方式, 范围: (local, zookeeper), 影响: 1.服务调用的客户端和服务端基本本地文件还是zookeeper
  • 生产环境还是测试环节: 范围: (production, test ), 影响: 未启用

如何不校验client_security?

  • 配置gateway目录下 WEB-INF\classes\config.properties中的is_debug_enable=true. 然后重启