課程
/后端開發
/Java
/2小時學會Spring Boot
@Entity 沒有這個注解,請問這個javax.persistence.Entity 是在哪個jar包的? maven...
2016-12-20
源自:2小時學會Spring Boot 5-1
正在回答
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.2.RELEASE</version>
</parent>
<dependencies>
<dependency>
? ?<groupId>org.springframework.boot</groupId>
? ?<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
</dependencies>
菜天雨 提問者
Indexing Jar Types:(0%) 一直顯示這個 。。。。
舉報
Spring Boot入門視頻教程,你將學會使用Spring Boot快速構建應用程序
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2016-12-20
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.2.RELEASE</version>
</parent>
<dependencies>
<dependency>
? ?<groupId>org.springframework.boot</groupId>
? ?<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
</dependencies>
2017-02-15
Indexing Jar Types:(0%) 一直顯示這個 。。。。