|
@@ -81,11 +81,10 @@ style: |
|
|
|
|
|
|
|
|
---
|
|
---
|
|
|
|
|
|
|
|
-# Spring Data
|
|
|
|
|
|
|
+# Spring Data:
|
|
|
|
|
|
|
|
-### Capa de persistencia relacional
|
|
|
|
|
|
|
+### Persistencia en Sistemas Relacionales
|
|
|
|
|
|
|
|
->Un paseito por las capas de persistencia de Spring Boot
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
<br/>
|
|
|
<br/>
|
|
<br/>
|
|
@@ -311,6 +310,10 @@ Una entidad define:
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+Se configura en el application.properties
|
|
|
|
|
+(`spring.jpa.hibernate.ddl-auto`)
|
|
|
|
|
+
|
|
|
---
|
|
---
|
|
|
|
|
|
|
|
## Impacto real del DDL automático
|
|
## Impacto real del DDL automático
|