Compare commits
3 Commits
spring_boo
...
main
Author | SHA1 | Date | |
---|---|---|---|
cf091e10d9 | |||
0e3c050ee2 | |||
054d1e185b |
21
LICENSE
Normal file
21
LICENSE
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2022 OSSEZ.COM
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
76
README.md
76
README.md
@ -1,34 +1,62 @@
|
||||
# About
|
||||
# Framework-Cli
|
||||
Framework-Cli 项目框架是从一个老的项目中拷贝出来的。
|
||||
|
||||
# Usage
|
||||
这个项目的主要目的是使用 Apache 的 Cli 工具来构建可以直接运行的 Java 项目。
|
||||
|
||||
# Downloads
|
||||
目前,这种构建方式已经不是主流了,如果想构建一个可以直接运行的 jar 的话,更多的我们使用的是 Spring Boot 来做的。
|
||||
|
||||
# Source
|
||||
|
||||
# License
|
||||
USVisaTrack is **licensed** under the **[MIT License]**. The terms of the license are as follows:
|
||||
<p align="center">
|
||||
<a href="https://github.com/honeymoose">
|
||||
<img height=85 src="https://avatars1.githubusercontent.com/u/45009982?s=200&v=4">
|
||||
</a>
|
||||
<br>提供 CWIKI.US 项目中使用的代码
|
||||
</p>
|
||||
|
||||
The MIT License (MIT)
|
||||
Java 代码使用的是 JDK 11。
|
||||
|
||||
Copyright (c) 2004 Kohsuke Kawaguchi, Sun Microsystems Inc., and a number of other contributors.
|
||||
你可以通过单击下面连接后访问我们网站,并且访问我们提供的最新有关 Java 的开发资料。
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
* [概述](https://www.cwiki.us/pages/viewpage.action?pageId=37492282)
|
||||
* [社区和讨论](https://www.ossez.com/c/open-source/java/15)
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
# 联系方式
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
请使用下面的联系方式和我们联系:
|
||||
|
||||
[MIT License]: https://github.com/jenkinsci/jenkins/raw/master/LICENSE.txt
|
||||
| 联系方式名称 | 联系方式 |
|
||||
|--------|-----------------------------------------------|
|
||||
| 电子邮件 | [service@ossez.com](mailto:service@ossez.com) |
|
||||
| QQ 或微信 | 103899765 |
|
||||
| 社区论坛 | https://www.ossez.com/c/open-source/java/15 |
|
||||
|
||||
# 公众平台
|
||||
|
||||
我们建议您通过社区论坛来和我们进行沟通,请关注我们公众平台上的账号。
|
||||
|
||||
扫描 QR 关注我们的微信公众号和头条号。
|
||||
|
||||
## 微信公众号
|
||||
|
||||

|
||||
|
||||
## 头条号
|
||||
|
||||

|
||||
|
||||
## 知乎
|
||||
|
||||
请关注我们的知乎:https://www.zhihu.com/people/huyuchengus
|
||||
|
||||
## 快速导航
|
||||
|
||||
在下面的表格中,我们列出了一些比较有用的 CWIKIUS 相关软件开发使用教程的导航,欢迎访问下面的链接获得更多的内容和参与讨论
|
||||
|
||||
| 网站名称 | URL | NOTE |
|
||||
|----------------|--------------------------------------------------------|----------------------------|
|
||||
| OSSEZ 社区 | [www.ossez.com](https://www.ossez.com/) | 开放社区,欢迎注册参与讨论 |
|
||||
| WIKI 维基 | [www.cwiki.us](https://www.cwiki.us/) | 使用 Confluence 部署的 WIKI 知识库 |
|
||||
| DOCS.OSSEZ.COM | [https://docs.ossez.com/#/](https://docs.ossez.com/#/) | 本手册的编译版本将会部署在这个链接上 |
|
||||
| CN 博客 | [http://www.cwikius.cn/](http://www.cwikius.cn/) | CWIKIUS.CN 一个有独立思考和温度的清新站 |
|
||||
|
||||
##
|
@ -5,14 +5,14 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.usvisatrack</groupId>
|
||||
<artifactId>usvisatrack-main</artifactId>
|
||||
<groupId>com.ossez</groupId>
|
||||
<artifactId>framework-cli</artifactId>
|
||||
<version>0.1.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>usvisatrack-core</artifactId>
|
||||
<artifactId>framework-cli-core</artifactId>
|
||||
|
||||
<name>usvisatrack core</name>
|
||||
<name>Framework-Cli-Core</name>
|
||||
<description>usvisatrack core code and view files to render HTML.</description>
|
||||
|
||||
<properties>
|
||||
|
16
pom.xml
16
pom.xml
@ -3,8 +3,8 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.usvisatrack</groupId>
|
||||
<artifactId>usvisatrack-main</artifactId>
|
||||
<groupId>com.ossez</groupId>
|
||||
<artifactId>framework-cli</artifactId>
|
||||
<version>0.1.0</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
@ -15,8 +15,8 @@
|
||||
</parent>
|
||||
|
||||
|
||||
<name>USVisaTrack Main</name>
|
||||
<description>The module that constitutes the main USVisaTrack data process system</description>
|
||||
<name>Framework-Cli</name>
|
||||
<description>The module that constitutes the main Framework-Cli ad demo of how we process Java Cli</description>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
@ -32,9 +32,9 @@
|
||||
</modules>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/ntc/usvisatrack.git</connection>
|
||||
<developerConnection>scm:git:ssh://git@github.com/ntc/usvisatrack.git</developerConnection>
|
||||
<url>https://github.com/ntc/usvisatrack</url>
|
||||
<connection>scm:git:git://src.ossez.com/honeymoose/Framework-Cli.git</connection>
|
||||
<developerConnection>scm:git:ssh://git@gsrc.ossez.com/honeymoose/Framework-Cli.git</developerConnection>
|
||||
<url>https://src.ossez.com/honeymoose/Framework-Cli</url>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
|
||||
@ -47,7 +47,7 @@
|
||||
|
||||
<issueManagement>
|
||||
<system>JIRA</system>
|
||||
<url>http://bug.ossez.com/projects/USVisaTrack</url>
|
||||
<url>https://bug.ossez.com/projects/USVISATRAC</url>
|
||||
</issueManagement>
|
||||
|
||||
<properties>
|
||||
|
@ -4,14 +4,14 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.usvisatrack</groupId>
|
||||
<artifactId>usvisatrack-main</artifactId>
|
||||
<groupId>com.ossez</groupId>
|
||||
<artifactId>framework-cli</artifactId>
|
||||
<version>0.1.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>usvisatrack-services</artifactId>
|
||||
<artifactId>framework-cli-services</artifactId>
|
||||
|
||||
<name>usvisatrack services</name>
|
||||
<name>Framework-Cli-Services</name>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<url>http://www.upcex.com</url>
|
||||
@ -55,8 +55,8 @@
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.usvisatrack</groupId>
|
||||
<artifactId>usvisatrack-core</artifactId>
|
||||
<groupId>com.ossez</groupId>
|
||||
<artifactId>framework-cli-core</artifactId>
|
||||
<version>0.1.0</version>
|
||||
</dependency>
|
||||
|
||||
@ -183,7 +183,7 @@
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<compilerArguments>
|
||||
<Xlint />
|
||||
<Xlint/>
|
||||
</compilerArguments>
|
||||
<verbose>true</verbose>
|
||||
<source>${java.version}</source>
|
||||
|
Loading…
x
Reference in New Issue
Block a user