BAEL-7143: renamed package

This commit is contained in:
emanueltrandafir1993 2023-11-30 21:12:51 +01:00
parent f86a8acd55
commit 920dc80c41
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
package com.baeldung.spring.reactive.performance;
package com.baeldung.spring.amqp;
import java.util.HashMap;
import java.util.Map;

View File

@ -1,4 +1,4 @@
package com.baeldung.spring.reactive.performance;
package com.baeldung.spring.amqp;
import org.springframework.amqp.core.AcknowledgeMode;
import org.springframework.amqp.rabbit.connection.ConnectionFactory;

View File

@ -1,4 +1,4 @@
package com.baeldung.spring.reactive.performance;
package com.baeldung.spring.amqp;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

View File

@ -1,4 +1,4 @@
package com.baeldung.spring.reactive.performance;
package com.baeldung.spring.amqp;
import org.junit.Test;
import org.springframework.test.web.reactive.server.WebTestClient;