From 1b03cc782e086989eed50607951eda9dea426392 Mon Sep 17 00:00:00 2001 From: zhangli <123879394@qq.com> Date: Sat, 5 Jul 2025 01:03:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=8D=E5=8A=A1=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- src/test/java/com/sczx/app/service/CodeGenerator.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index af32c03..847e6ff 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -4,7 +4,7 @@ server: spring: application: - name: sczx-service # 微服务名称 + name: sczx-app # 微服务名称 http: encoding: charset: UTF-8 diff --git a/src/test/java/com/sczx/app/service/CodeGenerator.java b/src/test/java/com/sczx/app/service/CodeGenerator.java index b654b7d..757d7f6 100644 --- a/src/test/java/com/sczx/app/service/CodeGenerator.java +++ b/src/test/java/com/sczx/app/service/CodeGenerator.java @@ -6,7 +6,7 @@ public class CodeGenerator { public static void main(String[] args) { FastAutoGenerator.create("jdbc:mysql://115.190.8.52:3306/sczx", "sczx_user", "Sczx123@") .globalConfig(builder -> { - builder.author("yourname") + builder.author("zhangli") .outputDir(System.getProperty("user.dir") + "/src/main/java"); }) .packageConfig(builder -> {