mirror of
https://github.com/ArenMg/aren.git
synced 2024-11-22 00:20:52 +00:00
rectification orthographique
This commit is contained in:
parent
5e978d6e4f
commit
90bdc8d9ba
2 changed files with 4 additions and 4 deletions
|
@ -7,9 +7,9 @@
|
|||
<properties>
|
||||
<!-- Connection information -->
|
||||
<property name="hibernate.connection.driver_class" value="org.postgresql.Driver"/>
|
||||
<property name="hibernate.connection.url" value=""/> <!--Changer ici-->
|
||||
<property name="hibernate.connection.username" value=""/> <!--Changer ici-->
|
||||
<property name="hibernate.connection.password" value=""/> <!--Changer ici-->
|
||||
<property name="hibernate.connection.url" value="jdbc:postgresql://localhost:5432/aren_db"/>
|
||||
<property name="hibernate.connection.username" value="aren"/>
|
||||
<property name="hibernate.connection.password" value="aren1234"/>
|
||||
<property name="hibernate.default_schema" value="public"/>
|
||||
<!-- SQL and DB config -->
|
||||
<property name="hibernate.generate_statistics" value="false"/>
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div v-if="isInserted" class="success-mess">
|
||||
<p class="mess-text">Programme ajoutée avec succès</p>
|
||||
<p class="mess-text">Programme ajouté avec succès</p>
|
||||
<button
|
||||
class="exit-btn"
|
||||
@click="
|
||||
|
|
Loading…
Reference in a new issue