Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
eadl:bloc3:dev_av:config [2025/09/17 01:23] – [H2] jcheron | eadl:bloc3:dev_av:config [2025/09/17 16:00] (Version actuelle) – [H2] jcheron | ||
---|---|---|---|
Ligne 3: | Ligne 3: | ||
==== H2 ==== | ==== H2 ==== | ||
<sxh bash; | <sxh bash; | ||
- | spring.datasource.url=jdbc: | + | spring.datasource.url=jdbc: |
spring.datasource.username=sa | spring.datasource.username=sa | ||
spring.datasource.password= | spring.datasource.password= | ||
Ligne 12: | Ligne 12: | ||
spring.h2.console.enabled=true | spring.h2.console.enabled=true | ||
spring.h2.console.path=/ | spring.h2.console.path=/ | ||
+ | |||
+ | #Quote sur les identifiers dans la BDD | ||
+ | spring.jpa.properties.hibernate.globally_quoted_identifiers=true | ||
+ | |||
</ | </ | ||