application-prod.properties 479 Bytes
salt = sincere

server.port=8999

#正式站点数据库
spring.datasource.username=szjxtuser
spring.datasource.password=RQminVCJota3H1u8bBYH
spring.datasource.url=jdbc:sqlserver://116.62.155.137:33419;database=smartcampus
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=prod