11 Eylül 2023 Pazartesi

Jetty Kullanımı

Maven
Şu satırı dahile deriz
<dependency>
  <groupId>org.eclipse.jetty</groupId>
  <artifactId>jetty-bom</artifactId>
  <version>9.4.51.v20230217</version>
  <scope>import</scope>
  <type>pom</type>
</dependency>

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...