Skip to content
Snippets Groups Projects
Commit ccd05481 authored by ginquin's avatar ginquin
Browse files

añadido anotaciones en AuthorityServiceImpl

parent cb0973d2
Branches
No related tags found
1 merge request!1Rama postgres
......@@ -4,10 +4,15 @@ import java.io.Serializable;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Scope;
import org.springframework.context.annotation.ScopedProxyMode;
import org.springframework.stereotype.Service;
import es.uva.inf.tfg.ginquin.smellswisdom.domain.Authority;
import es.uva.inf.tfg.ginquin.smellswisdom.services.AuthorityService;
@Service("AuthorityService")
@Scope(value="singleton",proxyMode=ScopedProxyMode.TARGET_CLASS)
public class AuthorityServiceImpl implements AuthorityService,Serializable {
@Autowired
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment