Refactor response handling and centralize JSON configuration
Replaced direct fields in `AbstractResponse` with `ResponseResultInfo` for better encapsulation and consistency. Introduced `JsonConf` to provide a shared, reusable `ObjectMapper` configuration. Updated tests and logic to align with the refactored response structure, enhancing maintainability and readability.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
/.factorypath
|
||||
/.springBeans
|
||||
/.idea
|
||||
*.iml
|
||||
|
||||
# local files
|
||||
/info.txt
|
||||
|
||||
Reference in New Issue
Block a user