We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb9637 commit a79c9f9Copy full SHA for a79c9f9
src/main/java/com/back/domain/user/service/UserService.java
@@ -10,9 +10,11 @@
10
import lombok.RequiredArgsConstructor;
11
import org.springframework.security.crypto.password.PasswordEncoder;
12
import org.springframework.stereotype.Service;
13
+import org.springframework.transaction.annotation.Transactional;
14
15
@Service
16
@RequiredArgsConstructor
17
+@Transactional
18
public class UserService {
19
private final UserRepository userRepository;
20
private final PasswordEncoder passwordEncoder;
0 commit comments