Skip to content

Commit cf94996

Browse files
committed
Create LICENSE
1 parent bd812e1 commit cf94996

File tree

3 files changed

+25
-10
lines changed

3 files changed

+25
-10
lines changed

.java-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
11.0

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2020-present Maksim Kostromin
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,9 @@
22
Using embedded HttpClient in Java 11
33

44
```bash
5-
./mvnw spring-boot:run
6-
./mvnw -f clioent -P it
5+
./mvnw -f server spring-boot:run
6+
./mvnw -f client integration-test
77
```
88

9-
<!--
109
## resources
11-
* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)
12-
* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.2.4.RELEASE/maven-plugin/)
13-
* [Spring Web](https://docs.spring.io/spring-boot/docs/2.2.4.RELEASE/reference/htmlsingle/#boot-features-developing-web-applications)
14-
* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)
15-
* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)
16-
* [Building REST services with Spring](https://spring.io/guides/tutorials/bookmarks/)
17-
-->
10+
* [Java 11 HTTP client API](https://dzone.com/articles/java-11-standardized-http-client-api)

0 commit comments

Comments
 (0)