Replies: 1 comment
-
Already open an issue #882 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There are currently many duplicated configuration classes (e.g.,
SecurityConfig
,CorsConfig
,RestClientConfig
, etc.) within the config package across multiple services, as well as utility classes likeAuthenticationUtils
,CustomAuditingEntityListener
, etc.We propose introducing a new dependency, tentatively called common-service (name to be discussed), which will centralize these shared configurations and utilities. This way, all services can utilize the common code.
Thanks, and I look forward to discussing further.
Beta Was this translation helpful? Give feedback.
All reactions