Commit Graph

5 Commits

Author SHA1 Message Date
dengqichen
3e577cac5c 动态注入Controller、Service所需的类 2024-11-29 17:43:44 +08:00
dengqichen
9089d9bd46 可正常启动 2024-11-28 17:36:22 +08:00
dengqichen
fa66642718 尝试修改convert迁移到service 2024-11-28 11:01:02 +08:00
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
dengqichen
b49a64724c 迁移实体类,并增加了领域模型(尝试使用event) 2024-11-26 18:22:04 +08:00