Home > Back-end >  Can excuse me why an error here, but, I don't know why, say specific point, thank you
Can excuse me why an error here, but, I don't know why, say specific point, thank you

Time:09-27

CodePudding user response:

Should be static checking, such as, can the mouse put there, look at the warning,

CodePudding user response:

You have to give some specific warning

CodePudding user response:

At red but does not affect the running looked uncomfortable then write a configuration file, or cancel this tip
 
@ Configuration
Public class RestTempConfig {

The @autowired
Private RestTemplateBuilder builder;

@ Bean
Public RestTemplate RestTemplate () {
Return builder. The build ();
}
}