-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
55 lines (55 loc) · 1.97 KB
/
.gitmodules
File metadata and controls
55 lines (55 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[submodule "dont-use-lombok-blindly"]
path = dont-use-lombok-blindly
url = https://github.com/2eungwoo/dont-use-lombok-blindly.git
[submodule "jpaquerytest"]
path = jpaquerytest
url = https://github.com/2eungwoo/jpatest.git
[submodule "customfilters"]
path = customfilters
url = https://github.com/2eungwoo/spring-security-exception-handling-filter.git
[submodule "jpafetchjoinpaging"]
path = jpafetchjoinpaging
url = https://github.com/2eungwoo/jpa_fetchjoin_paging.git
[submodule "logback-async-test"]
path = logback-async-test
url = https://github.com/2eungwoo/logback-async-test.git
[submodule "querydsltest"]
path = querydsltest
url = ../querydsltest
branch = main
[submodule "isolation-level-test"]
path = isolation-level-test
url = https://github.com/2eungwoo/Isolation-level-test.git
[submodule "mapping-test"]
path = mapping-test
url = https://github.com/2eungwoo/mapping-test.git
[submodule "redisson-prac"]
path = redisson-prac
url = https://github.com/2eungwoo/redisson-prac.git
[submodule "redis-prac"]
path = redis-prac
url = https://github.com/2eungwoo/redis-prac.git
[submodule "batchprac"]
path = batchprac
url = https://github.com/2eungwoo/spring-batch.git
[submodule "aop_prac"]
path = aop_prac
url = https://github.com/2eungwoo/AOP_prac.git
[submodule "jpa_n_plus_one"]
path = jpa_n_plus_one
url = https://github.com/2eungwoo/jpa_n_plus_one.git
[submodule "cache_stampede_test"]
path = cache_stampede_test
url = https://github.com/2eungwoo/cache-stampede-test.git
[submodule "batch_perform_prac"]
path = batch_perform_prac
url = https://github.com/2eungwoo/spring_batch_performance_prac.git
[submodule "distriuted-lock"]
path = distriuted-lock
url = https://github.com/2eungwoo/distributed-lock.git
[submodule "redis-lock-with-db-transaction"]
path = redis-lock-with-db-transaction
url = https://github.com/2eungwoo/redis-lock-with-db-transaction.git
[submodule "redis-stream-ack"]
path = redis-stream-ack
url = https://github.com/2eungwoo/redis-stream-ack.git