application.yml 732 Bytes
server:
  port: 7779
spring:
  application:
    name: independenceSearch
  datasource:
    username: SZJXTUSER
    password: xst200919
    url: jdbc:sqlserver://60.190.202.57:14333;database=SmartPaike
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
##mybatis
mybatis:
  mapper-locations: classpath:mapper/*.xml
  type-aliases-package: com.sincere.independence.model
  check-config-location: true

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


remoting:
#  url: http://60.190.202.57:1000
  url: http://campus.myjxt.com