Skip to content

Commit

Permalink
[HOTFIX] debug
Browse files Browse the repository at this point in the history
debug
  • Loading branch information
himodu committed May 22, 2024
1 parent 338e66d commit ce49b86
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import java.util.Optional;

@Service
@Transactional
@RequiredArgsConstructor
public class BoothServiceImpl implements BoothService{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import java.util.Optional;

@Service
@Transactional
@RequiredArgsConstructor
public class CommentServiceImpl implements CommentService{
private final CommentRepository commentRepository;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import java.util.Optional;

@Service
@Transactional
@RequiredArgsConstructor
public class UserCountServiceImpl implements UserCountService {
private final UserCountRepository userCountRepository;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import java.util.Optional;

@Service
@Transactional
@RequiredArgsConstructor
public class UserServiceImpl implements UserService{
private final UserRepository userRepository;
Expand Down

0 comments on commit ce49b86

Please sign in to comment.