spring.application.name=iot-api spring.profiles.active=dev spring.datasource.username=thd spring.datasource.password=pmd19930415A spring.datasource.url=jdbc:sqlserver://60.190.202.57:14333;database=test spring.datasource.driver-class-name=com.microsoft.sqlserver.jdbc.SQLServerDriver mybatis.config-location=classpath:mybatis-config.xml mybatis.mapper-locations=classpath:/mapper/*.xml mybatis.type-aliases-package=com.sincre.springboot.model #eureka.instance.hostname=localhost #不向注册中心注册 eureka.client.register-with-ecueka=false #不去检索服务 eureka.client.fetch-registry=false eureka.client.serviceUrl.defaultZone=http://121.40.109.21:8761/eureka/