server: port: 8079 spring: datasource: driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver url: jdbc:sqlserver://10.0.3.53:1433;SelectMethod=Cursor;DatabaseName=信义 username: hongshan password: hongshan # MyBatis 配置 mybatis: mapper-locations: mapper/**/*Mapper.xml type-aliases-package: com.robot.remote.smartrobotremote.domain