79675705

Date: 2025-06-23 06:19:41
Score: 0.5
Natty:
Report link

Have you check my boilerplate project for createing a Servlet 5 (Jakarta EE 9 compatible) based Java web application.

https://github.com/hantsy/jakartaee9-servlet-starter-boilerplate.

It includes the configuration to run on Tomcat 10, and several options to run on Jetty 11, also contains the testing codes written with Arquillian and JUnit 5.

Simply update the dependency version to Jakarta EE 10 to satisfy your requirements.

Reasons:
  • Contains signature (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Hantsy