lambda表达式 & springboot

This commit is contained in:
法然
2022-11-14 15:46:58 +08:00
parent 59aed08fb4
commit 845c285931
3 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
/**
* Alipay.com Inc.
* Copyright (c) 2004-2022 All Rights Reserved.
*/package com.ykl.code.config;/**
*
* @author faran
* @version : MyConfig, v 0.1 2022-11-12 13:33 faran Exp $
*/public class MyConfig {
}

View File

@@ -0,0 +1,9 @@
/**
* Alipay.com Inc.
* Copyright (c) 2004-2022 All Rights Reserved.
*/package com.ykl.code.entity;/**
*
* @author faran
* @version : Pet, v 0.1 2022-11-12 13:36 faran Exp $
*/public class Pet {
}

View File

@@ -0,0 +1,9 @@
/**
* Alipay.com Inc.
* Copyright (c) 2004-2022 All Rights Reserved.
*/package com.ykl.code.entity;/**
*
* @author faran
* @version : User, v 0.1 2022-11-12 13:34 faran Exp $
*/public class User {
}