CSC394 / Project

A Web Service that will help employers not only find qualified employees, but employees that fit their culture
0 stars 0 forks source link

Implement Spring Boot #7

Closed mhallo closed 6 years ago

mhallo commented 6 years ago

Resolves #1

Includes Initial Commit, as well as some quick steps to ensure that everyone is able to run the build and reach the hello world page.

View the README.md file for steps to see if the build works on your end.

mhallo commented 6 years ago

Please try running this branch locally and see if it works on your end.

bmartin5263 commented 6 years ago

How can I review this pull request from IntelliJ, I'm reading there is no official support for it so is there a command I use on the command line to do so?

mhallo commented 6 years ago

If you pull this branch, you should be able to run the command from the IntelliJ terminal. (Sorry for the typo in the branch name)

groebe1kenobi commented 6 years ago

Would you want to clone it first from the repo and then pull?

On Mon, Jan 15, 2018 at 9:56 PM, Matt Hallowell notifications@github.com wrote:

If you pull this branch, you should be able to run the command from the IntelliJ terminal. (Sorry for the typo in the branch name)

— You are receiving this because your review was requested. Reply to this email directly, view it on GitHub https://github.com/CSC394/Project/pull/7#issuecomment-357847391, or mute the thread https://github.com/notifications/unsubscribe-auth/AYM3557rkMAf7HDXt1hFPsOs2_2jMa_Dks5tLB3cgaJpZM4RfLL0 .

-- Thanks, Sean

mhallo commented 6 years ago

Yeah, if clone this repository you should be able to see the branch in IDEA.

From there you can check it out as local.

bmartin5263 commented 6 years ago

I'm getting a gradlew command isn't found. Anything I need to install?

mhallo commented 6 years ago

Are you running this command within the Intellij terminal?

mhallo commented 6 years ago

Here's how I do it.

https://youtu.be/wy8UKUU6cpc

bmartin5263 commented 6 years ago

Yeah I ran it in the IntelliJ terminal, also I'm getting a lot of import errors and missing libraries when I look at the syntax highlighting.

mhallo commented 6 years ago

If you open the build.gradle is there a prompt on the top that says apply this suggestion? If it's there try hitting that and see if it pulls the information

bmartin5263 commented 6 years ago

I see something that says unlinked gradle project and says to import gradle project. I just finished installing gradle and maven from brew.

mhallo commented 6 years ago

Strange, you shouldn't have to do that for it to build. Perhaps I messed something up in the configuration stage.

mhallo commented 6 years ago

If you have any screen shots or stacktraces post em here so I can dig into it

mhallo commented 6 years ago

In addition, I'm going to test a fresh clone / and branch checkout on my laptop to see if I encounter the same issues.

bmartin5263 commented 6 years ago

I’ll get back to working this out tonight after my classes. For some context I’m on a Mac if that makes a difference. I’ll post some screenshots later.

mhallo commented 6 years ago

That might be the difference.

Did you try running the commands I used using ./gradlew rather than just gradlew?

Edit: I forgot to add the gradle wrapper into the project structure. I'll try to commit that shortly. (Around 6 tonight)

bmartin5263 commented 6 years ago

I got permission denied trying to run it ./gradlew

mhallo commented 6 years ago

hm. I'm going to close this for now and try to restart the setup as to avoid further issues.