application.yaml 722 Bytes
server:
  port: 10008

spring:
  application:
    name: mypulsar
  datasource:
    url: jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC
    username: root
    password: 123456
#    driver-class-name: com.mysql.cj.jdbc.Driver

mybatis:
  type-aliases-package: com.example.mypulsar.dao
  mapper-locations: classpath:mapper/*.xml
  config-location: classpath:mybatis-config.xml



eureka:
  instance:
    hostname: localhost
    lease-expiration-duration-in-seconds: 60
    lease-renewal-interval-in-seconds: 10
  client:
    service-url:
      #      defaultZone: http://localhost:8761/eureka/
      defaultZone: http://121.40.109.21:8761/eureka/,http://121.40.109.21:8762/eureka/