Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuskrah committed Mar 18, 2024
1 parent 7546f9e commit 9519aee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,12 @@ export SPRING_DATA_MONGODB_PASSWORD=testpassword
export SPRING_DATA_MONGODB_AUTHENTICATION_DATABASE=admin
```

Set permissions on the `keyfile`:

```bash
chmod 400 src/main/resources/docker/keyfile
```

Start the database:

```bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ import org.springframework.context.ApplicationEventPublisher
import org.springframework.context.ApplicationEventPublisherAware

/**
* It is difficult using java bean properties when creating a BeanDefintion using MongockRunnerBuilder.
* This support class enables creating a [org.springframework.beans.factory.config.BeanDefinition] programmatically for the MongockRunnerBuilder.
* @author Julius Krah
* @see MongockRunner
* @see RunnerSpringbootBuilder
*/
class MongockRunnerSupport: ApplicationContextAware, ApplicationEventPublisherAware {
var driver: ConnectionDriver? = null
Expand Down

0 comments on commit 9519aee

Please sign in to comment.