初始化项目结构(未完成)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# Spring boot application
|
||||
spring.application.name=product-rest
|
||||
# Base packages to scan Dubbo Component: @com.alibaba.dubbo.config.annotation.Service
|
||||
dubbo.scan.base-packages=cn.iocoder.mall.product.service
|
||||
|
||||
# Dubbo Protocol
|
||||
dubbo.protocol.name=dubbo
|
||||
## Random port
|
||||
dubbo.protocol.port=-1
|
||||
|
||||
## Dubbo Registry
|
||||
dubbo.registry.address=zookeeper://127.0.0.1:2181
|
||||
|
||||
## DemoService version
|
||||
demo.service.version=1.0.0
|
||||
Reference in New Issue
Block a user