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