server: port: 8881 spring: datasource: driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver url: jdbc:sqlserver://10.0.0.20:1433;DatabaseName=Water username: sa password: Abc123456 # MyBatis 配置 mybatis: mapper-locations: mapper/**/*Mapper.xml type-aliases-package: com.robot.remote.smartrobotremote.domain