1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-08-19 16:08:42 +02:00

Initial commit

This commit is contained in:
galaxyoyo
2019-08-21 22:56:46 +02:00
commit 311cb66cdd
36 changed files with 2698 additions and 0 deletions

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

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="tfjm@galaxyoyo.com" uuid="ce243a48-c634-4134-8105-e68ea53cd5ed">
<driver-ref>mysql.8</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://galaxyoyo.com:3306/tfjm</jdbc-url>
<driver-properties>
<property name="autoReconnect" value="true" />
<property name="zeroDateTimeBehavior" value="CONVERT_TO_NULL" />
<property name="tinyInt1isBit" value="false" />
<property name="characterEncoding" value="utf8" />
<property name="characterSetResults" value="utf8" />
<property name="yearIsDateType" value="false" />
<property name="serverTimezone" value="GMT+1" />
</driver-properties>
<time-zone>GMT+1</time-zone>
</data-source>
</component>
</project>