12345678910111213141516171819 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project version="4">
- <component name="DataSourceManagerImpl" format="xml" multifile-model="true">
- <data-source source="LOCAL" name="36.110.106.156" uuid="d3edc464-7775-4251-9430-305a6c8c39c3">
- <driver-ref>mysql.8</driver-ref>
- <synchronize>true</synchronize>
- <jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
- <jdbc-url>jdbc:mysql://36.110.106.156:3306</jdbc-url>
- <working-dir>$ProjectFileDir$</working-dir>
- </data-source>
- <data-source source="LOCAL" name="@localhost" uuid="656b84ef-baa2-423d-95fe-000a2972e769">
- <driver-ref>redis</driver-ref>
- <synchronize>true</synchronize>
- <jdbc-driver>jdbc.RedisDriver</jdbc-driver>
- <jdbc-url>jdbc:redis://36.110.106.156:6379/0</jdbc-url>
- <working-dir>$ProjectFileDir$</working-dir>
- </data-source>
- </component>
- </project>
|