Skip to content

Commit 0b34a5f

Browse files
authored
Merge branch 'dianpoint:main' into main
2 parents 686152f + e562071 commit 0b34a5f

File tree

4 files changed

+229
-2
lines changed

4 files changed

+229
-2
lines changed

.circleci/config.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Use the latest 2.1 version of CircleCI pipeline process engine.
2+
# See: https://circleci.com/docs/2.0/configuration-reference
3+
version: 2.1
4+
5+
# Define a job to be invoked later in a workflow.
6+
# See: https://circleci.com/docs/2.0/configuration-reference/#jobs
7+
jobs:
8+
maven-test-build:
9+
# Specify the execution environment. You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub.
10+
# See: https://circleci.com/docs/2.0/configuration-reference/#docker-machine-macos-windows-executor
11+
docker:
12+
- image: circleci/openjdk:8-jdk
13+
# Add steps to the job
14+
# See: https://circleci.com/docs/2.0/configuration-reference/#steps
15+
steps:
16+
- checkout
17+
- run:
18+
name: "maven test"
19+
command: "mvn -B test"
20+
21+
# Invoke jobs via workflows
22+
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
23+
workflows:
24+
build-and-test:
25+
jobs:
26+
- maven-test-build

README.md

Lines changed: 103 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,103 @@
1-
# summer
2-
just do it!
1+
# Summer
2+
3+
English | [中文](README_cn.md)
4+
5+
[//]: # (porject shields)
6+
[![Contributors][contributors-shield]][contributors-url]
7+
[![Forks][forks-shield]][forks-url]
8+
[![Stars][stars-shield]][stars-url]
9+
[![Issues][issues-shield]][issues-url]
10+
[![License][license-shield]][license-url]
11+
[![Languages][Language-shield]][language-url]
12+
13+
<div align="center">
14+
<h3 align="center">Summer</h3>
15+
<p align="center">
16+
Minimized AOP,IoC kernel tools.
17+
</p>
18+
<br>
19+
<a href="https://github.com/dianpoint/summer"><strong>Summer Docs >></strong> </a>
20+
<br>
21+
<br>
22+
<a href="https://github.com/dianpoint/summer">View Demo</a>
23+
·
24+
<a href="https://github.com/dianpoint/summer/issues">Report Bug</a>
25+
·
26+
<a href="https://github.com/dianpoint/summer/issues">Request Feature</a>
27+
</div>
28+
29+
30+
<!-- TOC -->
31+
32+
* [Summer](#summer)
33+
* [About The Project](#about-the-project)
34+
* [Getting Started](#getting-started)
35+
* [Prerequisites](#prerequisites)
36+
* [Installation](#installation)
37+
* [Usage](#usage)
38+
* [Roadmap](#roadmap)
39+
* [Contributing](#contributing)
40+
* [License](#license)
41+
* [Contact](#contact)
42+
43+
<!-- TOC -->
44+
45+
## About The Project
46+
47+
## Getting Started
48+
49+
### Prerequisites
50+
51+
### Installation
52+
53+
## Usage
54+
55+
## Roadmap
56+
57+
- [x] xxx
58+
- [x] xxx
59+
- [ ] xxx
60+
- [ ] xxx
61+
- [ ] xxx
62+
- [ ] xxx
63+
64+
See the [issues](https://github/dianpoint/summer/issues) for a full list of proposed features and known issues.
65+
66+
## Contributing
67+
68+
## License
69+
70+
`Summer` distributed under the [`Apache License 2.0`](https://github.com/dianpoint/summer/blob/main/LICENSE) License.
71+
See `License.txt` for more information.
72+
73+
## Contact
74+
75+
+ Email: [congccoder@gmail.com](mailto://congccoder@gmail.com)
76+
+ Github: [https://github.com/ccoderJava](https://github.com/ccoderJava)
77+
78+
[//]: # (Markdown Links & Images)
79+
80+
[contributors-shield]: https://img.shields.io/github/contributors/dianpoint/summer.svg?style=for-the-badge
81+
82+
[contributors-url]: https://github.com/dianpoint/summer/graphs/contributors
83+
84+
[forks-shield]: https://img.shields.io/github/forks/dianpoint/summer.svg?style=for-the-badge
85+
86+
[forks-url]: https://github.com/dianpoint/summer/forks
87+
88+
[stars-shield]: https://img.shields.io/github/stars/dianpoint/summer.svg?style=for-the-badge
89+
90+
[stars-url]: https://github.com/dianpoint/summer/stargazers
91+
92+
[issues-shield]: https://img.shields.io/github/issues/dianpoint/summer.svg?style=for-the-badge
93+
94+
[issues-url]: https://github.com/dianpoint/summer/issues
95+
96+
[license-shield]: https://img.shields.io/github/license/dianpoint/summer.svg?style=for-the-badge
97+
98+
[license-url]: https://github.com/dianpoint/summer/blob/main/LICENSE
99+
100+
[language-shield]: https://img.shields.io/github/languages/count/dianpoint/summer?style=for-the-badge
101+
102+
[language-url]: https://img.shields.io/github/languages/count/dianpoint/summer
103+

README_cn.md

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
# Summer
2+
3+
[English](README.md) | 中文
4+
5+
[//]: # (porject shields)
6+
[![Contributors][contributors-shield]][contributors-url]
7+
[![Forks][forks-shield]][forks-url]
8+
[![Stars][stars-shield]][stars-url]
9+
[![Issues][issues-shield]][issues-url]
10+
[![License][license-shield]][license-url]
11+
[![Languages][Language-shield]][language-url]
12+
13+
<div align="center">
14+
<h3 align="center">Summer</h3>
15+
<p align="center">
16+
Minimized AOP,IoC kernel tools.
17+
</p>
18+
<br>
19+
<a href="https://github.com/dianpoint/summer"><strong>Summer Docs >></strong> </a>
20+
<br>
21+
<br>
22+
<a href="https://github.com/dianpoint/summer">查看演示</a>
23+
·
24+
<a href="https://github.com/dianpoint/summer/issues">报告Bug</a>
25+
·
26+
<a href="https://github.com/dianpoint/summer/issues">新特性</a>
27+
</div>
28+
29+
<!-- TOC -->
30+
31+
* [项目简介](#项目简介)
32+
* [入门指南](#入门指南)
33+
* [预备知识](#预备知识)
34+
* [安装](#安装)
35+
* [用法](#用法)
36+
* [计划](#计划)
37+
* [贡献代码](#贡献代码)
38+
* [开源许可](#开源许可)
39+
* [联系我们](#联系我们)
40+
41+
<!-- TOC -->
42+
43+
## 项目简介
44+
45+
## 入门指南
46+
47+
### 预备知识
48+
49+
### 安装
50+
51+
## 用法
52+
53+
## 计划
54+
55+
- [x] xxx
56+
- [x] xxx
57+
- [ ] xxx
58+
- [ ] xxx
59+
- [ ] xxx
60+
- [ ] xxx
61+
62+
有关建议功能和已知问题的完整列表,请参考[issues](https://github/dianpoint/summer/issues)
63+
64+
## 贡献代码
65+
66+
## 开源许可
67+
68+
`Summer` 基于[Apache License 2.0](https://github.com/dianpoint/summer/blob/main/LICENSE)许可证。查看`License.txt`获取更多信息。
69+
70+
## 联系我们
71+
72+
+ Email: [congccoder@gmail.com](mailto://congccoder@gmail.com)
73+
+ Github: [https://github.com/ccoderJava](https://github.com/ccoderJava)
74+
75+
[//]: # (Markdown Links & Images)
76+
77+
[contributors-shield]: https://img.shields.io/github/contributors/dianpoint/summer.svg?style=for-the-badge
78+
79+
[contributors-url]: https://github.com/dianpoint/summer/graphs/contributors
80+
81+
[forks-shield]: https://img.shields.io/github/forks/dianpoint/summer.svg?style=for-the-badge
82+
83+
[forks-url]: https://github.com/dianpoint/summer/forks
84+
85+
[stars-shield]: https://img.shields.io/github/stars/dianpoint/summer.svg?style=for-the-badge
86+
87+
[stars-url]: https://github.com/dianpoint/summer/stargazers
88+
89+
[issues-shield]: https://img.shields.io/github/issues/dianpoint/summer.svg?style=for-the-badge
90+
91+
[issues-url]: https://github.com/dianpoint/summer/issues
92+
93+
[license-shield]: https://img.shields.io/github/license/dianpoint/summer.svg?style=for-the-badge
94+
95+
[license-url]: https://github.com/dianpoint/summer/blob/main/LICENSE
96+
97+
[language-shield]: https://img.shields.io/github/languages/count/dianpoint/summer?style=for-the-badge
98+
99+
[language-url]: https://img.shields.io/github/languages/count/dianpoint/summer
100+

summer-uml.png

-182 KB
Binary file not shown.

0 commit comments

Comments
 (0)