From 412ff031dcad86d955b00970b1a6077771dc2018 Mon Sep 17 00:00:00 2001 From: "ruofei.wang" Date: Sun, 17 Sep 2023 11:45:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8D=95=E8=AF=8D=E6=8B=BC?= =?UTF-8?q?=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48bc70f..eaeec23 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")