MySQL DDL (Create Table)
Java Entity Code
MySQL to Java Entity Tool Instructions
Features
- Powerful Regex Engine: Perfectly parses MySQL
CREATE TABLEstatements with`backticks`,COMMENTannotations, and various data types. - Smart CamelCase Conversion: Automatically converts underscore-style table names (like
sys_user) to UpperCamelCase class names (SysUser), and column names to lowerCamelCase property names. - Rich Framework Support: Check the top options to inject specific annotations for ecosystems like
Lombok,MyBatis-Plus,JPA/Hibernate, andSwaggerwith one click. - Modern Date API: Supports switching between Java 8's
LocalDateTimeand traditionaljava.util.Date. - Smart Type Mapping: Automatically converts database
varchar,bigint,decimal,tinyintto Java standardString,Long,BigDecimal, andInteger.
