diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 5642429..e4c28ad 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -15,6 +15,7 @@ spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver #! TODO When Start Deploy must change this option 'create' to 'update' spring.jpa.hibernate.ddl-auto=update spring.jpa.defer-datasource-initialization=true +spring.sql.init.mode=always spring.jpa.show-sql=true spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect spring.jpa.properties.hibernate.format_sql=true