36 lines
772 B
YAML
36 lines
772 B
YAML
|
|
spring:
|
|
datasource:
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
url: jdbc:mysql://rm-bp1kn7h89nz62cno1ro.mysql.rds.aliyuncs.com:3306/czg_cashier?useUnicode=true&characterEncoding=utf-8
|
|
username: cashier
|
|
password: Cashier@1@
|
|
|
|
data:
|
|
redis:
|
|
host: localhost
|
|
port: 6379
|
|
password: 111111
|
|
timeout: 1000
|
|
|
|
cloud:
|
|
nacos:
|
|
discovery:
|
|
server-addr: localhost:8848
|
|
namespace: 237e1905-0a66-4375-9bb6-a51c3c034aca
|
|
|
|
dubbo:
|
|
application:
|
|
name: order-server
|
|
qos-port: 22221
|
|
qos-enable: true
|
|
registry:
|
|
address: nacos://localhost:8848 # Nacos 服务地址
|
|
group: server-test
|
|
namespace: 237e1905-0a66-4375-9bb6-a51c3c034aca
|
|
protocol:
|
|
port: 9101
|
|
threads: 20
|
|
threadpool: fixed
|
|
|