Skip to content

Commit 145a072

Browse files
committed
Edit StarterConnectionPool.java
1 parent 9d5b5d5 commit 145a072

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Spring_part_3/src/main/java/spring/oldboy/pool/StarterConnectionPool.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
package spring.oldboy.pool;
2+
23
/* Примерный вид bean-a из реального приложения - неизменяем, много аннотаций */
4+
35
import org.springframework.beans.factory.annotation.Autowired;
46
import org.springframework.beans.factory.annotation.Value;
57
import org.springframework.stereotype.Component;

0 commit comments

Comments
 (0)