DC_Javaweb_practice/.idea/dataSources.xml
DC_DC 2bd2d6f49e 初始版本
实现了简单的JDBC操作数据库语法
并进阶使用mybatis来操作数据库
2023-11-24 22:10:59 +08:00

12 lines
534 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="ssmdemo@localhost" uuid="7b0a630e-0197-4676-8d70-611ffbe014bf">
<driver-ref>mysql.8</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://localhost:3306/ssmdemo</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>