π 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β¦
π This Week in Spring - December 1st, 2020
https://spring.io/blog/2020/12/02/this-week-in-spring-december-1st-2020
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2020/12/02/this-week-in-spring-december-1st-2020
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - December 1st, 2020
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring</em>! Itβs been a very fun week since we last spoke. How are you? Can you believe that itβs already the first day of December, 2020? Time sure fliesβ¦ or something heh. This weekβ¦
π Spring Component Scan
https://springframework.guru/spring-component-scan/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/spring-component-scan/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
Spring Component Scan
When developing Spring Boot applications, you need to tell the Spring Framework where to look for Spring components. Using component scan is one method of asking Spring to detect Spring managed components. Spring needs theβ¦
π Fix No Qualifying Spring Bean Error For Spring Boot Tests
https://rieckpil.de/fix-no-qualifying-spring-bean-error-for-spring-boot-tests/
β‘οΈ @SpringFrameworkZone
https://rieckpil.de/fix-no-qualifying-spring-bean-error-for-spring-boot-tests/
β‘οΈ @SpringFrameworkZone
rieckpil
Fix No Qualifying Spring Bean Error For Spring Boot Tests - rieckpil
Reasons and solutions for no qualifying Spring Bean errors when writing tests for Spring Boot applications that include a Spring Test Context