|
|
@ -21,7 +21,7 @@ public class UtilAutoConfiguration { |
|
|
|
return new InetUtilsProperties(); |
|
|
|
return new InetUtilsProperties(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Bean(destroyMethod = "close") |
|
|
|
@Bean |
|
|
|
@ConditionalOnMissingBean |
|
|
|
@ConditionalOnMissingBean |
|
|
|
public InetUtils inetUtils(InetUtilsProperties properties) { |
|
|
|
public InetUtils inetUtils(InetUtilsProperties properties) { |
|
|
|
return new InetUtils(properties); |
|
|
|
return new InetUtils(properties); |
|
|
|