- Jakarta EE Cookbook
- Elder Moraes
- 26字
- 2021-06-24 16:12:46
Getting ready
First, add the required dependencies:
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>4.3.1.Final</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>8.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-core</artifactId>
<version>4.7.4</version>
<scope>test</scope>
</dependency>
推薦閱讀
- Java異步編程實戰
- 簡單高效LATEX
- 深入淺出Spring Boot 2.x
- Android 9 Development Cookbook(Third Edition)
- Monitoring Elasticsearch
- Mastering JavaScript High Performance
- Java Web開發詳解
- Java網絡編程核心技術詳解(視頻微課版)
- Getting Started with React Native
- C語言程序設計與應用(第2版)
- Hadoop 2.X HDFS源碼剖析
- 嵌入式Linux C語言程序設計基礎教程
- MySQL數據庫應用實戰教程(慕課版)
- Mastering Machine Learning with R
- 軟技能2:軟件開發者職業生涯指南