https://github.com/tomoncle/m2
个人的微型maven仓库,自2015年接触springboot以来,自己日常研究的常用组件配置及优化.
https://github.com/tomoncle/m2
autoconfig jdk8 maven spring-cloud springboot
Last synced: 25 days ago
JSON representation
个人的微型maven仓库,自2015年接触springboot以来,自己日常研究的常用组件配置及优化.
- Host: GitHub
- URL: https://github.com/tomoncle/m2
- Owner: tomoncle
- License: apache-2.0
- Created: 2019-11-23T14:12:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-15T07:13:05.000Z (about 2 years ago)
- Last Synced: 2025-01-08T10:46:00.387Z (over 1 year ago)
- Topics: autoconfig, jdk8, maven, spring-cloud, springboot
- Language: HTML
- Homepage: https://github.com/tomoncle/m2
- Size: 1.73 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# M2 [][travis]     
---
> **本仓库属于个人的私有微型maven仓库**. 允许他人学习及工作使用,注意: 如果项目中使用了该仓库,且文件有问题,请提交issues.
---
```LICENSE
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
```
## Usage
* 1.Eidt your `${projectRootPath}/pom.xml` file as :
```pom.xml
4.0.0
${your groupId}
${your artifactId}
${your version}
${your packaging}
2.1.2
tomoncle repository
tomoncle Repositories
https://github.com/tomoncle/m2/raw/master/repository/
true
false
tomoncle snapshots
tomoncle snapshots Repositories
https://github.com/tomoncle/m2/raw/master/snapshots/
false
true
com.tomoncle
spring-boot-config-parent
${spring.boot.config.version}
pom
import
```
* 2.Eidt your `${models}/pom.xml` file as :
```pom.xml
com.tomoncle
spring-boot-config-constants
com.tomoncle
spring-boot-config-errors
com.tomoncle
spring-boot-config-utils
```
* 3.Compile:
```bash
$ cd $projectRootPath
$ mvn clean compile
```
* 4.Look logs:
```sh
[INFO] Scanning for projects...
Downloading 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
Downloaded 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)
Downloading 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
Downloaded 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)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] mxnet-spring-samples [pom]
[INFO] mxnet-spring-samples-image-recognition [jar]
[INFO]
[INFO] -----------------< com.tomoncle:mxnet-spring-samples >------------------
[INFO] Building mxnet-spring-samples 1.0-SNAPSHOT [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ mxnet-spring-samples ---
[INFO]
[INFO] --------< com.tomoncle:mxnet-spring-samples-image-recognition >---------
[INFO] Building mxnet-spring-samples-image-recognition 1.0-SNAPSHOT [2/2]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading 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
Downloaded 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)
Downloading 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
Downloaded 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)
Downloading 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
Downloaded 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)
Downloading 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
Downloaded 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)
Downloading 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
Downloaded 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)
Downloading 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
Downloading 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
Downloading 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
Downloading 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
Downloading 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
Downloaded 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)
Downloaded 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)
Downloaded 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)
Downloaded 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)
Downloaded 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)
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ mxnet-spring-samples-image-recognition ---
[INFO] Deleting /home/tomoncle/workspace/java/github.com/tomoncle/mxnet-spring-samples/mxnet-spring-samples-image-recognition/target
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ mxnet-spring-samples-image-recognition ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ mxnet-spring-samples-image-recognition ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/tomoncle/workspace/java/github.com/tomoncle/mxnet-spring-samples/mxnet-spring-samples-image-recognition/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for mxnet-spring-samples 1.0-SNAPSHOT:
[INFO]
[INFO] mxnet-spring-samples ............................... SUCCESS [ 0.148 s]
[INFO] mxnet-spring-samples-image-recognition ............. SUCCESS [ 16.853 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23.492 s
[INFO] Finished at: 2019-04-30T13:24:38+08:00
[INFO] ------------------------------------------------------------------------
```
[travis]: https://travis-ci.org/tomoncle/m2