Skip to content

Commit

Permalink
Update BulletinService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
practise30 committed Jun 12, 2024
1 parent 22524af commit c48f104
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/nbdream/bulletin/service/BulletinService.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
package nbdream.bulletin.service;

import lombok.RequiredArgsConstructor;
import org.springframework.stereotype.Service;

@Service
@RequiredArgsConstructor
public class BulletinService {
}

0 comments on commit c48f104

Please sign in to comment.