All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.infusers.core.controller.BaseController Maven / Gradle / Ivy

The newest version!
package com.infusers.core.controller;

import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;

@RestController
@RequestMapping("/api/v1/infuser") // Common prefix
public abstract class BaseController {
    // Common methods and utilities
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy