Skip to content

Commit

Permalink
Merge pull request vaadin#21 from johannesh2/update-readme
Browse files Browse the repository at this point in the history
Fixed readme formatting and tutorial link
  • Loading branch information
Ilia Motornyi committed Apr 7, 2017
2 parents e51e3fa + 9dd2f76 commit 9b74111
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -3,12 +3,12 @@ Vaadin Spring tutorial

This project contains the source code for the tutorial for using Vaadin and Spring together with the help of Spring Boot.

The tutorial can be found [here](https://vaadin.com/wiki/-/wiki/Main/Vaadin+Spring).
The tutorial can be found [here](https://vaadin.github.io/spring-tutorial/).

##Running the project from command line
## Running the project from command line

Run `mvn clean install spring-boot:run` in the project root directory. After the server has started point your browser to [http://localhost:8080](http://localhost:8080) to see the resulting application.

##Running the project from your IDE
## Running the project from your IDE

Navigate to the `org.vaadin.spring.tutorial.TutorialApplication` class and run it as a Java application.
Navigate to the `org.vaadin.spring.tutorial.TutorialApplication` class and run it as a Java application.

0 comments on commit 9b74111

Please sign in to comment.