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] └─────┘
15 lines
433 B
Properties
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 |