Skip to content

Commit 502739e

Browse files
committed
step 0 -> step 1로 수정
1 parent 5d20e56 commit 502739e

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

0 Bytes
Binary file not shown.

src/main/java/net/harunote/hellomessagequeue/step0/MessageController.java renamed to src/main/java/net/harunote/hellomessagequeue/step1/MessageController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package net.harunote.hellomessagequeue.step0;
1+
package net.harunote.hellomessagequeue.step1;
22

33
import org.springframework.web.bind.annotation.PostMapping;
44
import org.springframework.web.bind.annotation.RequestBody;

src/main/java/net/harunote/hellomessagequeue/step0/RabbitMQConfig.java renamed to src/main/java/net/harunote/hellomessagequeue/step1/RabbitMQConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package net.harunote.hellomessagequeue.step0;
1+
package net.harunote.hellomessagequeue.step1;
22

33
import org.springframework.amqp.core.Queue;
44
import org.springframework.amqp.rabbit.connection.ConnectionFactory;

src/main/java/net/harunote/hellomessagequeue/step0/Receiver.java renamed to src/main/java/net/harunote/hellomessagequeue/step1/Receiver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package net.harunote.hellomessagequeue.step0;
1+
package net.harunote.hellomessagequeue.step1;
22

33
import org.springframework.stereotype.Component;
44

src/main/java/net/harunote/hellomessagequeue/step0/Sender.java renamed to src/main/java/net/harunote/hellomessagequeue/step1/Sender.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package net.harunote.hellomessagequeue.step0;
1+
package net.harunote.hellomessagequeue.step1;
22

33
import org.springframework.amqp.rabbit.core.RabbitTemplate;
44
import org.springframework.stereotype.Component;

0 commit comments

Comments
 (0)