Commit 2587f5d7 authored by yanzg's avatar yanzg

修改日志打印功能,打印更加详细的日志

parent e7bb5060
package base;
import org.junit.Test;
import java.util.function.Consumer;
public class TestDemo {
@Test
public void testFieldName() {
DemoVo demo = new DemoVo();
Consumer<String> consumer = demo::setName;
System.out.println(consumer.toString());
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment