dataSources.xml 896 B

12345678910111213141516171819
  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="database" uuid="737a284f-b67d-4faf-aaa3-ea1b7a3f4aaf">
  5. <driver-ref>sqlite.xerial</driver-ref>
  6. <synchronize>true</synchronize>
  7. <jdbc-driver>org.sqlite.JDBC</jdbc-driver>
  8. <jdbc-url>jdbc:sqlite:$PROJECT_DIR$/database.db</jdbc-url>
  9. <working-dir>$ProjectFileDir$</working-dir>
  10. </data-source>
  11. <data-source source="LOCAL" name="instrunet" uuid="6e41bf59-81e0-4b43-a649-2165e75e4d24">
  12. <driver-ref>mysql.8</driver-ref>
  13. <synchronize>true</synchronize>
  14. <jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
  15. <jdbc-url>jdbc:mysql://mc.andyxie.cn:3306/instrunet_data</jdbc-url>
  16. <working-dir>$ProjectFileDir$</working-dir>
  17. </data-source>
  18. </component>
  19. </project>