Spring Boot Framework pinned Β«π Java Weekly, Issue 361 https://www.baeldung.com/java-weekly-361 β‘οΈ @SpringFrameworkZoneΒ»
π Vue.js Frontend with a Spring Boot Backend
https://www.baeldung.com/spring-boot-vue-js
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-vue-js
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Vue.js Frontend with a Spring Boot Backend | Baeldung
Explore how to set up a web application using Spring Boot and Vue.js.
π Getting Started with Stream Processing with Spring Cloud Data Flow
https://www.baeldung.com/spring-cloud-data-flow-stream-processing
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-cloud-data-flow-stream-processing
β‘οΈ @SpringFrameworkZone
Baeldung
Getting Started with Stream Processing + Spring Cloud Data Flow | Baeldung
A intro to how to get started with Stream Processing using the Spring Cloud Data Flow platform.
π GUIDE TO QUARKUS ON KUBERNETES
https://piotrminkowski.com/2020/08/10/guide-to-quarkus-on-kubernetes/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/08/10/guide-to-quarkus-on-kubernetes/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Guide to Quarkus on Kubernetes - Piotr's TechBlog
A guide showing how to build Quarkus application that may be easily deployed and run on Kubernetes. Using Quarkus Kubernetes Extension.
π Microservices β A Primer
https://betterjavacode.com/architecture/microservices-a-primer
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/architecture/microservices-a-primer
β‘οΈ @SpringFrameworkZone
Code Complete
Microservices - A Primer - Code Complete
What are the microservices? Why are they getting popularity? Moving from monolithic to microservices architecture, here is a primer for that.
π Hexagonal Architecture with Java and Spring
https://reflectoring.io/spring-hexagonal/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/spring-hexagonal/
β‘οΈ @SpringFrameworkZone
π Warning: βThe type WebMvcConfigurerAdapter is deprecatedβ
https://www.baeldung.com/web-mvc-configurer-adapter-deprecated
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/web-mvc-configurer-adapter-deprecated
β‘οΈ @SpringFrameworkZone
Baeldung
Warning: "The type WebMvcConfigurerAdapter is deprecated" | Baeldung
Find out how to fix the WebMvcConfigurerAdapter warning in Spring
π Introduction to Spring with Akka
https://www.baeldung.com/akka-with-spring
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/akka-with-spring
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Introduction to Spring with Akka | Baeldung
A quick and practical guide to using Akka with Spring
π Spring Cloud Open Service Broker 3.2.0 Released
https://spring.io/blog/2020/11/30/spring-cloud-open-service-broker-3-2-0-released
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/11/30/spring-cloud-open-service-broker-3-2-0-released
β‘οΈ @SpringFrameworkZone
spring.io
Spring Cloud Open Service Broker 3.2.0 Released
<p>We are pleased to announce the general availability of Spring Cloud Open Service Broker 3.2.0. Version 3.2.0 is upgraded to Spring Boot 2.3, and addresses a few issues related to OSB API v2.15 support. It is feature compatible with the 3.1.2 release, andβ¦
π Social login with Spring Boot
https://betterjavacode.com/java/social-login-with-spring-boot
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/java/social-login-with-spring-boot
β‘οΈ @SpringFrameworkZone
Code Complete
Social login with Spring Boot - Code Complete
Use social login with Spring Boot Application. In this post, I show how you can use twitter, github or google as a social login.
π High-Performance Java Persistence Newsletter, Issue 21
https://vladmihalcea.com/high-performance-java-persistence-newsletter-21/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/high-performance-java-persistence-newsletter-21/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
High-Performance Java Persistence Newsletter, Issue 21 - Vlad Mihalcea
The High-Performance Java Persistence Newsletter features articles, videos, and answers to common StackOverflow questions.
π LOCAL CONTINUOUS DELIVERY ENVIRONMENT WITH DOCKER AND JENKINS
https://piotrminkowski.com/2018/06/12/local-continuous-delivery-environment-with-docker-and-jenkins/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2018/06/12/local-continuous-delivery-environment-with-docker-and-jenkins/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Local Continuous Delivery Environment with Docker and Jenkins - Piotr's TechBlog
In this article Iβm going to show you how to set up a continuous delivery environment for building Docker images of our Java applications on the local machine. Our environment will consist of Gitlab (optional, otherwise you can use hosted GitHub), Jenkinsβ¦
π Using H2 and Oracle with Spring Boot
https://springframework.guru/using-h2-and-oracle-with-spring-boot/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/using-h2-and-oracle-with-spring-boot/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
Using H2 and Oracle with Spring Boot
Often when using Spring for enterprise application development, while developing code on your laptop, you will want to run against a in memory H2 database, and later you will deploy the code to a server andβ¦