Skip to content

Commit

Permalink
适应1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
web-xiaxia committed Jan 10, 2019
1 parent b3fca3f commit feffc06
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ ribbon:
ConnectTimeout: 10000
ReadTimeout: 20000
ServerListRefreshInterval: 5000
NFLoadBalancerPingInterval: 1



Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package com.example.demo.product.web.config;

import org.springframework.context.annotation.Configuration;

/***
*
* @author xiongchuang
* @date 2018-01-15
*/
@Configuration
public class WebConfig {
//@Bean
//public IPing iPing(){
// return new PingUrl(false,"/actuator/health");
//}

}

0 comments on commit feffc06

Please sign in to comment.