Skip to content

Commit b5c422a

Browse files
committed
update fw
1 parent 37b2a0e commit b5c422a

File tree

10 files changed

+502
-490
lines changed

10 files changed

+502
-490
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ This README provides quickstart instructions on running [`fw-commons`]() on bare
1111
[![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)
1212
[![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)
1313

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

1616
#### Gradle
1717

1818
```kotlin
19-
implementation("io.github.hoangtien2k3:fw-commons:1.1.1")
19+
implementation("io.github.hoangtien2k3:fw-commons:1.1.2")
2020
```
2121

2222
#### Maven
@@ -25,7 +25,7 @@ implementation("io.github.hoangtien2k3:fw-commons:1.1.1")
2525
<dependency>
2626
<groupId>io.github.hoangtien2k3</groupId>
2727
<artifactId>fw-commons</artifactId>
28-
<version>1.1.1</version>
28+
<version>1.1.2</version>
2929
</dependency>
3030
```
3131

license.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/*
2+
* Copyright $YEAR author - Hoàng Anh Tiến
3+
*
4+
* Permission is hereby granted, free of charge, to any person obtaining a copy
5+
* of this software and associated documentation files (the "Software"), to deal
6+
* in the Software without restriction, including without limitation the rights
7+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8+
* copies of the Software, and to permit persons to whom the Software is
9+
* furnished to do so, subject to the following conditions:
10+
*
11+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
14+
*/

pom.xml

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>io.github.hoangtien2k3</groupId>
1313
<artifactId>fw-commons</artifactId>
14-
<version>1.1.1</version>
14+
<version>1.1.2</version>
1515
<packaging>jar</packaging>
1616
<name>fw-commons</name>
1717
<description>a commons java tool lib with spring boot framework</description>
@@ -507,26 +507,9 @@
507507
</indent>
508508
<removeUnusedImports/>
509509
<palantirJavaFormat/>
510-
<licenseHeader>
511-
<content>
512-
<![CDATA[
513-
/*
514-
* Copyright $YEAR author - Hoàng Anh Tiến
515-
*
516-
* Permission is hereby granted, free of charge, to any person obtaining a copy
517-
* of this software and associated documentation files (the "Software"), to deal
518-
* in the Software without restriction, including without limitation the rights
519-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
520-
* copies of the Software, and to permit persons to whom the Software is
521-
* furnished to do so, subject to the following conditions:
522-
*
523-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
524-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
525-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
526-
*/
527-
]]>
528-
</content>
529-
</licenseHeader>
510+
<!-- <licenseHeader>-->
511+
<!-- <file>${basedir}/license.txt</file>-->
512+
<!-- </licenseHeader>-->
530513
</java>
531514
</configuration>
532515
<executions>

src/main/java/io/hoangtien2k3/commons/config/DatabaseConfiguration.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1313
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1414
*/
15-
//package io.hoangtien2k3.commons.config; // package io.hoangtien2k3.commons.config;
15+
// package io.hoangtien2k3.commons.config; // package
16+
// io.hoangtien2k3.commons.config;
1617
//
1718
// import java.util.List;
1819
//

0 commit comments

Comments
 (0)