Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasnieberler authored Apr 24, 2024
1 parent 14e1e9a commit 3b32b04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Here you can easily set up and use Morphia and Jedis.
<dependency>
<groupId>world.avionik</groupId>
<artifactId>database-simplified</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -18,7 +18,7 @@ Here you can easily set up and use Morphia and Jedis.
### Gradle
```groovy
dependencies {
compileOnly 'world.avionik:database-simplified:1.0.1'
compileOnly 'world.avionik:database-simplified:1.0.2'
}
```

Expand All @@ -29,6 +29,7 @@ There are two different ways to enter your sensitive data during setup. You can
DatabaseSimplifiedKit.createConfiguration()
.withMorphia(MorphiaSettings.fromConfig()) // Of course you can also use fromEnv() here
.withJedis(JedisSettings.fromEnv()) // Of course you can also use fromConfig() here
.withArango(ArangoSettings.fromConfig()) // Of course you can also use fromEnv() here
.start()
```

Expand Down

0 comments on commit 3b32b04

Please sign in to comment.