codingXiaxw / CustomerManagement

a simple customer management system using MVC model with development ducumentation :bowtie:
http://codingxiaxw.cn
1.39k stars 710 forks source link

给以后使用这个项目的同学提个醒 #23

Open pgxie opened 5 years ago

pgxie commented 5 years ago

c3p0-config.xml 文件要做下面的修改(因为版本的问题)

jdbc:mysql://localhost:3306/customer?serverTimezone=UTC com.mysql.cj.jdbc.Driver

然后修改自己的密码就可以了