sol-cloud/cloud
smile 973f365fd3 refactor(common): refactor PostgreSQL exception handler
- Move the postgresql dependency from common-base-model to common-base-web
- Rename GlobalExceptionHandler to PostgreSqlExceptionHandler and relocate it to the web module
- Replace @ControllerAdvice with @RestControllerAdvice
- Add @ApiResponse annotations to enrich API documentation
- Refactor error-parsing logic into the Template Method pattern to improve reusability
- Optimize parsing and user-friendly messages for all kinds of PostgreSQL exceptions
- Unify the exception-response format to enhance user experience
2025-10-09 13:58:31 +08:00
..
common refactor(common): refactor PostgreSQL exception handler 2025-10-09 13:58:31 +08:00
gateway-9527 refactor(common): Refactor the underlying entity class and tree structure services 2025-09-17 19:04:07 +08:00
model feat(api): Add APIs for files, images, videos, and system modules 2025-09-29 17:12:27 +08:00
plugin feat(core): Add bulk queries and optimize basic services 2025-09-28 22:13:22 +08:00
web refactor(service):Refactor the query logic of the underlying service 2025-10-09 11:45:21 +08:00
pom.xml feat(plugin): Add data rights controls and optimize file services 2025-09-19 21:54:33 +08:00