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

ud.config-server.1.0.10.source-code.application.yml Maven / Gradle / Ivy

server.port: 8080

spring:
  application:
    name: config-service
  data:
    redis:
      lettuce:
        pool:
          enabled: true
      database: 0
      host: redis
  datasource:
    driver-class-name: com.mysql.cj.jdbc.Driver
    url: jdbc:mysql://mysql:3306/apzda_infra_db?characterEncoding=UTF-8&useUnicode=true&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
    username: root
    password: Abc12332!
  jpa:
    hibernate:
      ddl-auto: validate
    open-in-view: false
  flyway:
    enabled: false

logging:
  level:
    com.apzda: debug





© 2015 - 2024 Weber Informatics LLC | Privacy Policy