McGill-ECSE321-Fall2019 / project-group-20

project-group-20 created by GitHub Classroom
1 stars 3 forks source link

Create a Spring/Spring Boot project. #11

Closed ImaneChafi closed 4 years ago

ImaneChafi commented 5 years ago

We need to create a Spring Boot project for using Gradle with our JDK : https://spring.io/

ImaneChafi commented 5 years ago

Here is the link to download the springboot suite 4 : https://spring.io/tools

sofiiad commented 5 years ago

Here is the link to download the springboot suite 4 : https://spring.io/tools

For Windows this link doesn't really work. Refer to this link for help: https://www.edureka.co/blog/spring-boot-setup-helloworld-microservices-example/

Once you succesfully downloaded Spring Boot please check off your name

ImaneChafi commented 4 years ago

Everyone has downloaded the spring boot application. We still need to link it to the JDK we made with our database.

ImaneChafi commented 4 years ago

We also need to show how the database works, so creating a class called projectgroup20Application.java that either prints something to the screen, submits a form and gets data back or something like that.

ImaneChafi commented 4 years ago

Here is the link for the database url from heroku that we'll need to use in springboot : jdbc:postgresql://ec2-174-129-43-40.compute-1.amazonaws.com:5432/dd16u7sf047j1b?user=bzjsnqetecbqsy&password=654f50d164898c694144f100dcb39074683adf0e4216a47510958d675758f380&sslmode=require

Screen Shot 2019-10-13 at 10 36 10 AM
ImaneChafi commented 4 years ago

SpringBoot project works on localhost:8080 port! SpringBoot