application-dev.properties
468 Bytes
salt = sincere
server.port=8999
#测试站点数据库
spring.datasource.username=SZJXTUSER
spring.datasource.password=xst200919
spring.datasource.url=jdbc:sqlserver://60.190.202.57:14333;Database=SmartCampusSZ
spring.datasource.driver-class-name=com.microsoft.sqlserver.jdbc.SQLServerDriver
mybatis.mapper-locations=classpath:/mapper/*.xml
mybatis.type-aliases-package=com.sincere.morningcheck.model
# springboot 部署环境的选取
spring.profiles.active=dev