- Notifications
You must be signed in to change notification settings - Fork427
feat: Add New Module for Spring Boot Starter#616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull Request Overview
This PR adds a new Spring Boot starter module for the Apache Fesod library, providing auto-configuration and Spring integration. The starter enables easy configuration through properties and provides aFesodTemplate
bean for seamless integration with Spring Boot applications.
- Adds a complete Spring Boot starter module with auto-configuration
- Provides property-based configuration for Fesod settings
- Includes comprehensive test coverage for auto-configuration and property binding
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 4 comments.
Show a summary per file
File | Description |
---|---|
pom.xml | Adds the new spring boot starter module to the parent project |
fesod-spring-boot-starter/pom.xml | Maven configuration for the starter module with Spring Boot dependencies |
fesod-spring-boot-starter/src/main/java/org/apache/fesod/spring/boot/FesodTemplate.java | Main template class providing Spring-integrated access to Fesod builders |
fesod-spring-boot-starter/src/main/java/org/apache/fesod/spring/boot/autoconfigure/FesodAutoConfiguration.java | Spring Boot auto-configuration class |
fesod-spring-boot-starter/src/main/java/org/apache/fesod/spring/boot/autoconfigure/FesodProperties.java | Configuration properties class for property binding |
fesod-spring-boot-starter/src/main/java/org/apache/fesod/spring/boot/autoconfigure/FesodReaderBuilderCustomizer.java | Interface for customizing reader builders |
fesod-spring-boot-starter/src/main/java/org/apache/fesod/spring/boot/autoconfigure/FesodWriterBuilderCustomizer.java | Interface for customizing writer builders |
fesod-spring-boot-starter/src/main/resources/META-INF/spring.factories | Spring Boot 2.x auto-configuration registration |
fesod-spring-boot-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports | Spring Boot 3.x auto-configuration registration |
fesod-spring-boot-starter/src/test/java/org/apache/fesod/spring/boot/autoconfigure/FesodAutoConfigurationTest.java | Tests for auto-configuration functionality |
fesod-spring-boot-starter/src/test/java/org/apache/fesod/spring/boot/autoconfigure/FesodPropertiesBindingTest.java | Tests for property binding |
README.md | Documentation for the new Spring Boot starter functionality |
Tip: Customize your code reviews with copilot-instructions.md.Create the file orlearn how to get started.
...g-boot-starter/src/main/java/org/apache/fesod/spring/boot/autoconfigure/FesodProperties.javaShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
...g-boot-starter/src/main/java/org/apache/fesod/spring/boot/autoconfigure/FesodProperties.javaShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
fesod-spring-boot-starter/src/main/java/org/apache/fesod/spring/boot/FesodTemplate.javaShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull Request Overview
Copilot reviewed 12 out of 12 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md.Create the file orlearn how to get started.
...ter/src/test/java/org/apache/fesod/spring/boot/autoconfigure/FesodPropertiesBindingTest.java OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Welcome to discuss the mandatory requirement if starter be there~ |
Purpose of the pull request
Closed:#614
Add New Module for Spring Boot Starter
Provide starter dependencies

Configure auto-complete

Checklist