在 SpringBoot 项目中使用 JPA

新建项目,增加依赖 在 Intellij IDEA 里面新建一个空的 SpringBoot 项目。 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency
相关文章
相关标签/搜索