Skip to content

Commit 53c9f19

Browse files
Merge pull request #10 from botlify-net/dev
Dev
2 parents 9b5f4dd + f5497cd commit 53c9f19

28 files changed

+1037
-992
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
Features:
2-
- Add the possibility to load a properties file with JAVA_PROPS.
3-
- Customize the environment variable name to replace the default one.
4-
- Add the possibility to load a properties file from a specific path.
5-
- Add the possibility to disable resource properties file loading.
6-
- Add the possibility to disable file system properties file loading.
2+
- Update dependencies
3+
- Lint code with two spaces

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Dot Properties
22

33
[![Latest release](https://img.shields.io/github/release/botlify-net/dot-properties.svg)](https://github.com/botlify-net/dot-properties/releases/latest)
4-
[![Build Status](https://github.com/botlify-net/bright-data-api/workflows/Java%20CI/badge.svg?branch=master)](https://github.com/botlify-net/dot-properties/actions)
4+
[![Build Status](https://github.com/botlify-net/dot-properties/workflows/Java%20CI/badge.svg?branch=master)](https://github.com/botlify-net/dot-properties/actions)
55

66
Du to the impossibility to modify the environment variables via Java.
77
We need to use the properties file.
@@ -13,8 +13,8 @@ This module help you to manage your properties in your project.
1313
Add the dependency in your pom.xml:
1414
```xml
1515
<dependency>
16-
<groupId>net.botlify.brightdata</groupId>
17-
<artifactId>bright-data-api</artifactId>
16+
<groupId>net.botlify.dot-properties</groupId>
17+
<artifactId>dot-properties</artifactId>
1818
<version>LATEST</version>
1919
</dependency>
2020
```

0 commit comments

Comments
 (0)