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

Published: 20 December 2018
on channel: 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


On this page of the site you can watch the video online Create Spring-Boot project in Visual Studio Code (VSCODE). with a duration of hours minute second in good quality, which was uploaded by the user Let's Learn Together 20 December 2018, share the link with friends and acquaintances, this video has already been watched 2,671 times on youtube and it was liked by 21 viewers. Enjoy your viewing!