|
|
|
|
@ -5,6 +5,8 @@ spring:
|
|
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
|
|
username: root
|
|
|
|
|
password: ${MALL_MYSQL_PASSWORD}
|
|
|
|
|
application:
|
|
|
|
|
name: order-impl # 设置值保证程序启动时不报错,具体的值需要修改[nengjie]
|
|
|
|
|
|
|
|
|
|
# mybatis
|
|
|
|
|
#mybatis:
|
|
|
|
|
@ -32,7 +34,7 @@ dubbo:
|
|
|
|
|
port: -1
|
|
|
|
|
name: dubbo
|
|
|
|
|
scan:
|
|
|
|
|
base-packages: cn.iocoder.mall.order.biz.service
|
|
|
|
|
base-packages: cn.iocoder.mall.order.service
|
|
|
|
|
provider:
|
|
|
|
|
filter: -exception
|
|
|
|
|
CartService:
|
|
|
|
|
|