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

Опубликовано: 20 Декабрь 2018
на канале: 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


На этой странице сайта вы можете посмотреть видео онлайн Create Spring-Boot project in Visual Studio Code (VSCODE). длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Let's Learn Together 20 Декабрь 2018, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 2,671 раз и оно понравилось 21 зрителям. Приятного просмотра!