05 2022 档案
摘要:1. User @Entity @Table(name = "user") public class User implements UserDetails{ /** * */ private static final long serialVersionUID = 1L; @Id @Generat
阅读全文
摘要:1. pom.xml <!-- h2 database --> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> </dependency> <!-- jpa --> <dependency> <gr
阅读全文
摘要:1. maven 还没有springboot官方的gRPC客户端,使用的是net.devh <!-- gRPC --> <dependency> <groupId>net.devh</groupId> <artifactId>grpc-client-spring-boot-starter</arti
阅读全文