Update the database connection config

This commit is contained in:
YuCheng Hu 2024-08-01 10:08:29 -04:00
parent 15326ce5a1
commit c7f73a4a0e
3 changed files with 58 additions and 5 deletions

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="dataSourceStorageLocal" created-in="IU-241.17011.79">
<data-source name="USER@raspberrypi" uuid="eae84a1a-7372-4b9d-91ba-4f9645bd68ef">
<database-info product="InterSystems IRIS" version="InterSystems IRIS Version 2024.1.0.267.2 xDBC Protocol Version 67" jdbc-version="4.2" driver-name="InterSystems IRIS JDBC" driver-version="2020.3.0.221" dbms="IRIS" exact-version="2024.1" exact-driver-version="2020.3">
<extra-name-characters>%</extra-name-characters>
<identifier-quote-string>&quot;</identifier-quote-string>
</database-info>
<case-sensitivity plain-identifiers="mixed" quoted-identifiers="mixed" />
<secret-storage>master_key</secret-storage>
<user-name>_SYSTEM</user-name>
<schema-mapping>
<introspection-scope>
<node kind="database" qname="@">
<node kind="schema" qname="@" />
</node>
</introspection-scope>
</schema-mapping>
</data-source>
</component>
</project>

18
.idea/dataSources.xml Normal file
View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="USER@raspberrypi" uuid="eae84a1a-7372-4b9d-91ba-4f9645bd68ef">
<driver-ref>intersystemsiris</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>com.intersystems.jdbc.IRISDriver</jdbc-driver>
<jdbc-url>jdbc:IRIS://raspberrypi:1972/USER</jdbc-url>
<jdbc-additional-properties>
<property name="com.intellij.clouds.kubernetes.db.host.port" />
<property name="com.intellij.clouds.kubernetes.db.enabled" value="false" />
<property name="com.intellij.clouds.kubernetes.db.resource.type" value="Deployment" />
<property name="com.intellij.clouds.kubernetes.db.container.port" />
</jdbc-additional-properties>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>

View File

@ -4,9 +4,8 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="48cc3daf-b49c-4e8e-a414-c95b04c77124" name="Changes" comment="clean up project by only use IDEA">
<list default="true" id="48cc3daf-b49c-4e8e-a414-c95b04c77124" name="Changes" comment="Update the pom.xml for plugin repo">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -42,6 +41,12 @@
"node.js.selected.package.tslint": "(autodetect)",
"nodejs_package_manager_path": "npm",
"vue.rearranger.settings.migration": "true"
},
"keyToStringList": {
"DatabaseDriversLRU": [
"java.sql.Driver",
"intersystemsiris"
]
}
}]]></component>
<component name="RunManager">
@ -80,7 +85,7 @@
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1716613044992</updated>
<workItem from="1722456981993" duration="3848000" />
<workItem from="1722456981993" duration="5088000" />
</task>
<task id="LOCAL-00001" summary="not all version of JDBC can be found and run">
<option name="closed" value="true" />
@ -130,7 +135,15 @@
<option name="project" value="LOCAL" />
<updated>1722459930330</updated>
</task>
<option name="localTasksCounter" value="7" />
<task id="LOCAL-00007" summary="Update the pom.xml for plugin repo">
<option name="closed" value="true" />
<created>1722469595252</created>
<option name="number" value="00007" />
<option name="presentableId" value="LOCAL-00007" />
<option name="project" value="LOCAL" />
<updated>1722469595252</updated>
</task>
<option name="localTasksCounter" value="8" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
@ -143,6 +156,7 @@
<MESSAGE value="due to use our repo, so we set different repo for this project to" />
<MESSAGE value="init submit all new file and all cleaned files" />
<MESSAGE value="clean up project by only use IDEA" />
<option name="LAST_COMMIT_MESSAGE" value="clean up project by only use IDEA" />
<MESSAGE value="Update the pom.xml for plugin repo" />
<option name="LAST_COMMIT_MESSAGE" value="Update the pom.xml for plugin repo" />
</component>
</project>