diff --git a/fw-valhalla-common/pom.xml b/fw-valhalla-common/pom.xml index ce7362c..81eca02 100644 --- a/fw-valhalla-common/pom.xml +++ b/fw-valhalla-common/pom.xml @@ -10,6 +10,12 @@ 4.0.0 jar + + + 1.8.0 + + + fw-valhalla-common @@ -53,7 +59,6 @@ com.google.guava guava - 27.0.1-jre compile @@ -80,19 +85,15 @@ cn.hutool hutool-all - 5.2.5 + + + org.jetbrains.kotlin + kotlin-reflect + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - \ No newline at end of file diff --git a/fw-valhalla-dao/pom.xml b/fw-valhalla-dao/pom.xml index c68d236..7f85614 100644 --- a/fw-valhalla-dao/pom.xml +++ b/fw-valhalla-dao/pom.xml @@ -35,15 +35,4 @@ - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - \ No newline at end of file diff --git a/fw-valhalla-domain/pom.xml b/fw-valhalla-domain/pom.xml index 1da2646..37cd666 100644 --- a/fw-valhalla-domain/pom.xml +++ b/fw-valhalla-domain/pom.xml @@ -35,16 +35,4 @@ fw-valhalla-sdk - - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - \ No newline at end of file diff --git a/fw-valhalla-rpc/pom.xml b/fw-valhalla-rpc/pom.xml index e6e5581..c3906ed 100644 --- a/fw-valhalla-rpc/pom.xml +++ b/fw-valhalla-rpc/pom.xml @@ -106,4 +106,5 @@ true + \ No newline at end of file diff --git a/fw-valhalla-server/pom.xml b/fw-valhalla-server/pom.xml index 6938307..0f81270 100644 --- a/fw-valhalla-server/pom.xml +++ b/fw-valhalla-server/pom.xml @@ -169,13 +169,6 @@ true - - org.apache.maven.plugins - maven-deploy-plugin - - true - - diff --git a/fw-valhalla-server/src/main/java/cn/fw/valhalla/controller/app/CommonController.java b/fw-valhalla-server/src/main/java/cn/fw/valhalla/controller/app/CommonController.java index ca4db78..e8299e3 100644 --- a/fw-valhalla-server/src/main/java/cn/fw/valhalla/controller/app/CommonController.java +++ b/fw-valhalla-server/src/main/java/cn/fw/valhalla/controller/app/CommonController.java @@ -17,7 +17,10 @@ import lombok.extern.slf4j.Slf4j; import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.math.NumberUtils; import org.springframework.validation.annotation.Validated; -import org.springframework.web.bind.annotation.*; +import org.springframework.web.bind.annotation.GetMapping; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RequestParam; +import org.springframework.web.bind.annotation.RestController; import javax.validation.constraints.NotBlank; import javax.validation.constraints.NotNull; diff --git a/fw-valhalla-service/pom.xml b/fw-valhalla-service/pom.xml index 972e29a..7786e95 100644 --- a/fw-valhalla-service/pom.xml +++ b/fw-valhalla-service/pom.xml @@ -129,15 +129,4 @@ fw-identify-sdk - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - \ No newline at end of file diff --git a/lombok.config b/lombok.config new file mode 100644 index 0000000..9368817 --- /dev/null +++ b/lombok.config @@ -0,0 +1,2 @@ +config.stopBubbling = true +lombok.accessors.chain=true diff --git a/pom.xml b/pom.xml index 7e08b8b..cc04b25 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ cn.fw fw-common-dependencies - 3.3.0 + 3.3.1 @@ -27,7 +27,10 @@ UTF-8 + UTF-8 1.8 + + true 1.0.0 4.1.0 @@ -294,11 +297,30 @@ junit test + + + + org.jetbrains.kotlin + kotlin-reflect + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + + + com.fasterxml.jackson.module + jackson-module-kotlin + + + org.jetbrains.kotlin + kotlin-maven-plugin + + org.apache.maven.plugins maven-compiler-plugin @@ -307,6 +329,13 @@ + org.apache.maven.plugins + maven-deploy-plugin + + true + + + org.codehaus.mojo versions-maven-plugin @@ -315,20 +344,20 @@ - feewee-maven-public - feewee maven public - https://nexus.feewee.cn/nexus/content/groups/public/ - - true - always - - - true - always - + aliyun + aliyun + https://maven.aliyun.com/nexus/content/groups/public/ + + + aliyun + aliyun + https://maven.aliyun.com/nexus/content/groups/public/ + + + feewee-maven-releases