设置spring.application.name保证程序启动不报错
This commit is contained in:
parent
fed01f0568
commit
705e1034e3
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user