Floci Dev Service for Spring Boot #1057
ThomasVitale
started this conversation in
Show and tell
Replies: 1 comment
-
|
Hi @ThomasVitale, Thanks for sharing and using Floci. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone! Floci is an incredible project, thanks so much for working on this!
I'm the creator of Arconia, a modular framework for enhancing the developer experience and cloud native support of Spring Boot applications. Among the other things, Arconia supports Dev Services for Spring Boot applications, building on top of Spring Boot's native Testcontainers support. We have already a wide range of services supported and in the latest release of Arconia, I have introduced a Floci Dev Service, so I wanted to share that with the community.
The idea is that you add a single dependency to your Spring Cloud AWS project and that's it. A Floci service is automatically started when you run the application, and it's automatically integrated. No code nor configuration needed. And you can run the app normally via
mvn spring-boot:runorgradle bootRun. Same thing for integration tests.dependencies { testAndDevelopmentOnly 'io.arconia:arconia-dev-services-floci' }I've just published a blog post to showcase how that works. If you'd like to know more about Arconia Dev Services, I have written a dedicated blog post about them.
Beta Was this translation helpful? Give feedback.
All reactions