fabric8io / kubeflix

Kubernetes integration with Netflix OSS
266 stars 69 forks source link

Spring boot fixes #184

Closed irbis closed 7 years ago

irbis commented 7 years ago

netty.version should be set to 1.4.1.Final, otherwise not all jar files in the WEB-INF/lib and hello-ribbon doesn't run.

Method of initialization of bean RestTemplate should be fixed according of how it has to be used on SpringBoot 1.4.1.RELEASE.

irbis commented 7 years ago

Hi @iocanel Could you please check my pull request? I'm finding these changes very useful.

iocanel commented 7 years ago

@irbis: Really useful indeed!

iocanel commented 7 years ago

Thank you very much!

irbis commented 7 years ago

You are welcome!