01 2020 档案
摘要:{ "timestamp": 1579256897101, "status": 404, "error": "Not Found", "message": "No message available", "path": "/tmallgenie/getResponse" } Application启
阅读全文
摘要:Caused by: com.mysql.cj.core.exceptions.WrongArgumentException: Unable to load authentication plugin 'caching_sha2_password'. at sun.reflect.NativeCon
阅读全文
摘要:将新的值赋值给map(如果不存在)或更新具有给定key的现有值。
阅读全文
摘要:"Java Programming Language" Lambda Expressions, a new language feature, has been introduced in this release. They enable you to treat functionality as
阅读全文
摘要:告诉Spring Boot框架,该类是Spring Boot服务的入口 告诉Spring Boot,要将该类中的代码公开为Spring RestController类 此应用程序中公开的所有URL将以/hello前缀开头 将URL中传入的firstname参数映射为传递给hello方法的变量 访问h
阅读全文
摘要:项目pull后的问题: import lombok.Getter; import lombok.Setter; @Setter @Getter public class ConcreteEntity extends Entity { // 具体属性 } 一个Entity类使用lombok插件,找不到
阅读全文