Skip to content

Commit

Permalink
update fw
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangtien2k3 committed Aug 23, 2024
1 parent 37b2a0e commit b5c422a
Show file tree
Hide file tree
Showing 10 changed files with 502 additions and 490 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ This README provides quickstart instructions on running [`fw-commons`]() on bare
[![Maven Central](https://img.shields.io/badge/maven--central-1.1.0-orange.svg?style=plastic&logo=apachemaven)](https://central.sonatype.com/artifact/io.github.hoangtien2k3/fw-commons/1.1.0)
[![Gradle](https://img.shields.io/badge/gradle-1.1.0-orange.svg?style=plastic&logo=apachemaven)](https://central.sonatype.com/artifact/io.github.hoangtien2k3/fw-commons/1.1.0)

#### ⬇️ [Download From Gradle and Maven Central](https://central.sonatype.com/artifact/io.github.hoangtien2k3/fw-commons/1.1.1)
#### ⬇️ [Download From Gradle and Maven Central](https://central.sonatype.com/artifact/io.github.hoangtien2k3/fw-commons/1.1.2)

#### Gradle

```kotlin
implementation("io.github.hoangtien2k3:fw-commons:1.1.1")
implementation("io.github.hoangtien2k3:fw-commons:1.1.2")
```

#### Maven
Expand All @@ -25,7 +25,7 @@ implementation("io.github.hoangtien2k3:fw-commons:1.1.1")
<dependency>
<groupId>io.github.hoangtien2k3</groupId>
<artifactId>fw-commons</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
```

Expand Down
14 changes: 14 additions & 0 deletions license.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* Copyright $YEAR author - Hoàng Anh Tiến
*
* 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 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.
*/
25 changes: 4 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.github.hoangtien2k3</groupId>
<artifactId>fw-commons</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<packaging>jar</packaging>
<name>fw-commons</name>
<description>a commons java tool lib with spring boot framework</description>
Expand Down Expand Up @@ -507,26 +507,9 @@
</indent>
<removeUnusedImports/>
<palantirJavaFormat/>
<licenseHeader>
<content>
<![CDATA[
/*
* Copyright $YEAR author - Hoàng Anh Tiến
*
* 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 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.
*/
]]>
</content>
</licenseHeader>
<!-- <licenseHeader>-->
<!-- <file>${basedir}/license.txt</file>-->
<!-- </licenseHeader>-->
</java>
</configuration>
<executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
*/
//package io.hoangtien2k3.commons.config; // package io.hoangtien2k3.commons.config;
// package io.hoangtien2k3.commons.config; // package
// io.hoangtien2k3.commons.config;
//
// import java.util.List;
//
Expand Down
Loading

0 comments on commit b5c422a

Please sign in to comment.