Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyblitz committed Jan 16, 2025
1 parent 6a8e06d commit 2b80ef9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package io.microsphere.spring.cloud.client.service.registry.autoconfigure;

import static org.junit.jupiter.api.Assertions.*;

/**
* {@link ServiceRegistryAutoConfiguration} Test
*
* @author <a href="mailto:[email protected]">Mercy<a/>
* @see ServiceRegistryAutoConfiguration
* @since 1.0.0
*/
public class ServiceRegistryAutoConfigurationTest {

}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
@Documented
@Import(FeignClientAutoRefreshAutoConfiguration.class)
@Import(EnableFeignAutoRefresh.Marker.class)
public @interface EnableFeignAutoRefresh {

class Marker {
Expand Down

0 comments on commit 2b80ef9

Please sign in to comment.