Marco Antonio Blos de Souza

Results 5 comments of Marco Antonio Blos de Souza

Lembrar de identificar com data, esse tipo de regra costuma mudar seguidamente. Seria interessante colocar todos os links dos sites do governo que explicitem cada resposta, aí quando o processo...

If you want to deal with dynamic queue's name you can use SPEL like this: @SqsListener(value = "my-queue-base-name-${my.param.name}") public void queueListenerWithDynamicName(MyObject myObject) { System.out.println(myObject.getField()); } And in your properties config...

Hi @anne-k I got your point now and I don't know how to help you now. If I find a way, I will comment here.

As a possible workaround, you can use a relative path, for instance: `src/main/resources/open-api-spec.yaml`

> > As a possible workaround, you can use a relative path, for instance: `src/main/resources/open-api-spec.yaml` > > Note that this doesn't work with multi module projects, especially if the spec...