Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Oct 14, 2023
1 parent 983f6ec commit 9917600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.example.mongoes;

import static org.junit.jupiter.api.Assertions.*;

import java.util.Map;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.devtools.restart.RestartScope;
Expand Down
4 changes: 2 additions & 2 deletions boot-opensearch-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ $ ./mvnw clean verify
### Run locally

```shell
$ docker-compose -f docker/docker-compose.yml up -d
$ ./mvnw spring-boot:run -Dspring-boot.run.profiles=local
docker-compose -f docker/docker-compose.yml up -d
./mvnw spring-boot:run -Dspring-boot.run.profiles=local
```

### Using Testcontainers at Development Time
Expand Down

0 comments on commit 9917600

Please sign in to comment.