Skip to content

Spring Boot Auto-Configuration Starter #12

@chitralabs

Description

@chitralabs

Feature Request: Spring Boot Starter

A Spring Boot starter would allow zero-config injection of Sheetz into Spring applications:

@Service
public class ReportService {
    @Autowired
    private SheetzTemplate sheetz; // Auto-configured bean

    public List<Product> importProducts(MultipartFile file) {
        return sheetz.read(file.getInputStream(), Product.class);
    }
}

New repo: chitralabs/sheetz-spring-boot-starter
Maven artifact: io.github.chitralabs.sheetz:sheetz-spring-boot-starter

This would be published as a separate Maven artifact to Maven Central,
dramatically expanding Sheetz's reach into the Spring Boot ecosystem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions