Skip to content

Instantly share code, notes, and snippets.

@lc-nyovchev
Created December 13, 2018 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lc-nyovchev/5b0c4057934eef8fd9d65d19f0631190 to your computer and use it in GitHub Desktop.
Save lc-nyovchev/5b0c4057934eef8fd9d65d19f0631190 to your computer and use it in GitHub Desktop.
@Service
public class SomeService {
@Autowired private SomeDependency someDependency;
@Autowired private SomeOtherDependency someOtherDependency;
//..code
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment