Spring Boot pt. 2: Setup Environment - IntelliJ, mySQL, and Postman

Опубликовано: 11 Октябрь 2023
на канале: Peachez Programming
4,695
94

Join my Patreon:
👉   / peachezprogramming  

LinkTree:
https://linktr.ee/peachezprogramming

Software Downloads:
IntelliJ
https://www.jetbrains.com/idea/download/

MySQL workbench:
https://dev.mysql.com/downloads/workb...

MySQL server:
https://dev.mysql.com/downloads/mysql/

Postman:
https://www.postman.com/downloads/

Spring Initializr:
https://start.spring.io/

MySQL connector dependency
https://mvnrepository.com/artifact/co...

Application.properties:
spring.datasource.url=jdbc:mysql://localhost:3306/nobs
spring.datasource.username=
spring.datasource.password=
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver

SQL query to create your database:
CREATE database nobs;

ChatGPT link (requires login):
https://chat.openai.com/

FULL PLAYLIST:
   • Java Spring Boot: The No BS Guide [2023]  

#java #javaframework #learnjava #learntocode #javatutorial #javaforbeginners #springboot #springboottutorial #javaspringboot #backendframework #backend #backendwebdevelopment