Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gentaliti/elasticsearch-spring-boot
Browse files Browse the repository at this point in the history
  • Loading branch information
gentaliti committed Oct 2, 2019
2 parents 1a30737 + 2db240a commit 139fd94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ For building and running the application you need:

## Running the application locally

There are several ways to run a Spring Boot application on your local machine. One way is to execute the `main` method in the `de.codecentric.springbootsample.Application` class from your IDE.
There are several ways to run a Spring Boot application on your local machine. One way is to execute the `main` method in the `com.gentaliti.ElasticsearchApplication` class from your IDE.

Alternatively you can use the [Spring Boot Maven plugin](https://docs.spring.io/spring-boot/docs/current/reference/html/build-tool-plugins-maven-plugin.html) like so:

Expand All @@ -21,4 +21,4 @@ mvn spring-boot:run

## Copyright

Released under the Apache License 2.0. See the [LICENSE](https://github.com/codecentric/springboot-sample-app/blob/master/LICENSE) file.
Released under the Apache License 2.0. See the [LICENSE](https://github.com/codecentric/springboot-sample-app/blob/master/LICENSE) file.

0 comments on commit 139fd94

Please sign in to comment.