[MyBatis Note 13] Two methods of using MyBatis to determine whether a data table exists (MySQL database)

This article mainly introduces two methods of using MyBatis to determine whether a data table exists (MySQL database).

Table of contents

1. information_schema.TABLES method

1.1. Query data table information

1.2. Determine whether the data table exists

Guess you like

Origin blog.csdn.net/qq_39826207/article/details/131115983