PromucFlow_constructor/app/server/appsmith-server
Shrikant Sharat Kandula 842ac10316
chore: Use RequiredArgsConstructor when possible (#34280)
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.
2024-06-17 12:33:12 +00:00
..
src chore: Use RequiredArgsConstructor when possible (#34280) 2024-06-17 12:33:12 +00:00
auth-notes
pom.xml chore: Add Swagger UI for server API docs (#33477) 2024-05-15 15:49:21 +05:30