mirror of
https://github.com/Floriansylvain/projet_programmation_web.git
synced 2026-08-19 11:43:16 +02:00
🔧 Changed DB name in PS config file
This commit is contained in:
Generated
+1
-1
@@ -5,7 +5,7 @@
|
||||
<driver-ref>mysql.8</driver-ref>
|
||||
<synchronize>true</synchronize>
|
||||
<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>
|
||||
</data-source>
|
||||
</component>
|
||||
|
||||
Reference in New Issue
Block a user