Curious about the future of data-driven systems? Join our Data Engineering roundtable and learn how to build scalable data platforms.
Data Engineering: The industry has come a long way from organizing unstructured data to adopting today's modern data pipelines. See how.
Stats
| Reputation: | 568 |
| Pageviews: | 996.8K |
| Articles: | 10 |
| Comments: | 15 |
Comments
Sep 05, 2019 · Jesus J. Puente
Yes.There was a problem with dns direcctions. Thanks for you feedbak.
Jul 16, 2019 · Jesus J. Puente
Hello,
The uri should always be finished in ".git". When you clone a repository, with the git command you do not need to end the URL with ".git", but think that the server can be local and be in / opt / my_repository / servercloudconfig.git
Jun 17, 2019 · Jesus J. Puente
Ok. Thanks a lot. Anyway, Which version is you talking about?
Jun 17, 2019 · Jesus J. Puente
Ok. Thanks a lot. Anyway, Which version is you talking about?
Jun 01, 2019 · Rida Shaikh
Excelent post :-) Great Job
May 31, 2019 · Jesus J. Puente
No, you don't.
You must only restart your client.
May 30, 2019 · Jesus J. Puente
Hello.
I think that one solution would be to use profiles.
You could made Configuration class an interface and then create clasess like this
In your git files you must put some like this:
limit_developer.minimum=-10
limit_developer.maximum=20
limit_production.minimum=-1
limit_production.maximum=2
And in your Configuration class you will have the correct values.
Regards,
Jesús
May 30, 2019 · Jesus J. Puente
I'm sorry but i have never worked with Axios . Anyway I recomend you to try Postman. It's great.
May 17, 2019 · Jesus J. Puente
The token is kept in memory in the TokenStore object (see AuthorizationServerConfigurerAdapter class)
Authorization Server creates it when you call to http://localhost:8080/oauth/token and the Resource Server validate it when you make the following calls to http://localhost:8080/private for example.
Mar 28, 2019 · Jesus J. Puente
Yes, I know. But Spring made a great job of integration and now it is easier to work with it.
Netflix Zuul is open source and Spring have its own fork and it's part of the familiy Spring Cloud NetFlix
Mar 28, 2019 · Jesus J. Puente
Because Spring Cloud Gateway works only in Spring Boot 2.0 and there are still legacy programs ;-) But if you can, you must use Spring Cloud Gateway or Zuul 2.0.
Jan 08, 2019 · Jesus J. Puente
Yes, you're right. But Ribbon is a client-side load balancing, Kubernetes is not. Anyway, I would use Ribbon only for small projects.
Dec 29, 2018 · Jesus J. Puente
Yes. I agree. Take note. Thanks for you comment
Dec 02, 2018 · Jesus J. Puente
Ok. Thank you very much. I change it in GitHub ;-)
Dec 01, 2018 · Jesus J. Puente
Thanks