Skip to content

Commit

Permalink
Merge pull request #3 from urdego/Feature/#1
Browse files Browse the repository at this point in the history
init
  • Loading branch information
Ban-gilhyeon authored Jan 27, 2025
2 parents aa4ebe0 + 454d7fe commit 1d5d8a5
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ dependencies {
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'

//DB
//webSocket
implementation 'org.springframework.boot:spring-boot-starter-websocket'

//Redis

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package urdego.io.urdego_notification_service.api;

import org.springframework.web.bind.annotation.RestController;

@RestController
public class NotificationController {
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package urdego.io.urdego_notification_service.domain.service;

public interface NotificationService {
//메세지 전송

//메세지 확인

//
}

0 comments on commit 1d5d8a5

Please sign in to comment.