Closed Naenyn closed 2 months ago
Autowired all fields. Added a qualifier for Ehcache. Removed constructor and reference.
A recent refactor broke proper startup of uP. This PR fixes things by adding more Spring @Autowired and @Qualifier bean management.
@Autowired
@Qualifier
Autowired all fields. Added a qualifier for Ehcache. Removed constructor and reference.
Checklist
Description of change
A recent refactor broke proper startup of uP. This PR fixes things by adding more Spring
@Autowired
and@Qualifier
bean management.