application.properties and application.yml both are the configuration files used in Spring Boot to configure application-specific properties. The main difference between […] Continue reading »
On this page, we will learn how to redirect an application from HTTP to HTTPS on Tomcat Server automatically. But […] Continue reading »
On this page, we will learn a step-by-step guide to configure and enable SSL/HTTPS on the Tomcat server. To configure […] Continue reading »
@ConfigurationProperties annotation is used to pulling up a “group of configuration values” from the properties file. @ConfigurationProperties annotation is also […] Continue reading »
In this tutorial, we’ll learn how to configure and set profiles using Spring Boot. Every enterprise application has many profiles […] Continue reading »
In this article, you will learn Spring MVC database connectivity using XML configuration. Spring framework provides DriverManagerDataSource class to manage […] Continue reading »
In this tutorial, we will learn how to connect Spring MVC application to the database using annotation and Java-based configuration. […] Continue reading »
In the last two tutorials, we have learned how to create a Spring Web MVC application using XML-based configuration and […] Continue reading »
In the previous tutorial, we have discussed the introduction and features of Spring Web MVC and its project structure. On […] Continue reading »
In this tutorial, you will learn about the Spring AOP pointcut and how to apply it. Spring provided two classes […] Continue reading »