Merge remote-tracking branch 'origin/master'
commit
d4fe4d2ee3
|
@ -21,11 +21,13 @@
|
|||
<dependency>
|
||||
<groupId>com.four</groupId>
|
||||
<artifactId>four-common-core</artifactId>
|
||||
<version>3.6.3</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.four</groupId>
|
||||
<artifactId>four-common-duck</artifactId>
|
||||
<version>3.6.3</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
package com.four.system.api;
|
||||
|
||||
import com.four.common.duck.request.RequestRegistrationInformation;
|
||||
import org.springframework.cloud.openfeign.FeignClient;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.PathVariable;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
package com.four.system.api.factory;
|
||||
|
||||
import com.four.common.duck.request.RequestRegistrationInformation;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
import org.springframework.cloud.openfeign.FallbackFactory;
|
||||
|
|
Loading…
Reference in New Issue