Class LoomApplication

java.lang.Object
com.loomcache.springboot.LoomApplication

@SpringBootApplication public class LoomApplication extends Object
Spring Boot 4 application for the LoomCache distributed cache.

Launches an embedded cache node with: - REST API for cache operations - Write-through persistence via Spring Data JPA + H2 (Oracle mode) - Actuator endpoints for health/metrics

  • Constructor Details

    • LoomApplication

      public LoomApplication()