Skip to content

Commit 99a2275

Browse files
committedNov 14, 2019
删除日志
1 parent 6621859 commit 99a2275

9 files changed

+1
-278
lines changed
 

‎log/app.2019-09-05.0.log

-2
This file was deleted.

‎log/app.2019-09-05.1.log

-3
This file was deleted.

‎log/error.2019-09-05.0.log

-273
This file was deleted.

‎log/error.2019-09-05.1.log

Whitespace-only changes.

‎log/http.2019-09-05.0.log

Whitespace-only changes.

‎log/http.2019-09-05.1.log

Whitespace-only changes.

‎log/slowSql.2019-09-05.0.log

Whitespace-only changes.

‎log/slowSql.2019-09-05.1.log

Whitespace-only changes.

‎src/main/resources/config/application-prod.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ spring:
55
password: 12345
66
driver-class-name: com.mysql.cj.jdbc.Driver
77
url: jdbc:mysql://127.0.0.1:3306/liuyu?useUnicode=true&characterEncoding=UTF-8
8+
# rewriteBatchedStatements=true 开启批处理
89
#初始化时建立物理连接的个数
910
initial-size: 4
1011
#最大连接池数量

0 commit comments

Comments
 (0)
Please sign in to comment.