10 Nisan 2023 Pazartesi

Apache Tomcat

Apache Tomcat & JakartaEE Versions
Açıklaması şöyle
Apache Tomcat 11.0.x intended to support Jakarta EE 11
Apache Tomcat 10.1.x intended to support Jakarta EE 10
Apache Tomcat 10.0.x intended to support Jakarta EE 9
Apache Tomcat 9.0.x intended to support Jakarta EE 8

Hiç yorum yok:

Yorum Gönder

Bean Validation @GroupSequence Anotasyonu

Örnek Elimizde şöyle bir kod olsun public class SampleRequest {   @NotNull   LocalDate startDate;   @NotNull   LocalDate endDate;   @AssertT...