This class injects `mongoOperations`, which isn't available on Postgres, so there we inject `entityManager`. So when constructor params change in this class, we get an unnecessary conflict. Using `@RequiredArgsConstructor` makes this conflict go away. And a minor case-fix in a log message. |
||
|---|---|---|
| .. | ||
| src | ||
| auth-notes | ||
| pom.xml | ||