2020-10-18から1日間の記事一覧

JPA のエンティティクラスに必要なデフォルトコンストラクタは直接記述する

JPA のエンティティクラスにデフォルトコンストラクタとして Lombok の @NoArgsConstructorを利用すると開発の邪魔になる問題が発生するので使わないほうがいい。 @Entity @Table(name = "staff") @Data @AllArgsConstructor @NoArgsConstructor(onConstruct…

HashiCorp Waypoint のドキュメントを読んだ

リンク Announcing HashiCorp Waypoint Waypoint by HashiCorp GitHub - hashicorp/waypoint: A tool to build, deploy, and release any application on any platform. GitHub - hashicorp/waypoint-examples: Example Apps that can be deployed with Wayp…