Spring boot social media backend given by Brain Station 23.
- 1)creates a database schema like ,
brain_station_23
- 2)set your database username and password in application.properties file
spring.datasource.username=//your name here.
spring.datasource.password=//your password here.
- 3)Set your java version from your IDE project structure Java 11
- 4)If you don't have enable lombok please install lombok from your IDE settings=>plugins.
- 5)Everything ok now you can run the project.