🔧 Changed DB name in PS config file

This commit is contained in:
Florian Sylvain
2022-01-08 15:26:21 +01:00
parent 3ff8820113
commit 45baf040da
+1 -1
View File
@@ -5,7 +5,7 @@
<driver-ref>mysql.8</driver-ref> <driver-ref>mysql.8</driver-ref>
<synchronize>true</synchronize> <synchronize>true</synchronize>
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver> <jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://localhost:3306/projet_prog_web</jdbc-url> <jdbc-url>jdbc:mysql://localhost:3306/projet_programmation_web</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir> <working-dir>$ProjectFileDir$</working-dir>
</data-source> </data-source>
</component> </component>