hmall/cart-service/src/main/resources/application.yaml
2025-05-27 20:43:25 +08:00

17 lines
399 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

server:
port: 8082
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