22 Nisan 2022 Cuma

Wildfly standalone.sh

-c seçeneği
Örnek
Şöyle yaparız
# This will boot WildFly in standalone mode and bind to all interfaces
/opt/jboss/wildfly/bin/standalone.sh -b 0.0.0.0 -bmanagement 0.0.0.0 -c standalone-full.xml

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