Cleaned code

This commit is contained in:
2026-03-12 17:45:39 +01:00
parent ad15395e0b
commit 0a6547821b
6 changed files with 14 additions and 16 deletions
+5 -7
View File
@@ -6,13 +6,11 @@
<synchronize>true</synchronize> <synchronize>true</synchronize>
<jdbc-driver>com.jetbrains.jdbc.sqlserver.SqlServerDriver</jdbc-driver> <jdbc-driver>com.jetbrains.jdbc.sqlserver.SqlServerDriver</jdbc-driver>
<jdbc-url>Server=romaric-thibault.fr,1433</jdbc-url> <jdbc-url>Server=romaric-thibault.fr,1433</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir> <jdbc-additional-properties>
</data-source> <property name="com.intellij.clouds.kubernetes.db.host.port" />
<data-source source="LOCAL" name="@romaric-thibault.fr [2]" uuid="ca3f05f9-1785-497e-bb80-adf40963d717"> <property name="com.intellij.clouds.kubernetes.db.enabled" value="false" />
<driver-ref>sqlserver.jb</driver-ref> <property name="com.intellij.clouds.kubernetes.db.container.port" />
<synchronize>true</synchronize> </jdbc-additional-properties>
<jdbc-driver>com.jetbrains.jdbc.sqlserver.SqlServerDriver</jdbc-driver>
<jdbc-url>Server=romaric-thibault.fr,1433</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir> <working-dir>$ProjectFileDir$</working-dir>
</data-source> </data-source>
</component> </component>
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="db-tree-configuration"> <component name="db-tree-configuration">
<option name="data" value="----------------------------------------&#10;1:0:d39cb28a-f071-4fe6-bb03-b2350028b821&#10;2:0:ca3f05f9-1785-497e-bb80-adf40963d717&#10;" /> <option name="data" value="----------------------------------------&#10;1:0:d39cb28a-f071-4fe6-bb03-b2350028b821&#10;" />
</component> </component>
</project> </project>