Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gentaliti committed Oct 2, 2019
1 parent 139fd94 commit 4ea8227
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,18 @@ Simple [Spring Boot](http:https://projects.spring.io/spring-boot/) with Elasticsearch

For building and running the application you need:

- [JDK 1.8](http:https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
- [Maven 3](https://maven.apache.org)
- [JDK 11](https://openjdk.java.net/projects/jdk/11/)
- [Elasticsearch>6](https://www.elastic.co)
- [Maven](https://maven.apache.org)

## Running the application locally

First you need to adjust your Elasticsearch configurations in src/main/resources.

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:

```shell
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.
```

0 comments on commit 4ea8227

Please sign in to comment.