Ffit2cloud-chenywrefactor: 初始化dev-v2
afd05faf创建于 2023年10月23日历史提交

spring:

  cloud:
    nacos:
      discovery:
        enabled: true
        server-addr: 127.0.0.1:8848
  datasource:
    url: jdbc:mysql://localhost:3306/de_manage?autoReconnect=false&useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8&zeroDateTimeBehavior=convertToNull&useSSL=false
    username: root
    password: 1qaz@WSX
  flyway:
    enabled: false
  messages:
    basename: i18n/core


dynamic:
  datasource:
    official-ds:
      driver-class-name: com.mysql.cj.jdbc.Driver
      url: jdbc:mysql://localhost:3306/de_official?autoReconnect=false&useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8&zeroDateTimeBehavior=convertToNull&useSSL=false
      username: root
      password: 1qaz@WSX

mybatis-plus:
  mapper-locations: classpath:mybatis/*.xml