deploy-ease-platform/backend/src/main/resources/messages_en.properties
dengqichen 06aaead053 有循环依赖
The dependencies of some of the beans in the application context form a cycle:

┌─────┐
|  jwtAuthenticationFilter defined in file [D:\work\java-space\deploy-ease-platform\backend\target\classes\com\qqchen\deploy\backend\common\security\filter\JwtAuthenticationFilter.class]
↑     ↓
|  securityConfig defined in file [D:\work\java-space\deploy-ease-platform\backend\target\classes\com\qqchen\deploy\backend\common\security\config\SecurityConfig.class]
└─────┘
2024-11-27 17:35:43 +08:00

15 lines
433 B
Properties

# \u9ED8\u8BA4\u8BED\u8A00\uFF08\u82F1\u6587\uFF09
response.success=Success
response.error=System Error
response.invalid.param=Invalid Parameter
response.unauthorized=Unauthorized
response.forbidden=Forbidden
response.not.found=Resource Not Found
response.conflict=Resource Conflict
tenant.not.found=Tenant not found
user.not.found=User not found
user.username.exists=Username already exists
user.email.exists=Email already exists