application.properties
519 Bytes
spring.application.name=iot-api
#server.port=8088
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.client.serviceUrl.defaultZone=http://121.40.109.21:8761/eureka/