application-prod.yml 348 Bytes
Newer Older
zzrdark committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
spring:
  datasource:
    driver-class-name: com.mysql.cj.jdbc.Driver
    url: jdbc:mysql://localhost:3306/cneeds_server?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    password: cneeds!QAZ1qaz
    username: root


eureka:
  client:
    service-url:
      defaultZone: http://localhost:8761/eureka/
  instance:
    prefer-ip-address: true