dataSources.xml 870 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="DataSourceManagerImpl" format="xml" multifile-model="true">
  4. <data-source source="LOCAL" name="test_django" uuid="50f427a5-de8e-4ac0-b96d-a4f9256fa79c">
  5. <driver-ref>sqlite.xerial</driver-ref>
  6. <synchronize>true</synchronize>
  7. <jdbc-driver>org.sqlite.JDBC</jdbc-driver>
  8. <jdbc-url>jdbc:sqlite:F:\txts\Django_test\test_django</jdbc-url>
  9. </data-source>
  10. <data-source source="LOCAL" name="Django远程" uuid="42ba81ab-ccee-4adf-b0ff-3458b82a1fce">
  11. <driver-ref>mysql.8</driver-ref>
  12. <synchronize>true</synchronize>
  13. <remarks>Django</remarks>
  14. <jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
  15. <jdbc-url>jdbc:mysql://srv.test.linkerplus.com:3310/linxa_django_demo</jdbc-url>
  16. </data-source>
  17. </component>
  18. </project>