add user database

This commit is contained in:
Olivier PARPAILLON
2024-11-18 14:52:29 +01:00
parent d886888d8c
commit bb2bed4a58
12 changed files with 403 additions and 6 deletions

15
.idea/dataSources.xml generated Normal file
View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="test" uuid="836eda53-d12f-4aee-b051-cf97423e2711">
<driver-ref>mysql.8</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://10.4.200.16:3306</jdbc-url>
<jdbc-additional-properties>
<property name="APPROVED_DRIVER" value="mariadb" />
</jdbc-additional-properties>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>