a new mybatis code generator example
This code shows use spring initializer (https://start.spring.io/) to initialize a springboot project, and then use mybatis code generator to generate teamplate code such as controller, server, entity, mapper, and so on.
to use it, you can: in .\src\test\java\com\taiji\Lircon\LirconApplicationTests.java 1、line 34, config the database conn 2、line 58, change the tablename which you want to generate code 3、execute the test method:NewGen(), That's all.
v0.0 2024.3.16 initializing