Mybatisplus
际遇0913
林深时见鹿,海蓝时见鲸
展开
-
yaml配置Mybatis
spring: datasource: username: root password: 12345678 driver-class-name: com.mysql.jdbc.Driver url: jdbc:mysql://localhost:3306/springBoot02?characterEncoding=utf-8 #配置mybatis mybatis: configuration: map-underscore-to-camel-case: .原创 2022-04-03 10:21:32 · 1998 阅读 · 0 评论 -
MyBatisPlus代码生成器
public class TestCode { public static void main(String[] args) { FastAutoGenerator.create("jdbc:mysql://localhost:3306/springBoot?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT&allowPublicKeyRetrieval=...原创 2022-04-03 09:28:29 · 1268 阅读 · 0 评论