Create Spring-Boot project in Visual Studio Code (VSCODE).

Publicado el: 20 diciembre 2018
en el canal de: Let's Learn Together
2,671
21

Use VScode instead of Spring-Boot Tool Suite to create Mavan-Spring projects.

Due to recent update in MySQL, you may encounter timezone error while booting the boot. If so, please add the following setting in Application.properties:

spring.datasource.url=jdbc:mysql://localhost: 3306/yourdatabasename?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC

Full sample:


spring.jpa.hibernate.ddl-auto=update
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost: 3306/msx?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC
spring.datasource.username=root
spring.datasource.password=root


En esta página del sitio puede ver el video en línea Create Spring-Boot project in Visual Studio Code (VSCODE). de Duración hora minuto segunda en buena calidad , que subió el usuario Let's Learn Together 20 diciembre 2018, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 2,671 veces y le gustó 21 a los espectadores. Disfruta viendo!