IU-2024.1.6 <aiko@frame Update dataSources.xml, databaseDrivers.xml
This commit is contained in:
parent
9de88a41ca
commit
e135b2099b
@ -8,11 +8,11 @@
|
||||
<jdbc-url>jdbc:mariadb://192.168.37.100:3306/df-backend</jdbc-url>
|
||||
<working-dir>$ProjectFileDir$</working-dir>
|
||||
</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>
|
||||
<synchronize>true</synchronize>
|
||||
<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>
|
||||
</component>
|
||||
</application>
|
||||
@ -10,7 +10,7 @@
|
||||
<artifact id="MySQL Connector/J 8" name="MySQL Connector/J 8" use="true" />
|
||||
</driver>
|
||||
<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 id="sqlite.xerial">
|
||||
<artifact id="Xerial SQLiteJDBC" name="Xerial SQLiteJDBC" use="true" version="3.34.0" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user