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

6 months ago
5

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/

LinkTree:
https://linktr.ee/peachezprogramming

Loading comments...