17 lines
399 B
YAML
17 lines
399 B
YAML
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 |