-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
9 changed files
with
54 additions
and
26 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
driverClassName=com.mysql.cj.jdbc.Driver | ||
url=jdbc:mysql://localhost:3306/atm?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=UTC | ||
url=jdbc:mysql://localhost:3306/java_bank?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=UTC | ||
username=root | ||
password=523698741qwer | ||
# 初始化连接数量 | ||
password=123456123456 | ||
# ��ʼ���������� | ||
initialSize=15 | ||
# 最大连接数 | ||
# ��������� | ||
maxActive=30 | ||
# 最大等待时间 | ||
# ���ȴ�ʱ�� | ||
maxWait=3000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.