π Quarkus Microservices with Consul Discovery
https://piotrminkowski.com/2020/11/24/quarkus-microservices-with-consul-discovery/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/11/24/quarkus-microservices-with-consul-discovery/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Quarkus Microservices with Consul Discovery - Piotr's TechBlog
This tutorial shows how to run Quarkus microservices outside Kubernetes using Consul service discovery and integration with KV store.
π The best way to get more Twitter followers
https://vladmihalcea.com/get-more-twitter-followers/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/get-more-twitter-followers/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
The best way to get more Twitter followers - Vlad Mihalcea
Learn how to get more Twitter followers by delivering high-quality content and increasing your engagement with your audience.
π Spring Data 2020.0 - New and Noteworthy in Spring Data Elasticsearch 4.1
https://spring.io/blog/2020/11/24/spring-data-2020-0-new-and-noteworthy-in-spring-data-elasticsearch-4-1
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/11/24/spring-data-2020-0-new-and-noteworthy-in-spring-data-elasticsearch-4-1
β‘οΈ @SpringFrameworkZone
spring.io
Spring Data 2020.0 - New and Noteworthy in Spring Data Elasticsearch 4.1
<div class="paragraph">
<p>Spring Data Elasticsearch is one of the community modules shipped with the <a href="https://spring.io/blog/2020/11/06/spring-data-2020-0-new-and-noteworthy-a-general-overview">2020.0</a> release. On behalf of <a href="https:/β¦
<p>Spring Data Elasticsearch is one of the community modules shipped with the <a href="https://spring.io/blog/2020/11/06/spring-data-2020-0-new-and-noteworthy-a-general-overview">2020.0</a> release. On behalf of <a href="https:/β¦
π The Intermediate Class of REST With Spring Is Out
https://www.baeldung.com/rest-with-spring-intermediate-class-is-out
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/rest-with-spring-intermediate-class-is-out
β‘οΈ @SpringFrameworkZone
π This Week in Spring - November 24th, 2020
https://spring.io/blog/2020/11/25/this-week-in-spring-november-24th-2020
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/11/25/this-week-in-spring-november-24th-2020
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - November 24th, 2020
<p>Hi, Spring fans! Welcome to another jam-packed installment of <em>This Week in Spring</em>! Itβs the week of Thanksgiving here in the United States and I feel like Iβve got a ton of things and a ton more people for which and for whom to be thankful, andβ¦
π QUICK GUIDE TO MICROSERVICES WITH KUBERNETES, SPRING BOOT 2.0 AND DOCKER
https://piotrminkowski.com/2018/08/02/quick-guide-to-microservices-with-kubernetes-spring-boot-2-0-and-docker/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2018/08/02/quick-guide-to-microservices-with-kubernetes-spring-boot-2-0-and-docker/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Quick Guide to Microservices with Kubernetes, Spring Boot 2 and Docker
This article shows how to build microservices architecture and run it on Kubernetes using Spring Boot framework features.
π MICROSERVICES WITH SPRING BOOT, SPRING CLOUD GATEWAY AND CONSUL CLUSTER
https://piotrminkowski.com/2019/11/06/microservices-with-spring-boot-spring-cloud-gateway-and-consul-cluster/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2019/11/06/microservices-with-spring-boot-spring-cloud-gateway-and-consul-cluster/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Microservices with Spring Boot, Spring Cloud Gateway and Consul Cluster
Building microservices with Spring Cloud and Consul running in cluster mode. Instances of applications are distributed across multiple zones.
π Docker Cheat Sheet for Spring Developers
https://springframework.guru/docker-cheat-sheet-for-spring-devlopers/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/docker-cheat-sheet-for-spring-devlopers/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Docker Cheat Sheet for Spring Developers
I've been playing with Docker a lot recently to deploy Spring Boot applications. Docker is very cool. I've been learning a lot about it. This is my unofficial Docker Cheatsheet. Use with caution! Got any tipsβ¦
π A Bootiful Podcast: Swarna Podila on Cloud Foundry, Hashicorp and more
https://spring.io/blog/2020/11/26/a-bootiful-podcast-swarna-podila-on-cloud-foundry-hashicorp-and-more
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/11/26/a-bootiful-podcast-swarna-podila-on-cloud-foundry-hashicorp-and-more
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: Swarna Podila on Cloud Foundry, Hashicorp and more
<iframe title="Swarn Podila on Cloud Foundry, Hashicorp and more" height="122" width="100%" style="border: none;" scrolling="no" data-name="pb-iframe-player" src="https://www.podbean.com/media/player/dimv7-f3536f?from=pb6admin&download=1&version=1&auto=0β¦
π QUARKUS OAUTH2 AND SECURITY WITH KEYCLOAK
https://piotrminkowski.com/2020/09/16/quarkus-oauth2-and-security-with-keycloak/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/09/16/quarkus-oauth2-and-security-with-keycloak/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Quarkus OAuth2 and security with Keycloak - Piotr's TechBlog
A tutorial showing how to use Quarkus OAuth2 Extension to implement authorization based on OAuth2 protocol configured on Keycloak.
π Percona PMM β A beginnerβs guide
https://vladmihalcea.com/percona-pmm-beginner-guide/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/percona-pmm-beginner-guide/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
Percona PMM - A beginner's guide - Vlad Mihalcea
Learn how to set up Percona Monitoring and Management (PMM) using Docker and monitor your MySQL or PostgreSQL database.
π Using application.yml vs application.properties in Spring Boot
https://www.baeldung.com/spring-boot-yaml-vs-properties
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-yaml-vs-properties
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Using application.yml vs application.properties in Spring Boot | Baeldung
Spring Boot supports both .properties and YAML. We explore the differences between injecting properties, and how to provide multiple configurations.
π Spring Data 2020.0 - New and Noteworthy in Spring Data for Apache Cassandra 3.1
https://spring.io/blog/2020/11/26/spring-data-2020-0-new-and-noteworthy-in-spring-data-for-apache-cassandra-3-1
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/11/26/spring-data-2020-0-new-and-noteworthy-in-spring-data-for-apache-cassandra-3-1
β‘οΈ @SpringFrameworkZone
spring.io
Spring Data 2020.0 - New and Noteworthy in Spring Data for Apache Cassandra 3.1
<p><a href="https://spring.io/blog/2020/11/06/spring-data-2020-0-new-and-noteworthy-a-general-overview">Spring Data <code>2020.0.0</code></a> ships with Spring Data for Apache Cassandra 3.1. This release ships with numerous enhancements that refine existingβ¦
π QUICK GUIDE TO MICROSERVICES WITH MICRONAUT FRAMEWORK
https://piotrminkowski.com/2019/01/25/quick-guide-to-microservices-with-micronaut-framework/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2019/01/25/quick-guide-to-microservices-with-micronaut-framework/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Guide to Microservices with Micronaut and Consul - Piotr's TechBlog
Guide to building microservices by example with Micronaut Framework and using such tools like Consul, Swagger, or Zipkin.
π Deploy a Spring Boot application to GKE
https://rieckpil.de/howto-deploy-a-spring-boot-application-to-gke/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/howto-deploy-a-spring-boot-application-to-gke/
β‘οΈ @SpringFrameworkZone
rieckpil
Deploy a Spring Boot application to GKE | rieckpil
Learn how to deploy a Spring Boot application to GKE ( Google Kubernetes Engine) to utilize all benefits of Kubernetes and the Google Cloud