Saltar al contenido

Ejemplo de código de activación spring.jpa.hibernate.ddl-auto

Hacemos una verificación profunda cada uno de los artículos en nuestro espacio con el objetivo de enseñarte en todo momento información más veraz y certera.

Ejemplo: spring.jpa.hibernate.ddl-auto

59.2Initialize a database using HibernateYou can set spring.jpa.hibernate.ddl-auto explicitly and the 
standard Hibernate property values are none, validate, update, create-drop. 
SpringBoot chooses a default value for you based on whether it thinks 
your database is embedded (default create-drop) or not (default none).An embedded database is detected by looking at the Connection type: hsqldb, 
h2 and derby are embedded, the rest are not. Be careful when switching from 
in-memory toa “real” database that you don’t make assumptions about the 
existence of the tables and data in the newplatform. You either have toset ddl-auto explicitly, or use one of the other mechanisms toinitialize 
the database.

In addition, a file named import.sql in the root of the classpath will be 
executed on startup. This can be useful for demos and for testing if you 
are careful, but probably not something you want tobe on the classpath in 
production. It is a Hibernate feature (nothing todowithSpring).

Si conservas alguna vacilación y disposición de ascender nuestro reseña eres capaz de realizar una explicación y con gusto lo estudiaremos.

¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)



Utiliza Nuestro Buscador

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *