{"id":19505239,"url":"https://github.com/tomoncle/m2","last_synced_at":"2026-05-16T06:02:52.845Z","repository":{"id":97146847,"uuid":"223599698","full_name":"tomoncle/m2","owner":"tomoncle","description":"个人的微型maven仓库，自2015年接触springboot以来，自己日常研究的常用组件配置及优化.","archived":false,"fork":false,"pushed_at":"2024-05-15T07:13:05.000Z","size":1811,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-08T10:46:00.387Z","etag":null,"topics":["autoconfig","jdk8","maven","spring-cloud","springboot"],"latest_commit_sha":null,"homepage":"https://github.com/tomoncle/m2","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tomoncle.png","metadata":{"files":{"readme":"README.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":"2019-11-23T14:12:49.000Z","updated_at":"2024-05-15T07:13:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"618202db-96d7-4f40-bf96-9608c923bc46","html_url":"https://github.com/tomoncle/m2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomoncle%2Fm2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomoncle%2Fm2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomoncle%2Fm2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomoncle%2Fm2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomoncle","download_url":"https://codeload.github.com/tomoncle/m2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240754368,"owners_count":19852189,"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":["autoconfig","jdk8","maven","spring-cloud","springboot"],"created_at":"2024-11-10T22:29:09.286Z","updated_at":"2025-11-19T06:03:23.697Z","avatar_url":"https://github.com/tomoncle.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# M2 [![Build Status](https://travis-ci.org/tomoncle/m2.svg?branch=master)][travis] ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/tomoncle/m2.svg) ![GitHub repo size](https://img.shields.io/github/repo-size/tomoncle/m2.svg?color=green\u0026logoColor=green) ![GitHub top language](https://img.shields.io/github/languages/top/tomoncle/m2.svg?color=yes) ![GitHub issues](https://img.shields.io/github/issues/tomoncle/m2.svg) ![Hex.pm](https://img.shields.io/hexpm/l/plug.svg)\n\n---\n\u003e **本仓库属于个人的私有微型maven仓库**.  允许他人学习及工作使用，注意: 如果项目中使用了该仓库，且文件有问题，请提交issues. \n---\n\n```LICENSE\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n```\n\n## Usage\n* 1.Eidt your `${projectRootPath}/pom.xml` file as :\n```pom.xml\n\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003cproject xmlns=\"http://maven.apache.org/POM/4.0.0\"\n         xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n         xsi:schemaLocation=\"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd\"\u003e\n    \u003cmodelVersion\u003e4.0.0\u003c/modelVersion\u003e\n\n    \u003cgroupId\u003e${your groupId}\u003c/groupId\u003e\n    \u003cartifactId\u003e${your artifactId}\u003c/artifactId\u003e\n    \u003cversion\u003e${your version}\u003c/version\u003e\n    \u003cpackaging\u003e${your packaging}\u003c/packaging\u003e\n\n    \u003c!-- ************ * Other configuration * ************ --\u003e\n    \n    \u003c!--properties configuration--\u003e\n    \u003cproperties\u003e\n        \u003c!-- other properties ... --\u003e\n        \u003c!-- spring-boot-config --\u003e\n        \u003cspring.boot.config.version\u003e2.1.2\u003c/spring.boot.config.version\u003e\n    \u003c/properties\u003e\n    \n    \u003c!--  add tomoncle m2 maven repository.  --\u003e\n    \u003crepositories\u003e\n        \u003crepository\u003e\n            \u003c!--  tomoncle's private maven releases repository.  --\u003e\n            \u003cid\u003etomoncle repository\u003c/id\u003e\n            \u003cname\u003etomoncle Repositories\u003c/name\u003e\n            \u003curl\u003ehttps://github.com/tomoncle/m2/raw/master/repository/\u003c/url\u003e\n            \u003c!--  github访问速度慢，使用备用地址\n            \u003curl\u003ehttps://maven.tomoncle.com\u003c/url\u003e\n             --\u003e\n            \u003creleases\u003e\n                \u003cenabled\u003etrue\u003c/enabled\u003e\n            \u003c/releases\u003e\n            \u003csnapshots\u003e\n                \u003cenabled\u003efalse\u003c/enabled\u003e\n            \u003c/snapshots\u003e\n        \u003c/repository\u003e\n        \u003crepository\u003e\n            \u003c!--  snapshots repository.  --\u003e\n            \u003cid\u003etomoncle snapshots\u003c/id\u003e\n            \u003cname\u003etomoncle snapshots Repositories\u003c/name\u003e\n            \u003curl\u003ehttps://github.com/tomoncle/m2/raw/master/snapshots/\u003c/url\u003e\n            \u003c!--  github访问速度慢，使用备用地址\n            \u003curl\u003ehttps://snapshots-maven.tomoncle.com\u003c/url\u003e\n             --\u003e\n            \u003creleases\u003e\n                \u003cenabled\u003efalse\u003c/enabled\u003e\n            \u003c/releases\u003e\n            \u003csnapshots\u003e\n                \u003cenabled\u003etrue\u003c/enabled\u003e\n            \u003c/snapshots\u003e\n        \u003c/repository\u003e\n\n        \u003c!--                \u003crepository\u003e--\u003e\n        \u003c!--                    \u0026lt;!\u0026ndash;Apache Snapshot\u0026ndash;\u0026gt;--\u003e\n        \u003c!--                    \u003cid\u003eApache Snapshot\u003c/id\u003e--\u003e\n        \u003c!--                    \u003curl\u003ehttps://repository.apache.org/content/groups/snapshots\u003c/url\u003e--\u003e\n        \u003c!--                \u003c/repository\u003e--\u003e\n    \u003c/repositories\u003e\n\n    \u003c!--  add spring-boot-config-parent dependencies.  --\u003e\n    \u003cdependencyManagement\u003e\n        \u003cdependencies\u003e\n            \u003cdependency\u003e\n                \u003cgroupId\u003ecom.tomoncle\u003c/groupId\u003e\n                \u003cartifactId\u003espring-boot-config-parent\u003c/artifactId\u003e\n                \u003cversion\u003e${spring.boot.config.version}\u003c/version\u003e\n                \u003ctype\u003epom\u003c/type\u003e\n                \u003cscope\u003eimport\u003c/scope\u003e\n            \u003c/dependency\u003e\n        \u003c/dependencies\u003e\n    \u003c/dependencyManagement\u003e\n\n     \u003c!-- ************ * Other configuration * ************ --\u003e\n\u003c/project\u003e\n```\n\n* 2.Eidt your `${models}/pom.xml` file as :\n```pom.xml\n \u003c!-- ************ * Other configuration * ************ --\u003e\n \u003cdependencies\u003e\n    \u003c!-- Other dependency... --\u003e\n    \u003c!--spring-boot-config--\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.tomoncle\u003c/groupId\u003e\n        \u003cartifactId\u003espring-boot-config-constants\u003c/artifactId\u003e\n    \u003c/dependency\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.tomoncle\u003c/groupId\u003e\n        \u003cartifactId\u003espring-boot-config-errors\u003c/artifactId\u003e\n    \u003c/dependency\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.tomoncle\u003c/groupId\u003e\n        \u003cartifactId\u003espring-boot-config-utils\u003c/artifactId\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n\u003c!-- ************ * Other configuration * ************ --\u003e\n```\n\n* 3.Compile：\n```bash\n$ cd $projectRootPath\n$ mvn clean compile\n```\n\n* 4.Look logs:\n```sh\n[INFO] Scanning for projects...\nDownloading from tomoncle: https://github.com/tomoncle/m2/raw/master/repository/com/tomoncle/spring-boot-config-parent/2.1.2/spring-boot-config-parent-2.1.2.pom\nDownloaded from tomoncle: https://github.com/tomoncle/m2/raw/master/repository/com/tomoncle/spring-boot-config-parent/2.1.2/spring-boot-config-parent-2.1.2.pom (4.7 kB at 1.2 kB/s)\nDownloading from tomoncle: https://github.com/tomoncle/m2/raw/master/repository/com/tomoncle/spring-boot-config/2.1.2/spring-boot-config-2.1.2.pom\nDownloaded from tomoncle: https://github.com/tomoncle/m2/raw/master/repository/com/tomoncle/spring-boot-config/2.1.2/spring-boot-config-2.1.2.pom (6.0 kB at 3.2 kB/s)\n[INFO] ------------------------------------------------------------------------\n[INFO] Reactor Build Order:\n[INFO] \n[INFO] mxnet-spring-samples                                               [pom]\n[INFO] mxnet-spring-samples-image-recognition                             [jar]\n[INFO] \n[INFO] -----------------\u003c com.tomoncle:mxnet-spring-samples \u003e------------------\n[INFO] Building mxnet-spring-samples 1.0-SNAPSHOT                         [1/2]\n[INFO] --------------------------------[ pom ]---------------------------------\n[INFO] \n[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ mxnet-spring-samples ---\n[INFO] \n[INFO] --------\u003c com.tomoncle:mxnet-spring-samples-image-recognition \u003e---------\n[INFO] Building mxnet-spring-samples-image-recognition 1.0-SNAPSHOT       [2/2]\n[INFO] --------------------------------[ jar ]---------------------------------\nDownloading from tomoncle: https://github.com/tomoncle/m2/raw/master/repository/com/tomoncle/spring-boot-config-monitor-server/2.1.2/spring-boot-config-monitor-server-2.1.2.pom\nDownloaded from tomoncle: https://github.com/tomoncle/m2/raw/master/repository/com/tomoncle/spring-boot-config-monitor-server/2.1.2/spring-boot-config-monitor-server-2.1.2.pom (2.9 kB at 1.8 kB/s)\nDownloading from tomoncle: https://github.com/tomoncle/m2/raw/master/repository/com/tomoncle/spring-boot-config-monitor-client/2.1.2/spring-boot-config-monitor-client-2.1.2.pom\nDownloaded from tomoncle: https://github.com/tomoncle/m2/raw/master/repository/com/tomoncle/spring-boot-config-monitor-client/2.1.2/spring-boot-config-monitor-client-2.1.2.pom (2.2 kB at 1.2 kB/s)\nDownloading from tomoncle: https://github.com/tomoncle/m2/raw/master/repository/com/tomoncle/spring-boot-config-constants/2.1.2/spring-boot-config-constants-2.1.2.pom\nDownloaded from tomoncle: https://github.com/tomoncle/m2/raw/master/repository/com/tomoncle/spring-boot-config-constants/2.1.2/spring-boot-config-constants-2.1.2.pom (524 B at 224 B/s)\nDownloading from tomoncle: https://github.com/tomoncle/m2/raw/master/repository/com/tomoncle/spring-boot-config-errors/2.1.2/spring-boot-config-errors-2.1.2.pom\nDownloaded from tomoncle: https://github.com/tomoncle/m2/raw/master/repository/com/tomoncle/spring-boot-config-errors/2.1.2/spring-boot-config-errors-2.1.2.pom (974 B at 522 B/s)\nDownloading from tomoncle: https://github.com/tomoncle/m2/raw/master/repository/com/tomoncle/spring-boot-config-utils/2.1.2/spring-boot-config-utils-2.1.2.pom\nDownloaded from tomoncle: https://github.com/tomoncle/m2/raw/master/repository/com/tomoncle/spring-boot-config-utils/2.1.2/spring-boot-config-utils-2.1.2.pom (1.6 kB at 882 B/s)\nDownloading from tomoncle: https://github.com/tomoncle/m2/raw/master/repository/com/tomoncle/spring-boot-config-monitor-server/2.1.2/spring-boot-config-monitor-server-2.1.2.jar\nDownloading from tomoncle: https://github.com/tomoncle/m2/raw/master/repository/com/tomoncle/spring-boot-config-constants/2.1.2/spring-boot-config-constants-2.1.2.jar\nDownloading from tomoncle: https://github.com/tomoncle/m2/raw/master/repository/com/tomoncle/spring-boot-config-monitor-client/2.1.2/spring-boot-config-monitor-client-2.1.2.jar\nDownloading from tomoncle: https://github.com/tomoncle/m2/raw/master/repository/com/tomoncle/spring-boot-config-errors/2.1.2/spring-boot-config-errors-2.1.2.jar\nDownloading from tomoncle: https://github.com/tomoncle/m2/raw/master/repository/com/tomoncle/spring-boot-config-utils/2.1.2/spring-boot-config-utils-2.1.2.jar\nDownloaded from tomoncle: https://github.com/tomoncle/m2/raw/master/repository/com/tomoncle/spring-boot-config-monitor-server/2.1.2/spring-boot-config-monitor-server-2.1.2.jar (3.4 kB at 2.1 kB/s)\nDownloaded from tomoncle: https://github.com/tomoncle/m2/raw/master/repository/com/tomoncle/spring-boot-config-monitor-client/2.1.2/spring-boot-config-monitor-client-2.1.2.jar (2.2 kB at 951 B/s)\nDownloaded from tomoncle: https://github.com/tomoncle/m2/raw/master/repository/com/tomoncle/spring-boot-config-utils/2.1.2/spring-boot-config-utils-2.1.2.jar (21 kB at 8.1 kB/s)\nDownloaded from tomoncle: https://github.com/tomoncle/m2/raw/master/repository/com/tomoncle/spring-boot-config-constants/2.1.2/spring-boot-config-constants-2.1.2.jar (2.7 kB at 761 B/s)\nDownloaded from tomoncle: https://github.com/tomoncle/m2/raw/master/repository/com/tomoncle/spring-boot-config-errors/2.1.2/spring-boot-config-errors-2.1.2.jar (11 kB at 2.1 kB/s)\n[INFO] \n[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ mxnet-spring-samples-image-recognition ---\n[INFO] Deleting /home/tomoncle/workspace/java/github.com/tomoncle/mxnet-spring-samples/mxnet-spring-samples-image-recognition/target\n[INFO] \n[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ mxnet-spring-samples-image-recognition ---\n[INFO] Using 'UTF-8' encoding to copy filtered resources.\n[INFO] Copying 0 resource\n[INFO] Copying 1 resource\n[INFO] \n[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ mxnet-spring-samples-image-recognition ---\n[INFO] Changes detected - recompiling the module!\n[INFO] Compiling 4 source files to /home/tomoncle/workspace/java/github.com/tomoncle/mxnet-spring-samples/mxnet-spring-samples-image-recognition/target/classes\n[INFO] ------------------------------------------------------------------------\n[INFO] Reactor Summary for mxnet-spring-samples 1.0-SNAPSHOT:\n[INFO] \n[INFO] mxnet-spring-samples ............................... SUCCESS [  0.148 s]\n[INFO] mxnet-spring-samples-image-recognition ............. SUCCESS [ 16.853 s]\n[INFO] ------------------------------------------------------------------------\n[INFO] BUILD SUCCESS\n[INFO] ------------------------------------------------------------------------\n[INFO] Total time:  23.492 s\n[INFO] Finished at: 2019-04-30T13:24:38+08:00\n[INFO] ------------------------------------------------------------------------\n```\n\n[travis]: https://travis-ci.org/tomoncle/m2\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomoncle%2Fm2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomoncle%2Fm2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomoncle%2Fm2/lists"}