- Jakarta EE Cookbook
- Elder Moraes
- 28字
- 2021-06-24 16:12:34
Getting ready
First, you need to add the right Jakarta Bean Validation dependency to your project, as follows:
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>6.0.15.Final</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.el</artifactId>
<version>3.0.1-b11</version>
</dependency>
</dependencies>
推薦閱讀
- Learning Python Web Penetration Testing
- Apache ZooKeeper Essentials
- Instant Apache Stanbol
- Reactive Programming with Swift
- Java 9 Programming Blueprints
- 區塊鏈:以太坊DApp開發實戰
- Learning Python Design Patterns(Second Edition)
- 青少年Python編程入門
- Python算法指南:程序員經典算法分析與實現
- 圖數據庫實戰
- ASP.NET程序開發范例寶典
- Visual Basic 6.0程序設計實驗教程
- 人工智能算法(卷1):基礎算法
- Troubleshooting Citrix XenApp?
- 邊玩邊學Scratch3.0少兒趣味編程