- Jakarta EE Cookbook
- Elder Moraes
- 12字
- 2021-06-24 16:12:42
Getting ready
First, let's add the required dependency:
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>8.0</version>
<scope>provided</scope>
</dependency>
推薦閱讀
- C語言程序設計教程
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- AngularJS Testing Cookbook
- Mastering Natural Language Processing with Python
- 看透JavaScript:原理、方法與實踐
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- 利用Python進行數據分析(原書第3版)
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- 劍指Java:核心原理與應用實踐
- ASP.NET Core 2 Fundamentals
- RabbitMQ Essentials
- Visual Foxpro 9.0數據庫程序設計教程
- Angular應用程序開發指南
- Unity 5.X從入門到精通
- Angular Design Patterns