From 508be7786e62611c9f99e2a41b929e2310d18d51 Mon Sep 17 00:00:00 2001 From: Regexp Date: Sat, 25 May 2024 13:24:18 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index de51d38..4c607a9 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # coding-trainee #### 项目介绍 + coding-trainee(代码练习生),该项目主要包含日常学习、工作实践、案例分享等内容。在这里,我将分享自己日常积累的编程知识、编程技能,并通过实际案例分享学习成果和心得。 #### 分支说明 本项目分支主要分为四种,分别为 base、test、feature、demo,base 分支基于 master 拉取,其它分支基于 base 分支拉取。 + - base: 基础模板代码的分支,比如 SpringBoot、SpringCloud等 - test: 代码测试用的分支,比如 Java、MySQL、Groovy 等 - feature: 实现某些功能的分支,比如接口操作记录、分布式链路 ID 实现方案等 -- Gitee From 4fd65299f33509caef84d6d4ceff279329d0ad20 Mon Sep 17 00:00:00 2001 From: Regexp Date: Sat, 25 May 2024 13:29:45 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0c62d6e..3eb9b71 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,9 @@ coding-trainee 1.0.0 coding-trainee - coding-trainee(代码练习生),该项目主要包含日常学习、工作实践、案例分享等内容。在这里,我将分享自己日常积累的编程知识、编程技能,并通过实际案例分享学习成果和心得。 + + coding-trainee(代码练习生),该项目主要包含日常学习、工作实践、案例分享等内容。在这里,我将分享自己日常积累的编程知识、编程技能,并通过实际案例分享学习成果和心得。 + 8 -- Gitee From 0af1567ced4b2181d6ce559537b2c4193e1576d4 Mon Sep 17 00:00:00 2001 From: Regexp Date: Sat, 8 Jun 2024 00:04:55 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89banner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/banner.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/main/resources/banner.txt diff --git a/src/main/resources/banner.txt b/src/main/resources/banner.txt new file mode 100644 index 0000000..02b4f52 --- /dev/null +++ b/src/main/resources/banner.txt @@ -0,0 +1,8 @@ + _ _ _ _ + | (_) | | (_) + ___ ___ __| |_ _ __ __ _ ______| |_ _ __ __ _ _ _ __ ___ ___ + / __/ _ \ / _` | | '_ \ / _` |______| __| '__/ _` | | '_ \ / _ \/ _ \ +| (_| (_) | (_| | | | | | (_| | | |_| | | (_| | | | | | __/ __/ + \___\___/ \__,_|_|_| |_|\__, | \__|_| \__,_|_|_| |_|\___|\___| + __/ | + |___/ \ No newline at end of file -- Gitee