skyeyesystem/library/skyeye-dev
2026-01-19 10:39:35 +08:00
..
.idea Update the names of company and product common module 2026-01-19 10:39:35 +08:00
skyeye-common Update the names of company and product common module 2026-01-19 10:39:35 +08:00
skyeye-db Update the names of company and product common module 2026-01-19 10:39:35 +08:00
skyeye-generator Update the names of company and product common module 2026-01-19 10:39:35 +08:00
skyeye-job Update the names of company and product common module 2026-01-19 10:39:35 +08:00
skyeye-knife4j Update the names of company and product common module 2026-01-19 10:39:35 +08:00
skyeye-quartz Update the names of company and product common module 2026-01-19 10:39:35 +08:00
skyeye-redis Update the names of company and product common module 2026-01-19 10:39:35 +08:00
skyeye-util Update the names of company and product common module 2026-01-19 10:39:35 +08:00
skyeye-websocket Update the names of company and product common module 2026-01-19 10:39:35 +08:00
.DS_Store Add basic libraries 2026-01-14 09:40:50 +08:00
pom.xml Update the names of company and product common module 2026-01-19 10:39:35 +08:00
README.md Add basic libraries 2026-01-14 09:40:50 +08:00

SpaceDT Java开发库

目录结构

dt-dev
  |-- dt-dev-common通用依赖及接口标准封装
  |-- dt-dev-db数据库集成类库封装
  |-- dt-dev-email邮件类库封装
  |-- dt-dev-generator代码生成模块封装
  |-- dt-dev-knife4j在线API集成封装
  |-- dt-dev-quartz定时任务集成封装
  |-- dt-dev-redisRedis集成封装
  |-- dt-dev-tx分布式事务封装
  |-- dt-dev-util常用工具类库封装
  |-- dt-dev-websocketwebsocket集成封装
  |-- pom.xmlMaven配置文件