{"id":15154128,"url":"https://github.com/netyjq/spring-boot-archetype","last_synced_at":"2025-08-17T07:04:29.897Z","repository":{"id":41027587,"uuid":"96334240","full_name":"netyjq/spring-boot-archetype","owner":"netyjq","description":"help to quickly build efficient, code-clean and stable 'spring-boot' projects.","archived":false,"fork":false,"pushed_at":"2024-08-26T16:29:43.000Z","size":674,"stargazers_count":34,"open_issues_count":5,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-27T06:13:12.356Z","etag":null,"topics":["archetype","maven","springboot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netyjq.png","metadata":{"files":{"readme":"README-CN.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-07-05T15:28:32.000Z","updated_at":"2025-04-17T03:09:42.000Z","dependencies_parsed_at":"2024-10-10T05:31:09.188Z","dependency_job_id":"0368cfc2-50ce-47e2-a6c1-57fd34417eb5","html_url":"https://github.com/netyjq/spring-boot-archetype","commit_stats":{"total_commits":16,"total_committers":3,"mean_commits":5.333333333333333,"dds":0.4375,"last_synced_commit":"049986d63a02fbb48ce8f0ba2cf9979c7031da36"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/netyjq/spring-boot-archetype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netyjq%2Fspring-boot-archetype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netyjq%2Fspring-boot-archetype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netyjq%2Fspring-boot-archetype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netyjq%2Fspring-boot-archetype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netyjq","download_url":"https://codeload.github.com/netyjq/spring-boot-archetype/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netyjq%2Fspring-boot-archetype/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270816557,"owners_count":24650834,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["archetype","maven","springboot"],"created_at":"2024-09-26T17:02:46.413Z","updated_at":"2025-08-17T07:04:29.852Z","avatar_url":"https://github.com/netyjq.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## SpringBoot Maven Archetype 脚手架\n[![Build Status](https://travis-ci.org/netyjq/spring-boot-archetype.svg?branch=master)](https://travis-ci.org/netyjq/spring-boot-archetype)\n\n### 简介\n\n **`spring-boot-archetype`** 是一个maven脚手架，用于快速构建高效、稳定且代码干净的`spring-boot`项目。只要您安装了`Maven`，\n 或者您使用`Intellij IDEA`进行编码，只需简单的几个步骤，就能基于 **`spring-boot-archetype`** 构建一个新的`spring-boot`项目。\n\n### 特性\n- 支持`maven profile`动态打包`war`或者`jar`运行 \n- 控制层统一入参验证\n- 通用`Model`，`Mapper`，`Service` 让你立马开始写业务代码\n- 整合`mybatis-plus3`\n- 整合`swagger-ui`\n- 整合`lombok`\n- 全局异常封装处理\n- `logger`支持`profile`\n- 遵循阿里巴巴Java开发规范\n- 各类实用工具封装\n- ...\n\n### Maven依赖坐标信息\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.github.netyjq\u003c/groupId\u003e\n  \u003cartifactId\u003espring-boot-archetype\u003c/artifactId\u003e\n  \u003cversion\u003e0.0.2.release\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### 使用\n\n#### 通过`Maven`命令行创建新项目\n\n确保你已经安装了`Maven`，然后在你的终端上输入下面的命令，一段时间后，maven会提示你输入你的项目的`groupId`、`artifactId`、`version`、\n`package`，之后你的项目就会自动构建成功。\n\n```\nmvn archetype:generate -DarchetypeGroupId=com.github.netyjq -DarchetypeArtifactId=spring-boot-archetype -DarchetypeVersion=0.0.2.release\n```\n\n#### 通过 `Intellij IDEA` 创建新项目\n\n1. 打开 `Intellij IDEA`，点击导航按钮:文件\u003e新建\u003e项目\u003e\n2. 选择Maven，选中复选框 \"Create from Archetype\"，然后点击按钮 \"Add Archetype\" \n3. 然后您将看到一个表单，依次填写`groupId`、`artifactId`、`version`，Maven坐标信息上面有 。\n4. 在列表中选择你刚刚添加 \"Archetype\"，逐步创建项目，新项目将自动完成构建。\n\n**注意：Add Archetype 步骤只需执行一次，以后可直接选择 `spring-boot-archetype:0.0.2.release`**\n\n### Contact\n- Gmail: netyjq@gmail.com\n- Wechat: eWVrYXlqcQ==\n\n### End\n欢迎fork, star。有任何问题请提[issue](https://github.com/netyjq/spring-boot-archetype/issues)。\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetyjq%2Fspring-boot-archetype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetyjq%2Fspring-boot-archetype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetyjq%2Fspring-boot-archetype/lists"}