Skip to content

Commit 7934ba2

Browse files
authored
[Feature] - BE 테스트 개선 Bean Lazy Initialization 도입 (#664)
1 parent 3333113 commit 7934ba2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/src/test/resources/application-test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ cloud:
2323
server:
2424
port: 8081
2525
spring:
26+
main:
27+
lazy-initialization: true
2628
config:
2729
activate:
2830
on-profile: test

0 commit comments

Comments
 (0)