Commit 4860adf5 authored by lilingmc's avatar lilingmc

add code

parent fe5a3e44
Pipeline #174586 passed with stage
in 10 seconds
This diff is collapsed.
...@@ -4,9 +4,9 @@ apply plugin: 'eclipse' ...@@ -4,9 +4,9 @@ apply plugin: 'eclipse'
apply plugin: 'idea' apply plugin: 'idea'
jar { jar {
baseName = 'duiba-module-reports' baseName = 'dmp-dubbo-rpc'
version = '1.0' version = '1.0'
archiveName = "duiba-module-reports.jar" archiveName = "dmp-dubbo-rpc.jar"
} }
description = 'client' description = 'client'
dependencies { dependencies {
......
  • SonarQube analysis reported 3 issues

    • 🔽 3 minor

    Note: The following issues were found on lines that were not modified in the commit. Because these issues can't be reported as line comments, they are summarized here:

    1. 🔽 Remove this unused import 'org.springframework.cloud.netflix.feign.EnableDuibaFeignClients'. 📘
    2. 🔽 Remove this unused import 'org.springframework.cloud.netflix.feign.EnableFeignClients'. 📘
    3. 🔽 Make this IP "127.0.0.1" address configurable. 📘
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment