From 1b5a3e1f1135212a3d4920a8357966f7ba9074aa Mon Sep 17 00:00:00 2001 From: admin <1738207859@qq.com> Date: Mon, 27 Sep 2021 10:44:29 +0800 Subject: [PATCH 1/8] =?UTF-8?q?=E6=88=91=E6=98=AF=E5=A4=A7=E5=B8=85?= =?UTF-8?q?=E5=93=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/newture/lxz/LxzApplication.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/newture/lxz/LxzApplication.java b/src/main/java/com/newture/lxz/LxzApplication.java index 513339f..da723b9 100644 --- a/src/main/java/com/newture/lxz/LxzApplication.java +++ b/src/main/java/com/newture/lxz/LxzApplication.java @@ -8,6 +8,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; * @author xiao.hu * @date 2021-09-15 * @apiNote 启动类 + * wy */ @SpringBootApplication @MapperScan("com.newture.lxz.mapper") -- Gitee From 532d96e77c5e65485bb182d01a05b51d65b506a5 Mon Sep 17 00:00:00 2001 From: lijunying2018 <425709810@qq.com> Date: Mon, 27 Sep 2021 14:03:31 +0800 Subject: [PATCH 2/8] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BA=86LJY=E7=9A=84?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/newture/lxz/LxzApplication.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/newture/lxz/LxzApplication.java b/src/main/java/com/newture/lxz/LxzApplication.java index 513339f..72bbdbc 100644 --- a/src/main/java/com/newture/lxz/LxzApplication.java +++ b/src/main/java/com/newture/lxz/LxzApplication.java @@ -8,6 +8,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; * @author xiao.hu * @date 2021-09-15 * @apiNote 启动类 + * 李军莹 */ @SpringBootApplication @MapperScan("com.newture.lxz.mapper") -- Gitee From 67d5bd1777d55e060af4fad703feae69dec40f65 Mon Sep 17 00:00:00 2001 From: zxy <392934587@qq.com> Date: Mon, 27 Sep 2021 15:12:53 +0800 Subject: [PATCH 3/8] =?UTF-8?q?'=E6=96=B0=E5=A2=9E'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/java/com/newture/lxz/LxzApplicationTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/com/newture/lxz/LxzApplicationTests.java b/src/test/java/com/newture/lxz/LxzApplicationTests.java index b16e0fe..4d04799 100644 --- a/src/test/java/com/newture/lxz/LxzApplicationTests.java +++ b/src/test/java/com/newture/lxz/LxzApplicationTests.java @@ -8,7 +8,7 @@ class LxzApplicationTests { @Test void contextLoads() { - System.out.println("hello, I am mimu2021 from fork"); + System.out.println("hello, I am zhaoxinyi2018 from fork"); } } -- Gitee From 5f1882d62a18651d4c067e00816d08217260c7ea Mon Sep 17 00:00:00 2001 From: admin <1738207859@qq.com> Date: Mon, 27 Sep 2021 15:23:38 +0800 Subject: [PATCH 4/8] =?UTF-8?q?=E6=88=91=E6=98=AF=E5=A4=A7=E5=B8=85?= =?UTF-8?q?=E5=93=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/newture/lxz/model/HdeAccount.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/newture/lxz/model/HdeAccount.java b/src/main/java/com/newture/lxz/model/HdeAccount.java index e92b967..2896de0 100644 --- a/src/main/java/com/newture/lxz/model/HdeAccount.java +++ b/src/main/java/com/newture/lxz/model/HdeAccount.java @@ -8,7 +8,7 @@ public class HdeAccount { * * This field was generated by MyBatis Generator. * This field corresponds to the database column hde_account.id - * + *wyseven * @mbg.generated */ private Integer id; -- Gitee From 478b604d3178f8d03352b10c0ce31788a5f432ed Mon Sep 17 00:00:00 2001 From: tan-kexin <836937758@qq.com> Date: Mon, 27 Sep 2021 15:32:49 +0800 Subject: [PATCH 5/8] 'tankexin' --- src/main/java/com/newture/lxz/LxzApplication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/newture/lxz/LxzApplication.java b/src/main/java/com/newture/lxz/LxzApplication.java index 72bbdbc..4764a62 100644 --- a/src/main/java/com/newture/lxz/LxzApplication.java +++ b/src/main/java/com/newture/lxz/LxzApplication.java @@ -8,7 +8,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; * @author xiao.hu * @date 2021-09-15 * @apiNote 启动类 - * 李军莹 + * 谭可欣 */ @SpringBootApplication @MapperScan("com.newture.lxz.mapper") -- Gitee From 22d5144951d55dc97487457d3e06a8d608e7342f Mon Sep 17 00:00:00 2001 From: zxy <392934587@qq.com> Date: Mon, 27 Sep 2021 15:36:37 +0800 Subject: [PATCH 6/8] =?UTF-8?q?'=E6=96=B0=E5=A2=9E=E4=BA=86=E6=B3=A8?= =?UTF-8?q?=E9=87=8A'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/newture/lxz/controller/DemoController.java | 1 + src/test/java/com/newture/lxz/LxzApplicationTests.java | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/newture/lxz/controller/DemoController.java b/src/main/java/com/newture/lxz/controller/DemoController.java index 7b3d383..670e418 100644 --- a/src/main/java/com/newture/lxz/controller/DemoController.java +++ b/src/main/java/com/newture/lxz/controller/DemoController.java @@ -11,6 +11,7 @@ import java.util.Map; * @author xiao.hu * @date 2021-09-15 * @apiNote + * 12345 */ @Controller public class DemoController { diff --git a/src/test/java/com/newture/lxz/LxzApplicationTests.java b/src/test/java/com/newture/lxz/LxzApplicationTests.java index 4d04799..b16e0fe 100644 --- a/src/test/java/com/newture/lxz/LxzApplicationTests.java +++ b/src/test/java/com/newture/lxz/LxzApplicationTests.java @@ -8,7 +8,7 @@ class LxzApplicationTests { @Test void contextLoads() { - System.out.println("hello, I am zhaoxinyi2018 from fork"); + System.out.println("hello, I am mimu2021 from fork"); } } -- Gitee From b6ecb14beb1a8f33749748dd51ea0830dcee04fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E7=A7=80=E4=B8=BD201830124009?= <2294177685> Date: Mon, 27 Sep 2021 16:00:27 +0800 Subject: [PATCH 7/8] =?UTF-8?q?'=E6=B7=BB=E5=8A=A0=E6=B3=A8=E9=87=8A'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/newture/lxz/controller/HdeUserController.java | 2 +- src/test/java/com/newture/lxz/LxzApplicationTests.java | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/newture/lxz/controller/HdeUserController.java b/src/main/java/com/newture/lxz/controller/HdeUserController.java index 83c0ffc..f1a0dc2 100644 --- a/src/main/java/com/newture/lxz/controller/HdeUserController.java +++ b/src/main/java/com/newture/lxz/controller/HdeUserController.java @@ -24,7 +24,7 @@ public class HdeUserController { /** * 使用@Autowire不行,只能使用@Resource - * + *软测吧 * 相同点 * Spring都支持 * 都可以作用在字段和setter方法上 diff --git a/src/test/java/com/newture/lxz/LxzApplicationTests.java b/src/test/java/com/newture/lxz/LxzApplicationTests.java index b16e0fe..ff8b816 100644 --- a/src/test/java/com/newture/lxz/LxzApplicationTests.java +++ b/src/test/java/com/newture/lxz/LxzApplicationTests.java @@ -7,8 +7,7 @@ import org.springframework.boot.test.context.SpringBootTest; class LxzApplicationTests { @Test - void contextLoads() { - System.out.println("hello, I am mimu2021 from fork"); + void contextLoads() { System.out.println("hello, I am mimu2021 from fork"); } } -- Gitee From 68237637c56cbdcdf3d5bff76f47a77154305dc4 Mon Sep 17 00:00:00 2001 From: admin <1738207859@qq.com> Date: Mon, 27 Sep 2021 16:38:30 +0800 Subject: [PATCH 8/8] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BA=86LJY?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/newture/lxz/LxzApplication.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/newture/lxz/LxzApplication.java b/src/main/java/com/newture/lxz/LxzApplication.java index 4764a62..6957526 100644 --- a/src/main/java/com/newture/lxz/LxzApplication.java +++ b/src/main/java/com/newture/lxz/LxzApplication.java @@ -9,6 +9,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; * @date 2021-09-15 * @apiNote 启动类 * 谭可欣 + * 李军莹 */ @SpringBootApplication @MapperScan("com.newture.lxz.mapper") -- Gitee