{"id":18917038,"url":"https://github.com/answerail/springboot-mybatis-web","last_synced_at":"2026-05-17T06:35:52.180Z","repository":{"id":98935109,"uuid":"153234436","full_name":"AnswerAIL/springboot-mybatis-web","owner":"AnswerAIL","description":"SpringBoot整合Mybatis实现基础Web服务以及项目镜像构建发布等","archived":false,"fork":false,"pushed_at":"2019-03-27T02:34:51.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-12-31T15:26:05.755Z","etag":null,"topics":["mybatis","spring-boot-mybatis","spring-boot-web","springboot","web"],"latest_commit_sha":null,"homepage":"https://github.com/AnswerAIL/springboot-mybatis-web","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/AnswerAIL.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":"2018-10-16T06:34:07.000Z","updated_at":"2019-07-03T06:55:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"8dcfa824-9f31-43e9-a242-207cf3adfacc","html_url":"https://github.com/AnswerAIL/springboot-mybatis-web","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnswerAIL%2Fspringboot-mybatis-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnswerAIL%2Fspringboot-mybatis-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnswerAIL%2Fspringboot-mybatis-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnswerAIL%2Fspringboot-mybatis-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnswerAIL","download_url":"https://codeload.github.com/AnswerAIL/springboot-mybatis-web/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239914929,"owners_count":19717759,"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":["mybatis","spring-boot-mybatis","spring-boot-web","springboot","web"],"created_at":"2024-11-08T10:23:34.959Z","updated_at":"2026-03-11T17:30:19.501Z","avatar_url":"https://github.com/AnswerAIL.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpringBoot-MyBatis-Web\n  - SpringBoot实现基础Web框架\n\n### 新建项目步骤(以IDEA为例)\n  1. File -\u003e New -\u003e Project -\u003e Spring Initializr -\u003e Next(选择JDK版本)\n  2. 设置 Group 和 Artifact 值\n      - Group: com.answer  域.公司名称\n          - 域： com(商业组织) org(非营利组织)\n      - Artifact: springboot-mybatis-web    项目名称\n          \n### 启动服务\n```bash\n    nohup java -jar springboot-mybatis-web-0.0.1-SNAPSHOT.jar \u003e\u003e smw.log 2\u003e\u00261 \u0026\n``` \n\n\u0026nbsp;\n    \n### 服务器构建项目镜像\n```bash\n    # 在POM中声明构建信息: pom_pom.xml  使用Dockerfile: pom.xml + Dockerfile\n    \n    # 进入项目目录\n    cd /root/answer/docker/springboot-mybatis-web\n    # 编译 Docker 镜像\n    mvn package docker:build -Dmaven.test.skip=true -X\n    # 启动一个容器实例\n    docker run -d -p 8088:8888 -v /root/answer/docker/data:/home --name smw IMAGE_ID\n```         \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanswerail%2Fspringboot-mybatis-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanswerail%2Fspringboot-mybatis-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanswerail%2Fspringboot-mybatis-web/lists"}