SPRINGBOOT H2 DATABASE | WEB APP| CRUD OPERATIONS | INSERT | EDIT | DELETE | THYMLEAF| OKAYJAVA

Publicado el: 26 abril 2020
en el canal de: okay java
15,421
201

SPRINGBOOT H2 DATABASE | WEB APP| CRUD OPERATIONS | INSERT | EDIT | DELETE | THYMLEAF| OKAYJAVA

Application.properties
Persist data in file
Create a folder on c:// with name h2db
H2 will automatically create my_data_file
spring.datasource.url=jdbc:h2:file:C:/h2db/my_data_file
#spring.datasource.url = jdbc:h2:mem:h2db
spring.datasource.driverClassName=org.h2.Driver
spring.datasource.username=sa
spring.datasource.password=
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
Run data.sql and schema.sql on start
spring.sql.init.mode=always
spring.jpa.show-sql=true
enabled by default.
spring.jpa.open-in-view=false
Enable H2 Console - http://localhost:8080/h2-console
spring.h2.console.enabled=true
Console path - http://localhost:8080/h2
spring.h2.console.path=/h2

DOWNLOAD PROJECT
https://drive.google.com/open?id=1GBj...


En esta página del sitio puede ver el video en línea SPRINGBOOT H2 DATABASE | WEB APP| CRUD OPERATIONS | INSERT | EDIT | DELETE | THYMLEAF| OKAYJAVA de Duración hora minuto segunda en buena calidad , que subió el usuario okay java 26 abril 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 15,421 veces y le gustó 201 a los espectadores. Disfruta viendo!