摘要:
系统环境变量: KeyMeaning "file.separator" Character that separates components of a file path. This is "/" on UNIX and "\" on Windows. "java.class.path" Path 阅读全文
摘要:
代码: package tools.lombok; public class MyLombok { public static void main(String[] args) { // 使用链式风格优雅地创建对象 Book book = Book.builder().name("xx入门到精通") 阅读全文