Blame view

springboot/src/main/resources/application.properties 530 Bytes
fc4c9918   baishou   增加服务注册功能
1
spring.application.name=iot-api
9cc79d0a   caoyang   commit mybatis se...
2
3

spring.profiles.active=dev
a70f2037   caoyang   百度接口回调封装,切图接口调试完成
4

fc4c9918   baishou   增加服务注册功能
5
6
7
8
9
10
11
12
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

a70f2037   caoyang   百度接口回调封装,切图接口调试完成
13

773c31ce   caoyang   注册中心配置
14
eureka.client.serviceUrl.defaultZone=http://121.40.109.21:8761/eureka/
a9c712fd   caoyang   旷视云 api 配置,接口添加