Spring Boot
Spring Boot is a popular Java-based framework for building and deploying microservices and web applications.
It provides a simplified way of creating applications with a minimal amount of configuration, making it easier for developers to get started quickly.
Spring Boot also offers a range of features and tools for developing applications, including embedded servers, automatic configuration, and starter dependencies.
With its extensive community support, regular updates, and extensive documentation, Spring Boot is a popular choice for Java developers looking to build and deploy modern applications.
Posts about Spring Boot
Spring RestTemplate - log all client requests and responses.
How to log requests and responses in Spring RestTemplate
March 12, 2022
|
HTTP
|
Spring Boot
|
Java
Heroku + mLab MongoDB + Spring Boot - How to start example
Minimal code to start.
June 06, 2019
|
Spring Boot
|
Heroku
How to force HTTPS in Spring Boot
Redirect HTTP to HTTPS in Spring Boot application
January 23, 2019
|
Spring Boot
How to execute task with time delay in Spring Boot
Using Spring Boot ThreadPoolTaskScheduler to implement one time task execution with time delay.
December 04, 2018
|
Spring Boot
Aspect weaving in Spring and non-Spring projects
How to setup pom.xml properly for aspect weaving
July 02, 2018
|
AspectJ
|
Spring Boot
JUnit DataPrivider example for Spring driven tests
How to make JUnit DataPrivider work with Spring
June 14, 2018
|
JUnit
|
Spring Boot
Spring Boot + JUnit. How to get started
How to get started with JUnit and Spring Boot - minimal required code. Create your Spring Boot and JUnit based Test Automation Framework
May 11, 2018
|
Spring Boot
|
JUnit
|
Java
How to log service client calls with AspectJ
AspectJ. How to log all service client calls for TestNG tests
March 14, 2018
|
AspectJ
|
HTTP
|
Spring Boot
|
Java
AspectJ. How to log method with parameters in Java
How to log method with parameters and returned result. How to use AspectJ for logging with parameters
March 05, 2018
|
AspectJ
|
Spring Boot
|
Java
REST API client for TestNG and Spring Boot using Apache Http Components. Part 2
Create Service Client for Test Framework for REST API with TestNG and Spring Boot using previously created Http Client
February 26, 2018
|
HTTP
|
TestNG
|
Spring Boot
|
Java
REST API client for TestNG and Spring Boot using Apache Http Components. Part 1
Create Http Client for Test Framework for REST API with TestNG and Spring Boot using Apache Http Client
February 21, 2018
|
HTTP
|
TestNG
|
Spring Boot
|
Java
Spring Boot - exclude Tomcat from Spring Boot applications
How to exclude Tomcat from Spring Boot. Spring Boot without embedded Tomcat. Here is how.
December 22, 2017
|
Spring Boot
|
Maven
How to get test data in TestNG tests from external file with Spring Boot
How to get started with using test data stored in an external file with Spring Boot in TestNG tests
December 18, 2017
|
Spring Boot
|
TestNG
|
Java
Spring Boot application.properties + TestNG tests
Spring Boot application.properties + TestNG tests. How to read parameters from application.properties file with @Value. TestNG example
December 14, 2017
|
Spring Boot
|
TestNG
|
Java
Spring Boot + TestNG. How to get started
How to get started with TestNG and Spring Boot - minimal required code. Create your Spring Boot and TestNG based Test Automation Framework
December 01, 2017
|
Spring Boot
|
TestNG
|
Java
Spring profiles in TestNG tests, spring.profiles.active
Spring profiles for switching between configurations. Using spring.profiles.active
December 03, 2015
|
Spring Boot
|
TestNG
|
Java