- 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>
推薦閱讀
- iOS 9 Game Development Essentials
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- QGIS By Example
- Mastering Linux Network Administration
- Java EE 7 Performance Tuning and Optimization
- Extending Puppet(Second Edition)
- 軟件供應鏈安全:源代碼缺陷實例剖析
- Practical Game Design with Unity and Playmaker
- Getting Started with Python and Raspberry Pi
- Learning Hadoop 2
- Python入門很輕松(微課超值版)
- Visual Studio Code 權威指南
- R語言數據可視化:科技圖表繪制
- Python青少年趣味編程
- Scala編程實戰