Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking β€œSign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RELEASE] Release Update - #319 #320

Merged
merged 18 commits into from
Dec 4, 2024
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
0264a13
[fix] NoResourceFoundException μ—λŸ¬ ν•΄κ²° - #316
gardening-y Dec 2, 2024
76fdeef
Merge pull request #317 from TeamDATEROAD/feature/#316
gardening-y Dec 2, 2024
3c88c45
[refactor] camelCase μ»¨λ²€μ…˜ λ§žμΆ”κΈ° - #315
gardening-y Dec 2, 2024
bffd3e2
[del] λΆˆν•„μš”ν•œ import μ‚­μ œ - #315
gardening-y Dec 2, 2024
7fb9eb1
[feat] RedisLockManager κ΅¬ν˜„ - #315
gardening-y Dec 4, 2024
1720476
[feat] SignUp Lock κ΅¬ν˜„ - #315
gardening-y Dec 4, 2024
cef9f74
[refactor] discord μ•Œλ¦Ό λ©”μ„œλ“œ 뢄리 - #315
gardening-y Dec 4, 2024
75822ca
[refactor] camelCase μ»¨λ²€μ…˜ μ€€μˆ˜λ₯Ό μœ„ν•œ λ³€μˆ˜λͺ… μˆ˜μ • - #315
gardening-y Dec 4, 2024
3f913a1
[refactor] AuthFacade & AuthService 계측 뢄리 - #315
gardening-y Dec 4, 2024
35db56b
[del] λΆˆν•„μš”ν•œ 곡백, import 제거 - #315
gardening-y Dec 4, 2024
8e5f6b2
[refactor] Redis FailureCode κ΅¬ν˜„ - #315
gardening-y Dec 4, 2024
852fccc
[refactor] lock type μƒμˆ˜ν™” - #315
gardening-y Dec 4, 2024
43f3f29
[chore] ν…ŒμŠ€νŠΈμš© H2 λ°μ΄ν„°λ² μ΄μŠ€ μ˜μ‘΄μ„± μΆ”κ°€ - #315
gardening-y Dec 4, 2024
96227af
[test] 쀑볡 νšŒμ›κ°€μž… λ™μ‹œμ„± μ œμ–΄ test - #315
gardening-y Dec 4, 2024
4585f01
[test] λ‹€λ₯Έ ν† ν°μœΌλ‘œ λ™μ‹œ νšŒμ›κ°€μž… μš”μ²­ μ‹œ λͺ¨λ‘ 성곡 test - #315
gardening-y Dec 4, 2024
5eb404f
[test] λ‹€λ₯Έ ν† ν°μœΌλ‘œ λ™μ‹œ νšŒμ›κ°€μž… μš”μ²­ μ‹œ λͺ¨λ‘ 성곡 test - #315
gardening-y Dec 4, 2024
64247d1
[test] SignUp SpringBoot 톡합 test - #315
gardening-y Dec 4, 2024
e1b76ed
[merge] Lettuce λΆ„μ‚° 락을 ν†΅ν•œ νšŒμ›κ°€μž… λ™μ‹œμ„± μ œμ–΄ - #315
gardening-y Dec 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[del] λΆˆν•„μš”ν•œ import μ‚­μ œ - #315
gardening-y committed Dec 2, 2024
commit bffd3e2c85da74ca306f8fe5a3e7089784c1654f
Original file line number Diff line number Diff line change
@@ -6,12 +6,8 @@
import lombok.extern.slf4j.Slf4j;
import org.dateroad.code.FailureCode;
import org.dateroad.exception.DateRoadException;
import org.dateroad.exception.EntityNotFoundException;
import org.dateroad.user.domain.User;
import org.dateroad.user.repository.UserRepository;
import org.dateroad.user.service.UserService;
import org.springframework.beans.factory.DisposableBean;
import org.springframework.cache.annotation.CachePut;
import org.springframework.data.redis.connection.stream.MapRecord;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.data.redis.stream.StreamListener;