This repository has been archived on 2025-01-14. You can view files and clone it, but cannot push or open issues/pull-requests.
computer-web/src/main/resources/c3p0-config.xml

10 lines
445 B
XML
Raw Normal View History

2024-12-21 23:24:33 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<c3p0-config>
<default-config>
<property name="driverClass">com.mysql.cj.jdbc.Driver</property>
<property name="jdbcUrl">jdbc:mysql://localhost:3306/work?serverTimezone=GMT%2B8&amp;useUnicode=true&amp;characterEncoding=utf-8&amp;useSSL=false</property>
<property name="user">root</property>
<property name="password">root</property>
</default-config>
</c3p0-config>