diff --git a/README.md b/README.md index 661fdb3..677c1d2 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ 2. 在项目的test目录新建一个启动类,代码示例如下: ```java -public class GeberatorUIServer { +public class GeneratorUIServer { public static void main(String[] args) { GeneratorConfig config = GeneratorConfig.builder().jdbcUrl("jdbc:mysql://192.168.1.211:3306/example") @@ -141,4 +141,4 @@ public Map getCustomTemplateVaribles(TableInfo tableInfo){ 欢迎大家关注我的公众号(飞空之羽的技术手札),我会在上面定期分享一些关于技术的经验和感悟~ -![二维码](https://github.com/davidfantasy/mybatis-plus-generator-ui/blob/master/imgs/wechat.jpg) \ No newline at end of file +![二维码](https://github.com/davidfantasy/mybatis-plus-generator-ui/blob/master/imgs/wechat.jpg)