- Jakarta EE Cookbook
- Elder Moraes
- 13字
- 2021-06-24 16:12:43
Getting ready
First, we need to add our dependencies:
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>8.0</version>
<scope>provided</scope>
</dependency>
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Mastering Visual Studio 2017
- FuelPHP Application Development Blueprints
- Java多線程編程實戰指南:設計模式篇(第2版)
- GeoServer Cookbook
- Learning ArcGIS Pro 2
- C/C++算法從菜鳥到達人
- jQuery EasyUI網站開發實戰
- Python高級編程
- Windows Server 2012 Unified Remote Access Planning and Deployment
- Java性能權威指南(第2版)
- 用Python實現深度學習框架
- Apache Mahout Clustering Designs
- Frank Kane's Taming Big Data with Apache Spark and Python
- Raspberry Pi Robotic Projects(Third Edition)