BAEL-7143: renamed package
This commit is contained in:
parent
f86a8acd55
commit
920dc80c41
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.spring.reactive.performance;
|
||||
package com.baeldung.spring.amqp;
|
||||
|
||||
import java.time.Duration;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.spring.reactive.performance;
|
||||
package com.baeldung.spring.amqp;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
|
@ -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;
|
|
@ -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;
|
|
@ -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;
|
Loading…
Reference in New Issue