15 Ağustos 2023 Salı

Docker ve ActiveMQ

Örnek
Şöyle yaparız
> docker run -d --name activemq -p 61616:61616 -p 8161:8161 webcenter/activemq
Daha sonra şu adrese gideriz
Kullanıcı adı : admin Şifre : admin

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