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

14 lines
334 B
YAML
Raw Normal View History

2025-05-20 19:21:02 +08:00
server:
port: 8082
2025-05-22 14:37:12 +08:00
feign:
httpclient:
enabled: true # 使用 Apache HttpClient默认关闭
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