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

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

server.port: 8082

spring:
  application:
    name: config-service
  data:
    redis:
      host: localhost
      database: 0
      lettuce:
        pool:
          enabled: true
  datasource:
    driver-class-name: com.mysql.cj.jdbc.Driver
    url: jdbc:mysql://localhost:3307/apzda_infra_db?characterEncoding=UTF-8&useUnicode=true&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
    username: root
    password: Abc12332!
  jpa:
    show-sql: true

logging:
  level:
    com.apzda: trace





© 2015 - 2024 Weber Informatics LLC | Privacy Policy