update 2021年11月1日16:33:36
parent
5a83d206ba
commit
225105d799
|
|
@ -2,13 +2,13 @@ server:
|
||||||
port: 31004
|
port: 31004
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: mystyle-cloud-canan
|
name: mystyle-cloud-canal
|
||||||
zipkin:
|
zipkin:
|
||||||
sender:
|
sender:
|
||||||
type: web
|
type: web
|
||||||
base-url: http://localhost:9411/
|
base-url: http://localhost:9411/
|
||||||
service:
|
service:
|
||||||
name: mystyle-cloud-file
|
name: mystyle-cloud-canal
|
||||||
sleuth:
|
sleuth:
|
||||||
sampler:
|
sampler:
|
||||||
probability: 1
|
probability: 1
|
||||||
|
|
@ -21,4 +21,6 @@ canal:
|
||||||
instances:
|
instances:
|
||||||
example:
|
example:
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
port: 11111
|
port: 3306
|
||||||
|
userName: canal
|
||||||
|
password: root
|
||||||
Loading…
Reference in New Issue