Quick Start with MyBatisPlus (5) Common Configurations of MyBatisPlus

Author homepage:Designer Xiao Zheng
Author profile: 3 years of JAVA full-stack development experience, focusing on JAVA technology, system customization, remote guidance, committed to enterprise digital transformation, CSDN blog expert, Alibaba Cloud community expert blogger, and Blue Bridge cloud course instructor.

Insert image description here


1. type-aliases-package configuration

MyBatis-Plus is a development framework used to simplify MyBatis operations. It provides many convenient functions and features. Among them, Type Aliases Package is an important configuration item in the MyBatis configuration file, which is used to specify the package where the alias of the entity class is located.

Guess you like

Origin blog.csdn.net/qq_41464123/article/details/134767841