USUdit Sharmaindevsolutions.hashnode.dev·Apr 20, 2023 · 2 min readGetting Started with Spring Cloud Config Server using JDBCStart by creating a new project with Spring Initializer. Move to https://start.spring.io/ and create a new Spring Project with Maven, Spring Boot 3.x.x and JDK 17.Please enter the following data: Project: Maven Language: Java Group: com.config Ar...00
USUdit Sharmaindevsolutions.hashnode.dev·Dec 17, 2022 · 1 min readHow do you center align a div inside another div?To center align a div inside another div, you can use the following steps: Add a parent div element around the div that you want to center align. Add the following CSS to the parent div: .parent { display: flex; justify-content: center; ali...00
USUdit Sharmaindevsolutions.hashnode.dev·Dec 17, 2022 · 1 min readHow to make a responsive button in CSS?To create a responsive button in CSS, you can use the following code: button { display: block; width: 100%; padding: 12px; font-size: 18px; font-weight: bold; color: white; background-color: #4CAF50; border: none; border-radius: 4px...00
USUdit Sharmaindevsolutions.hashnode.dev·Dec 17, 2022 · 3 min readBasic JAVA interview Questions you MUST knowHere are some basic Java interview questions along with their answers: What is Java? Java is a high-level, object-oriented programming language developed by Sun Microsystems in the mid-1990s. It is designed to be simple, easy to learn, and easy to w...00
USUdit Sharmaindevsolutions.hashnode.dev·Dec 15, 2022 · 2 min readWhat happens when you open any URLWhen you open a URL, a lot of things happen behind the scenes to make sure the web page you want to access is delivered to your device. Here's a brief overview of what happens when you open a URL: When you enter a URL into your web browser and hit e...00