3 Ocak 2023 Salı

Docker ve Payara

Örnek
Şöyle yaparız
FROM payara/server-full:6.2022.1
COPY ./target/${artifactId}.war $DEPLOY_DIR

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