Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0952c27

Browse files
Add ReadMe.md in ConnectionPoolLess of JDBC Practice.
1 parent d0c0eb1 commit 0952c27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎ConnectionPoolLess/ReadMe.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
В данном разделе мы рассматриваем пример создания пула соединений.
2+
Мы добавили дополнительное поле в файл [application.properties](https://github.com/JcoderPaul/JDBC_Practice/blob/master/ConnectionPoolLess/resources/application.properties), которое будет определять количество соединений. Так же был изменен класс генерирующий соединения с нашей базой данных [ConnectionPoolManager](https://github.com/JcoderPaul/JDBC_Practice/blob/master/ConnectionPoolLess/src/connection_util/ConnectionPoolManager.java). При написании кода применялся класс [Proxy](https://github.com/JcoderPaul/JDBC_Practice/blob/master/Doc/Proxy_Class.txt).

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /