{"id":22631579,"url":"https://github.com/felixzc/java-practice","last_synced_at":"2026-04-09T08:46:23.932Z","repository":{"id":237380949,"uuid":"794376409","full_name":"FelixZC/java-practice","owner":"FelixZC","description":"java练习项目","archived":false,"fork":false,"pushed_at":"2024-05-01T05:33:04.000Z","size":236,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-03T14:13:01.968Z","etag":null,"topics":["java","mysql","spring","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FelixZC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-01T02:34:35.000Z","updated_at":"2024-06-27T14:11:05.000Z","dependencies_parsed_at":"2024-05-01T06:43:31.457Z","dependency_job_id":null,"html_url":"https://github.com/FelixZC/java-practice","commit_stats":null,"previous_names":["felixzc/java-practice-novel","felixzc/java-practice"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixZC%2Fjava-practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixZC%2Fjava-practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixZC%2Fjava-practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixZC%2Fjava-practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FelixZC","download_url":"https://codeload.github.com/FelixZC/java-practice/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246136446,"owners_count":20729175,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","mysql","spring","spring-boot"],"created_at":"2024-12-09T02:09:45.983Z","updated_at":"2026-04-09T08:46:23.891Z","avatar_url":"https://github.com/FelixZC.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# java-practice-novel\n\n## 介绍\njava练习项目，原项目地址教程https://docs.xxyopen.com/\n\n## 开发环境\n\n- MySQL 8.2.0\n- Redis 5.0.14.1\n- Elasticsearch 8.2.0（选装）\n- RabbitMQ 3.10.2（选装）\n- XXL-JOB 2.3.1（选装）\n- JDK 18\n- Maven 3.9.6\n- IntelliJ IDEA 2023.3.2\n- Node 20.11.1\n\n\n## 包结构\n\n```\nio\n +- github\n     +- xxyopen   \n        +- novel\n            +- NovelApplication.java -- 项目启动类\n            |\n            +- core -- 项目核心模块，包括各种工具、配置和常量等\n            |   +- common -- 业务无关的通用模块\n            |   |   +- exception -- 通用异常处理\n            |   |   +- constant -- 通用常量   \n            |   |   +- req -- 通用请求数据格式封装，例如分页请求数据  \n            |   |   +- resp -- 接口响应工具及响应数据格式封装 \n            |   |   +- util -- 通用工具   \n            |   | \n            |   +- annotation -- 自定义注解类\n            |   +- aspect -- Spring AOP 切面\n            |   +- auth -- 用户认证授权相关\n            |   +- config -- 业务相关配置\n            |   +- constant -- 业务相关常量         \n            |   +- filter -- 过滤器 \n            |   +- interceptor -- 拦截器\n            |   +- json -- JSON 相关的包，包括序列化器和反序列化器\n            |   +- task -- 定时任务\n            |   +- util -- 业务相关工具 \n            |   +- wrapper -- 装饰器\n            |\n            +- dto -- 数据传输对象，包括对各种 Http 请求和响应数据的封装\n            |   +- req -- Http 请求数据封装\n            |   +- resp -- Http 响应数据封装\n            |\n            +- dao -- 数据访问层，与底层 MySQL 进行数据交互\n            +- manager -- 通用业务处理层，对第三方平台封装、对 Service 层通用能力的下沉以及对多个 DAO 的组合复用 \n            +- service -- 相对具体的业务逻辑服务层  \n            +- controller -- 主要是处理各种 Http 请求，各类基本参数校验，或者不复用的业务简单处理，返回 JSON 数据等\n            |   +- front -- 小说门户相关接口\n            |   +- author -- 作家管理后台相关接口\n            |   +- admin -- 平台管理后台相关接口\n            |   +- app -- app 接口\n            |   +- applet -- 小程序接口\n            |   +- open -- 开放接口，供第三方调用 \n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixzc%2Fjava-practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelixzc%2Fjava-practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixzc%2Fjava-practice/lists"}