server: port: 8082 tomcat: threads: max: 50 accept-count: 50 max-connections: 100 feign: httpclient: enabled: true # 使用 Apache HttpClient(默认关闭) sentinel: enabled: true # 开启feign对sentinel的支持 hm: swagger: title: 购物车服务接口文档 package: com.hmall.cart.controller db: database: hm-cart # keytool -genkeypair -alias hmall -keyalg RSA -keypass hmall123 -keystore hmall.jks -storepass hmall123