IU-2024.1.6 <aiko@frame Update dataSources.xml, databaseDrivers.xml

This commit is contained in:
aiko 2024-08-27 21:16:12 +02:00
parent 9de88a41ca
commit e135b2099b
2 changed files with 3 additions and 3 deletions

View File

@ -8,11 +8,11 @@
<jdbc-url>jdbc:mariadb://192.168.37.100:3306/df-backend</jdbc-url> <jdbc-url>jdbc:mariadb://192.168.37.100:3306/df-backend</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir> <working-dir>$ProjectFileDir$</working-dir>
</data-source> </data-source>
<data-source source="LOCAL" name="postgres@192.168.37.100" uuid="2076ef74-1bd2-433c-a06a-e72a8837624a"> <data-source source="LOCAL" name="postgres@127.0.0.1" uuid="2076ef74-1bd2-433c-a06a-e72a8837624a">
<driver-ref>postgresql</driver-ref> <driver-ref>postgresql</driver-ref>
<synchronize>true</synchronize> <synchronize>true</synchronize>
<jdbc-driver>org.postgresql.Driver</jdbc-driver> <jdbc-driver>org.postgresql.Driver</jdbc-driver>
<jdbc-url>jdbc:postgresql://192.168.37.100:5432/dos_dev</jdbc-url> <jdbc-url>jdbc:postgresql://127.0.0.1:5432/dos_dev</jdbc-url>
</data-source> </data-source>
</component> </component>
</application> </application>

View File

@ -10,7 +10,7 @@
<artifact id="MySQL Connector/J 8" name="MySQL Connector/J 8" use="true" /> <artifact id="MySQL Connector/J 8" name="MySQL Connector/J 8" use="true" />
</driver> </driver>
<driver id="postgresql"> <driver id="postgresql">
<artifact id="PostgreSQL" name="PostgreSQL" use="true" version="42.2.22" /> <artifact id="PostgreSQL" name="PostgreSQL" use="true" version="42.6.0" />
</driver> </driver>
<driver id="sqlite.xerial"> <driver id="sqlite.xerial">
<artifact id="Xerial SQLiteJDBC" name="Xerial SQLiteJDBC" use="true" version="3.34.0" /> <artifact id="Xerial SQLiteJDBC" name="Xerial SQLiteJDBC" use="true" version="3.34.0" />