- Jakarta EE Cookbook
- Elder Moraes
- 33字
- 2021-06-24 16:12:36
There's more...
The behavior would be exactly the same in a Jakarta EE 8 server. You just wouldn't need SeContainerInitializer and would need to change the dependencies to the following:
<dependency>
<groupId>jakarta.platform</groupId>
<artifactId>jakarta.jakartaee-api</artifactId>
<version>8.0.0</version>
</dependency>
推薦閱讀
- Node.js 10實戰
- Mastering Entity Framework
- 青少年美育趣味課堂:XMind思維導圖制作
- 數據結構(Java語言描述)
- Getting Started with CreateJS
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- 精通Linux(第2版)
- 跟戴銘學iOS編程:理順核心知識點
- Hands-On Robotics Programming with C++
- MongoDB Administrator’s Guide
- Clojure Data Structures and Algorithms Cookbook
- MySQL核心技術與最佳實踐
- 用Go語言自制編譯器
- 輕松學Scratch 3.0 少兒編程(全彩)
- Spring Boot 2+Thymeleaf企業應用實戰