Skip to content

Commit

Permalink
Update pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
wendy512 committed Oct 12, 2024
1 parent cfd6686 commit 9f46c0a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@

<name>Stream project</name>
<description>
Streaming processing framework, source, channel, sink, support mqtt, Kafka and other components
Stream supports lightweight messaging within Spring-based applications and supports integration with external systems through declarative adapters.
These adapters provide a higher level of abstraction than Spring's support for remote processing, messaging, and scheduling.
The main goal of Stream is to provide a simple model for building enterprise integration solutions while maintaining separation of concerns, which is essential for producing maintainable and testable code.
</description>
<url>https://github.com/wendy512/stream</url>

Expand Down Expand Up @@ -216,7 +218,8 @@

<developers>
<developer>
<name>[email protected]</name>
<name>Jeff</name>
<email>[email protected]</email>
<url>https://github.com/wendy512</url>
<timezone>+8</timezone>
<roles>
Expand Down

0 comments on commit 9f46c0a

Please sign in to comment.