π Working with Enums in Thymeleaf
https://www.baeldung.com/thymeleaf-enums
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/thymeleaf-enums
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Working with Enums in Thymeleaf | Baeldung
Learn how to work with enums in Thymeleaf.
Spring Boot Framework pinned Β«π Java Weekly, Issue 354 https://www.baeldung.com/java-weekly-354 β‘οΈ @SpringFrameworkZoneΒ»
π KOTLIN MICROSERVICE WITH SPRING BOOT
https://piotrminkowski.com/2019/01/15/kotlin-microservice-with-spring-boot/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2019/01/15/kotlin-microservice-with-spring-boot/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Kotlin Microservice with Spring Boot - Piotr's TechBlog
Building Spring Boot microservices with Kotlin. Showing the best practices for implementing microservices built on top of Spring Boot.
π DISTRIBUTED TRANSACTIONS IN MICROSERVICES WITH SPRING BOOT
https://piotrminkowski.com/2020/06/19/distributed-transactions-in-microservices-with-spring-boot/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/06/19/distributed-transactions-in-microservices-with-spring-boot/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Distributed Transactions in Microservices with Spring Boot Piotr's TechBlog
Performing distributed transactions across microservices with JPA and Spring Boot. It is demonstrating usage of SAGA pattern.
π SPRING BOOT ADMIN ON KUBERNETES
https://piotrminkowski.com/2020/02/18/spring-boot-admin-on-kubernetes/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2020/02/18/spring-boot-admin-on-kubernetes/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Spring Boot Admin on Kubernetes - Piotr's TechBlog
In this tutorial you will learn how to run Spring Boot Admin on Kubernetes to monitor microservices built with Spring Boot.
π Loading External Application Properties in the Gradle bootRun Task
https://reflectoring.io/externalizing-properties-gradle-bootrun/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/externalizing-properties-gradle-bootrun/
β‘οΈ @SpringFrameworkZone
reflectoring.io
Loading External Application Properties in the Gradle bootRun Task
Configuration parameters should not be baked into code - including the code of your build scripts. This tutorial shows how use the Gradle bootRun task to start a Spring Boot application with application parameters loaded from a properties file.
π Pattern Search with Grep in Java
https://www.baeldung.com/grep-in-java
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/grep-in-java
β‘οΈ @SpringFrameworkZone
Baeldung
Pattern Search with Grep in Java | Baeldung
Learn how to write grep-like logic in Java.
π Unit Testing with JUnit β Part 2
https://springframework.guru/unit-testing-junit-part-2/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/unit-testing-junit-part-2/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Unit Testing with JUnit β Part 2
In the first part of the series on unit testing with JUnit, we looked at creating unit tests both using Maven and IntelliJ. In this post, we will look at some core unit testing conceptsβ¦
π Creating CRUD UI with Vaadin
https://spring.io/guides/gs/crud-with-vaadin/
β‘οΈ @SpringFrameworkZone
https://spring.io/guides/gs/crud-with-vaadin/
β‘οΈ @SpringFrameworkZone
Getting Started | Creating CRUD UI with Vaadin
Use Vaadin and Spring Data JPA to build a dynamic UI
π Stay at Home, Learn from Home with 6 Free Online Courses
https://springframework.guru/stay-at-home-learn-from-home-with-6-free-online-courses/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/stay-at-home-learn-from-home-with-6-free-online-courses/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Stay at Home, Learn from Home with 6 Free Online Courses
I hope this post finds everyone healthy. While we are all staying at home, why not do some learning from home! Below are 6 courses you can enroll in for FREE! Stay at home, learnβ¦
π Dependency Injection Example Using Spring
https://springframework.guru/dependency-injection-example-using-spring/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/dependency-injection-example-using-spring/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Dependency Injection Example Using Spring
Dependency Injection The Spring Framework is literally built around the concept of Dependency Injection. In this post, we'll take a look at a simple example of Dependency Injection using the Spring Framework. If you want aβ¦
π Udemy - Introduction to Spring Boot 2 and Spring Framework 5
https://www.udemy.com/course/introduction-to-spring-boot-2-and-spring-framework-5/?referralCode=53F99D08476F0F3395A5&ranMID=39197&ranEAID=PM*hH9CXaqg&ranSiteID=PM.hH9CXaqg-_7sTg6oYI_XXmJHvN8909g&utm_source=aff-campaign&LSNPUBID=PM*hH9CXaqg&utm_medium=udemyads
β‘οΈ @SpringFrameworkZone
https://www.udemy.com/course/introduction-to-spring-boot-2-and-spring-framework-5/?referralCode=53F99D08476F0F3395A5&ranMID=39197&ranEAID=PM*hH9CXaqg&ranSiteID=PM.hH9CXaqg-_7sTg6oYI_XXmJHvN8909g&utm_source=aff-campaign&LSNPUBID=PM*hH9CXaqg&utm_medium=udemyads
β‘οΈ @SpringFrameworkZone
Udemy
Free Spring Boot Tutorial - Introduction to Spring Boot 2 and Spring Framework 5
Build a Spring Boot Web Application - Free Course
π Polyglot Programming in Spring
https://springframework.guru/polyglot-programming-in-spring/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/polyglot-programming-in-spring/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Polyglot Programming in Spring
Polyglot Programming Is the practice of programming in multiple programming languages. According to Wikipedia it is - In computing, a polyglot is a computer program or script written in a valid form of multiple programmingβ¦
π Deploying Spring Boot Application to Heroku
https://betterjavacode.com/programming/deploying-spring-boot-application-to-heroku
β‘οΈ @SpringFrameworkZone
https://betterjavacode.com/programming/deploying-spring-boot-application-to-heroku
β‘οΈ @SpringFrameworkZone
Code Complete
Deploying Spring Boot Application to Heroku - Code Complete
A step by step process about deploying a spring boot application to Heroku.
π Difference Between @ComponentScan and @EnableAutoConfiguration in Spring Boot
https://www.baeldung.com/spring-componentscan-vs-enableautoconfiguration
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-componentscan-vs-enableautoconfiguration
β‘οΈ @SpringFrameworkZone
Baeldung on Kotlin
Difference Between @ComponentScan and @EnableAutoConfiguration in Spring Boot | Baeldung
Let's look at the difference between these two annotations for configuring our Spring Boot application.
π All You Need To Know About Bean Validation With Spring Boot
https://reflectoring.io/bean-validation-with-spring-boot/
β‘οΈ @SpringFrameworkZone
https://reflectoring.io/bean-validation-with-spring-boot/
β‘οΈ @SpringFrameworkZone
π 60 years of COBOL β past, present, and future
https://vladmihalcea.com/60-years-cobol-future/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/60-years-cobol-future/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
60 years of COBOL - past, present, and future - Vlad Mihalcea
60 years of COBOL, and, most likely, it's here for the future. This article is an interview with Adrian Tot about the state of COBOL.
π What is the best UI to Use with Spring Boot?
https://springframework.guru/what-is-the-best-ui-to-use-with-spring-boot/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/what-is-the-best-ui-to-use-with-spring-boot/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
What is the best UI to Use with Spring Boot?
A common question I get is