Spring boot get active profile
1. Overview In this article, We will learn Spring boot get active profile or How to check current active profiles in spring boot at runtime. To get current active profiles need…
1. Overview In this article, We will learn Spring boot get active profile or How to check current active profiles in spring boot at runtime. To get current active profiles need…
1. Overview In this article, We are going explain how to create spring boot Gradle application or Spring boot Gradle Example. Gradle is very popular build tool as like maven. Here we have…
1. Overview This article contains Spring boot 2 Spring security 5 in-memory Basic Authentication Example. Spring boot 2 by default supports Spring Security 5. This example contains in-memory authentication with…
1. Overview This article contains spring boot restful web services with JPA example. We have used MySQL as a database in this example. Spring boot is the first choice to develop…
1. Overview At starting of spring boot application, Banner is displayed at console but sometimes for production or client delivery, we do not require those type of banner or so…
1. Overview In this article, We will see spring boot SSL configuration example while embedded tomcat. HTTPs most preferable while the application is transforming important data over network layer like…
1. Overview This article is for Spring boot JDBC HikariCP Example. HikariCP is very popular and known database connection pooling library, especially for performance and concurrency matters. Spring boot by default use tomcat…
1. Overview Example of spring boot common dbcp2 connection pool example. dbcp2 (Data Base Connection Pooling) is a very popular library to manage the connection pool, dbcp2 is the project of…
1. Overview This article is about spring boot change context path. Application context path also called base path. If context path is specified then the application will be accessible like: With context…
1. Overview In this article, We will see Spring boot JNDI datasource Example. JNDI Datasource needs to be configured at the server level in our case it will be in tomcat…