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