33 lines
725 B
YAML
Raw Normal View History

2019-03-03 18:04:06 +08:00
spring:
# datasource
datasource:
2019-03-03 22:54:36 +08:00
url: jdbc:mysql://180.167.213.26:13306/mall_product?useSSL=false&useUnicode=true&characterEncoding=UTF-8
2019-03-03 18:04:06 +08:00
driver-class-name: com.mysql.jdbc.Driver
username: root
2019-03-03 22:54:36 +08:00
password: ${MALL_MYSQL_PASSWORD}
2019-03-03 18:04:06 +08:00
# mybatis
mybatis:
config-location: classpath:mybatis-config.xml
mapper-locations: classpath:mapper/*.xml
type-aliases-package: cn.iocoder.mall.product.dataobject
# dubbo
dubbo:
application:
name: product-service
registry:
address: zookeeper://127.0.0.1:2181
protocol:
port: -1
name: dubbo
scan:
base-packages: cn.iocoder.mall.product.service
# rocketmq
rocketmq:
name-server: 127.0.0.1:9876
producer:
group: product-producer-group