when I've upgraded this example to spring-boot-starter-parent to 2.0.5. RELEASE ,there is an error in sending authorization requesting address format
First of all, thank you very much for sharing the example, and I've benefited a lot from your example, which I've upgraded spring-boot-starter-parent to 2.0.5. RELEASE and upgraded spring-security-oauth2 to 2.3.3.RELEASE
When I clicked the http://192.168.99.100:8787 home page login link, the requested address was incorrect (return code = 404): Http://192.168.99.100:8181/oauth/authorize?Client_id=acme&redirect_uri=http://192.168.100:8787/login&response_type=code&state=nIXDJD
I hope correct address should be like this: Http://192.168.99.100:8181/uaa/oauth/authorize?Client_id=acme&redirect_uri=http://192.168.99.100:8787/login&response_type=code&state=nIXDJD
I don't know how to solve this problem.
My Example address: https://github.com/zhengzizhi/microservice-store
如何在CentOS 7上配置Java的Maven开发环境 https://blog.csdn.net/zhengzizhi/article/details/81039627
@kbastani - Will you please update this project to Spring Boot Version 2.1.0.RELEASE?
@JavaHelper Yes, I am working on upgrading Spring Boot across all my reference examples at the moment. I'll have an update soon.
@kbastani - Please let me know once project is upgraded. I'm anxiously waiting for it.
@kbastani - Did you get chance to upgrade the project ?