hmall/cart-service/src/main/resources/application.yaml

17 lines
399 B
YAML
Raw Normal View History

2025-05-20 19:21:02 +08:00
server:
port: 8082
2025-05-27 20:43:25 +08:00
2025-05-22 14:37:12 +08:00
feign:
httpclient:
enabled: true # 使用 Apache HttpClient默认关闭
2025-05-26 20:59:19 +08:00
sentinel:
enabled: true # 开启feign对sentinel的支持
2025-05-22 14:37:12 +08:00
2025-05-24 22:24:52 +08:00
hm:
swagger:
title: 购物车服务接口文档
package: com.hmall.cart.controller
db:
database: hm-cart
2025-05-20 19:21:02 +08:00
# keytool -genkeypair -alias hmall -keyalg RSA -keypass hmall123 -keystore hmall.jks -storepass hmall123