main.com.saadahmedev.base.controller.functional.BaseFindAllController.kt Maven / Gradle / Ivy
Go to download
Base Spring Boot service is created to simplify code base and gives a lot of boilerplate codes
package com.saadahmedev.base.controller.functional
import org.springframework.http.ResponseEntity
import org.springframework.web.bind.annotation.GetMapping
@FunctionalInterface
interface BaseFindAllController {
@GetMapping
fun findAll(): ResponseEntity>
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy