Posts related to tag: configuration


How to redirect from HTTP to HTTPS on Tomcat Server

On this page, we will learn how to redirect an application from HTTP to HTTPS on Tomcat Server automatically. But […] Continue reading »

How to configure SSL/HTTPS on Tomcat Server

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 in Spring Boot

@ConfigurationProperties annotation is used to pulling up a “group of configuration values” from the properties file. @ConfigurationProperties annotation is also […] Continue reading »

Spring Boot Profiles and Configuration Management Example

In this tutorial, we’ll learn how to configure and set profiles using Spring Boot. Every enterprise application has many profiles […] Continue reading »

Spring MVC Database Connectivity using XML Configuration

In this article, you will learn Spring MVC database connectivity using XML configuration. Spring framework provides DriverManagerDataSource class to manage […] Continue reading »

Spring MVC Database Connectivity Example using Annotation and Java Based Configuration

In this tutorial, we will learn how to connect Spring MVC application to the database using annotation and Java-based configuration. […] Continue reading »

Spring 5 MVC Java Based Configuration Example

In the last two tutorials, we have learned how to create a Spring Web MVC application using XML-based configuration and […] Continue reading »

Spring 5 MVC Hello World using XML configuration

In the previous tutorial, we have discussed the introduction and features of Spring Web MVC and its project structure. On […] Continue reading »

Spring AOP pointcut example using XML configuration

In this tutorial, you will learn about the Spring AOP pointcut and how to apply it. Spring provided two classes […] Continue reading »