Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/work-jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- main
- Feature/AtomicFactory
permissions:
contents: write
pages: write
Expand Down
8 changes: 8 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Changelog:

---

## 🌟 Why ConnectLib?
## Why ConnectLib?

Imagine an API that doesn't just connect services, but becomes the conductor of your integrations. ConnectLib is designed to:

Expand All @@ -76,17 +76,17 @@ Imagine an API that doesn't just connect services, but becomes the conductor of

---

## 🛠️ Main Features
## Main Features

- 🔌 **Centralized connector management**
- **Automated job execution**
- 🧩 **Extensible and modular**
- 📊 **Detailed logs and monitoring**
- 🔒 **Built-in security**
- **Centralized connector management**
- **Automated job execution**
- **Extensible and modular**
- **Detailed logs and monitoring**
- **Built-in security**

---

## 🚦 Quick Start
## Quick Start

1. **Clone the project**
```bash
Expand All @@ -104,29 +104,29 @@ Imagine an API that doesn't just connect services, but becomes the conductor of

---

## 🧑‍💻 Usage Example
## Usage Example

More examples HERE: [ExampleUsages.java](src/main/java/fr/sandro642/github/example/ExampleUsages.java)

---
[build.gradle](build.gradle)
## 📚 Project Structure

## Project Structure

- `src/main/java/fr/sandro642/github/` : main source code
- `src/test/java/fr/sandro642/github/test/` : unit tests
- `build.gradle` : Gradle configuration

---

## 🤝 Contributing
## Contributing

1. Fork the repo
2. Create a branch (`feature/my-feature`)
3. Push your changes and open a PR

---

## 📞 Contact
## Contact

For any questions or suggestions: [sandro33810@gmail.com](mailto:sandro33810@gmail.com)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'fr.sandro642.github'
version = '0.4.3.1-STABLE'
version = '0.4.6-STABLE'

// Générer une classe de version automatiquement
task generateVersionClass {
Expand Down
107 changes: 0 additions & 107 deletions src/main/java/fr/sandro642/github/example/ExampleUsages.java

This file was deleted.

Loading