Skip to content
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.

Implement Spring Boot #7

Closed
wants to merge 5 commits into from
Closed

Implement Spring Boot #7

wants to merge 5 commits into from

Conversation

mhallo
Copy link
Contributor

@mhallo mhallo commented Jan 16, 2018

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
Copy link
Contributor Author

mhallo commented Jan 16, 2018

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

@bmartin5263
Copy link
Collaborator

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
Copy link
Contributor Author

mhallo commented Jan 16, 2018

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
Copy link
Collaborator

groebe1kenobi commented Jan 16, 2018 via email

@mhallo
Copy link
Contributor Author

mhallo commented Jan 16, 2018

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
Copy link
Collaborator

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

@mhallo
Copy link
Contributor Author

mhallo commented Jan 16, 2018

Are you running this command within the Intellij terminal?

@mhallo
Copy link
Contributor Author

mhallo commented Jan 16, 2018

Here's how I do it.

https://youtu.be/wy8UKUU6cpc

@bmartin5263
Copy link
Collaborator

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
Copy link
Contributor Author

mhallo commented Jan 16, 2018

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
Copy link
Collaborator

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

@mhallo
Copy link
Contributor Author

mhallo commented Jan 16, 2018

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

@mhallo
Copy link
Contributor Author

mhallo commented Jan 16, 2018

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

@mhallo
Copy link
Contributor Author

mhallo commented Jan 16, 2018

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
Copy link
Collaborator

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
Copy link
Contributor Author

mhallo commented Jan 16, 2018

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
Copy link
Collaborator

I got permission denied trying to run it ./gradlew

@mhallo
Copy link
Contributor Author

mhallo commented Jan 16, 2018

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

@mhallo mhallo closed this Jan 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants