songqq 0e444508ff feat: 重构员工控制器并优化JSON序列化配置
refactor(EmployeeController): 重命名EmployyeController为EmployeeController并优化代码结构
feat(EmployeeController): 添加@JsonIgnoreProperties注解解决循环引用问题
feat(JacksonConfig): 新增Jackson配置类处理Hibernate代理和循环引用
fix(EmployeeService): 修复缓存注解格式问题
feat(Employee): 添加@JsonIgnoreProperties注解忽略可能导致循环引用的字段
feat(EmployeeRole): 添加@JsonIgnore注解忽略关联字段
fix(application.properties): 调整Redis缓存配置和错误处理设置
refactor(IndexController): 移除错误处理方法
feat(GlobalExceptionHandler): 新增全局异常处理类
refactor(SecurityConfig): 优化安全配置并启用方法级安全注解
refactor(AbstractCtx): 优化日期时间处理方法
build: 更新项目版本至0.0.53-SNAPSHOT
2025-09-04 16:06:47 +08:00
2025-08-22 19:55:19 +08:00
2025-08-22 19:55:19 +08:00
2025-08-22 19:55:19 +08:00
2025-09-03 20:56:44 +08:00
2025-08-22 19:55:19 +08:00
2025-09-03 20:56:44 +08:00
2025-09-03 20:56:44 +08:00
2025-09-03 20:56:44 +08:00
2025-08-22 19:55:19 +08:00
2025-08-22 18:26:47 +08:00
2025-08-22 19:55:19 +08:00
2025-08-22 19:55:19 +08:00

项目介绍

分模块:

  • common: 公共模块,包含实体类、公共的类、枚举、异常、工具类等
  • server: 服务端模块包含服务端的代码依赖common模块
  • client: 客户端模块包含客户端的代码依赖common模块
Description
电气开利合同管理软件
Readme GPL-3.0 9.3 MiB
Languages
Java 99.8%