Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
把配置文件改回作者的样子
  • Loading branch information
qjkobe committed Jul 27, 2016
commit 8900e95334261dbbb8f6bac93e6ddb8ac1f7bbe4
63 changes: 0 additions & 63 deletions src/main/init.sql

This file was deleted.

4 changes: 2 additions & 2 deletions src/main/resources/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
# \u6570\u636E\u5E93\u914D\u7F6E
jdbc.driverClass = com.mysql.jdbc.Driver
#��д�Լ������ݿ��ַ���ʺź�����
jdbc.url = jdbc:mysql://localhost:3306/springbatis
jdbc.url = jdbc:mysql://192.168.16.137:3306/test
jdbc.user = root
jdbc.password =wdnyhghyt
jdbc.password =

#c3p0
jdbc.maxPoolSize=50
Expand Down