Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| eadl:bloc3:dev_av:config [2025/09/17 01:22] – créée jcheron | eadl:bloc3:dev_av:config [2025/09/17 16:00] (Version actuelle) – [H2] jcheron | ||
|---|---|---|---|
| Ligne 2: | Ligne 2: | ||
| ===== application.properties ===== | ===== application.properties ===== | ||
| ==== H2 ==== | ==== H2 ==== | ||
| - | < | + | < |
| - | 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 | ||
| + | |||
| </ | </ | ||
| ==== Logs JPA ==== | ==== Logs JPA ==== | ||
| - | < | + | < |
| # | # | ||
| spring.jpa.properties.hibernate.format_sql=true | spring.jpa.properties.hibernate.format_sql=true | ||