All Downloads are FREE. Search and download functionalities are using the official Maven repository.

appy-project.behappy-canal-example.3.0.2.source-code.application.yml Maven / Gradle / Ivy

There is a newer version: 3.0.3
Show newest version
canal:
  server: 192.168.56.100
  destination: instance
  mode: rabbitMQ
  vhost: canal
  user-name: root
  password: root
spring:
  application:
    name: canal-example
  datasource:
    driver-class-name: com.mysql.cj.jdbc.Driver
    url: jdbc:mysql://192.168.56.100:3306/test
    username: root
    password: root
  jpa:
    properties:
      hibernate:
        # Method threw 'org.hibernate.LazyInitializationException' exception. Cannot evaluate
        enable_lazy_load_no_trans: true




© 2015 - 2024 Weber Informatics LLC | Privacy Policy