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.
Feature Request: Spring Boot Starter
A Spring Boot starter would allow zero-config injection of Sheetz into Spring applications:
New repo:
chitralabs/sheetz-spring-boot-starterMaven artifact:
io.github.chitralabs.sheetz:sheetz-spring-boot-starterThis would be published as a separate Maven artifact to Maven Central,
dramatically expanding Sheetz's reach into the Spring Boot ecosystem.