Origin: "mybatis-plus.global-config.db-config.id-type" from property source "bootstrapProperties" Reason: failed to convert java.lang.String to com.baomidou.mybatisplus.annotation.IdType Action: Update your application's configuration. The following values are valid: ASSIGN_ID ASSIGN_UUID AUTO ID_WORKER ID_WORKER_STR INPUT NONE ...
28.Mybatis-Plus配置之基本配置(mapperLocations) 29.Mybatis-Plus配置之基本配置(typeAliasesPackage) 30.Mybatis-Plus配置之进阶配置(mapUnderscoreToCamelCase、cacheEnabled) 31.Mybatis-Plus配置之DB策略配置(idType) 32.Mybatis-Plus配置之DB策略配置(tablePrefix) 33.Mybatis-Plus条件构造器之allEq的使用 34.My...