All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lex.mybatis-flex-spring-test.1.7.0.source-code.data.sql Maven / Gradle / Ivy

INSERT INTO tb_account
VALUES (1, 'Michael Yang', 18, '2020-01-11');

INSERT INTO tb_class
VALUES (1, 1, 'class111');

INSERT INTO tb_user
VALUES (1, 'tom');




© 2015 - 2024 Weber Informatics LLC | Privacy Policy