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

fr.pacifista.api.web.news.service.resources.PacifistaNewsResource Maven / Gradle / Ivy

There is a newer version: 1.5.3.11
Show newest version
package fr.pacifista.api.web.news.service.resources;

import com.funixproductions.core.crud.resources.ApiResource;
import fr.pacifista.api.web.news.client.clients.PacifistaNewsClient;
import fr.pacifista.api.web.news.client.dtos.PacifistaNewsDTO;
import fr.pacifista.api.web.news.service.services.PacifistaNewsService;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;

@RestController
@RequestMapping("/web/news")
public class PacifistaNewsResource extends ApiResource implements PacifistaNewsClient {
    public PacifistaNewsResource(PacifistaNewsService pacifistaNewsService) {
        super(pacifistaNewsService);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy