server: port: 9095 spring: datasource: type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver url: jdbc:sqlserver://172.16.2.238:12468;databaseName=TEST_MES;encrypt=false;trustServerCertificate=true username: sa password: FuDa@2025 druid: initialSize: 5 minIdle: 5 maxActive: 30 maxWait: 60000 timeBetweenEvictionRunsMillis: 60000 minEvictableIdleTimeMillis: 300000 test-while-idle: true test-on-borrow: false test-on-return: false poolPreparedStatements: true keepAlive: true maxPoolPreparedStatementPerConnectionSize: 20 useGlobalDataSourceStat: true connectionProperties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=500 filter: wall: config: multi-statement-allow: true # mybatis-plus配置 mybatis-plus: global-config: db-config: id-type: INPUT configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl map-underscore-to-camel-case: true jdbc-type-for-null: 'null' type-aliases-package: com.hk.DeviceReceiving.entity.* mapper-locations: classpath:mapper/*.xml