Skip to content

Commit ea1aae4

Browse files
committed
commit pom
1 parent ae76de7 commit ea1aae4

File tree

2 files changed

+25
-7
lines changed

2 files changed

+25
-7
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
11
# fw-commons
2-
A commons Java tool lib with spring boot framework
2+
3+
Fw-Commons [a commons Java lib]() with spring boot framework, Supports using keycloak, filter, trace log, cached, minio server, exception handler, validate and call API with webclient
4+
5+
[![Blog](https://img.shields.io/badge/[email protected]?logo=Pelican)](http://www.ponfee.cn)
6+
[![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
7+
[![JDK](https://img.shields.io/badge/jdk-21+-green.svg)](https://www.oracle.com/java/technologies/downloads/#java21)
8+
[![Build status](https://github.com/ponfee/commons-core/workflows/build-with-maven/badge.svg)](https://github.com/hoangtien2k3/fw-commons/actions)
9+
[![Maven Central](https://img.shields.io/badge/maven--central-1.4-orange.svg?style=plastic&logo=apachemaven)](https://central.sonatype.com/artifact/io.hoangtien2k3/fw-commons/1.1.0)
10+
11+
### ⬇️ [Download From Maven Central](https://central.sonatype.com/artifact/cn.ponfee/commons-core/1.4)
12+
13+
```xml
14+
<dependency>
15+
<groupId>io.hoangtien2k3</groupId>
16+
<artifactId>fw-commons</artifactId>
17+
<version>1.1.0</version>
18+
</dependency>
19+
```
20+
21+
# Using with spring-boot
22+
23+
## Keycloak:
24+
25+
## License
26+
This code is under the [MIT License](LICENSE)

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,6 @@
7979
</dependencyManagement>
8080

8181
<dependencies>
82-
<!-- <dependency>-->
83-
<!-- <groupId>com.github.hoangtien2k3</groupId>-->
84-
<!-- <artifactId>fw-commons</artifactId>-->
85-
<!-- <version>v1.1.0</version>-->
86-
<!-- </dependency>-->
87-
8882
<dependency>
8983
<groupId>org.springframework</groupId>
9084
<artifactId>spring-jcl</artifactId>

0 commit comments

Comments
 (0)