![Jakarta EE Cookbook](https://wfqqreader-1252317822.image.myqcloud.com/cover/97/36698097/b_36698097.jpg)
上QQ阅读APP看书,第一时间看更新
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>