提交 b7734111 编写于 作者: X xiongchun

代码生成插件测试&文档编写

上级 ea0e7d68
......@@ -49,7 +49,7 @@
<artifactId>pangu-framework-generator-maven-plugin</artifactId>
<version>5.0.6</version>
<configuration>
<url>jdbc:mysql://127.0.0.1:3306/pangu-showcases</url>
<url>jdbc:mysql://127.0.0.1:3306/pangu-examples</url>
<user>root</user>
<password>root123456</password>
<tables>user</tables>
......
......@@ -11,7 +11,7 @@ import java.util.Date;
* <p>此文件由代码生成器自动生成</p>
*
* @author 普蓝开源社区
* @date 2021-10-19 16:10:17
* @date 2021-11-15 21:54:22
*/
@Data
@Accessors(chain = true)
......
......@@ -9,7 +9,7 @@ import com.gitee.pulanos.pangu.showcases.crud.dao.entity.UserEntity;
* <p>此文件由代码生成器自动生成</p>
*
* @author 普蓝开源社区
* @date 2021-10-19 16:10:17
* @date 2021-11-15 21:54:22
*/
@Mapper
public interface UserMapper extends BaseMapper<UserEntity> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册