Create a class, and stick a @component annotation on it. Then add your class to the constructor of any services where you need it. spring will create one instance of your class(singleton) and then inject it into all your services via constructor injection for you