Skip to content
FrugalisMinds

FrugalisMinds

  • Home
  • Spring
    • Spring Boot
    • Spring Security
    • Spring Cloud
  • Spring
    • Spring Boot
    • Spring Security
    • Spring Cloud
  • About Us
  • Contact Us

Java

How to Change M2_REPO eclipse maven Repository Location

April 6, 2022April 6, 2022 by frugalis_blog

Maven reads dependencies from .m2 folder .Maven dependencies are read by eclipse from maven repository using M2_REPO classpath variable . …

Read moreHow to Change M2_REPO eclipse maven Repository Location

Error: Could not find or load main class

April 23, 2022November 19, 2020 by frugalis_blog
Could-not-find-or-load-main-class-1

It is one of the most common issue newbie developers face while starting with java programming . What does this …

Read moreError: Could not find or load main class

Java Bubble Sort Example

March 27, 2022November 1, 2020 by frugalis_blog
Bubble Sort Java Example

Bubble Sort is one of the basic sorting algorithm , it compares adjacent elements and exchange which ever element is …

Read moreJava Bubble Sort Example

Builder Design Pattern

December 29, 2020May 17, 2020 by frugalis_blog
builder design pattern

What is Builder Design Pattern ? Why we should care about it ? Starting from Creational Design Pattern, so wikipedia …

Read moreBuilder Design Pattern

Upcasting and DownCasting In Java

December 31, 2020November 11, 2018 by frugalis_blog
upcasting and downcasting java

Upcasting and DownCasting In Java:- It is one of the most popular interview questions in Java. We will talk about  …

Read moreUpcasting and DownCasting In Java

Constructor Injection and Field Injection Misconception Cleared

December 31, 2020October 13, 2018 by frugalis_blog
Constructor Injection and Field Injection Misconception Cleared

Constructor Injection and Field Injection Misconception Cleared:- In this post i am gonna talk about Constructor and Field injection . …

Read moreConstructor Injection and Field Injection Misconception Cleared

JPA EntityManager Example

August 2, 2021April 24, 2018 by frugalis_blog

JPA Entity Manager Example, we are going to find out how we can use the JPA Entity Manager to do …

Read moreJPA EntityManager Example

What’s New in JDK 10 – Features and Enhancements Java 10 ?

March 21, 2018 by frugalis_blog

What’s New in JDK 10 – Features and Enhancements Java 10? Java released its new version Java 10 recently. Java Standard …

Read moreWhat’s New in JDK 10 – Features and Enhancements Java 10 ?

CRUD Rest API With Spring Web-Flux Reactive Programming with Spring 5

August 1, 2021March 11, 2018 by frugalis_blog

CRUD Rest API With Spring Web-Flux Reactive Programming with Spring 5:- Spring has released Reactive Web Framework and it is …

Read moreCRUD Rest API With Spring Web-Flux Reactive Programming with Spring 5

How to use Java 8 Streams Filter in Java Collections

September 27, 2021March 6, 2018 by frugalis_blog

How to use Java 8 Streams Filter in Java Collections In this article, we are going to discuss how to …

Read moreHow to use Java 8 Streams Filter in Java Collections

Post navigation
Older posts
Page1 Page2 Next →

Latest Posts

  • How to Change M2_REPO eclipse maven Repository Location
  • What is a Spring Boot Fat Jar File
  • How to Create React Sortable Tree With Example
  • How to Change Server Port in Spring Boot App
  • Spring Boot Serving Static Web Content and Resources

Topics

  • Android
  • Data Structure and Algorithm
  • github
  • IOS
  • Java
  • javascript
  • Linux
  • MongoDB
  • nodejs
  • React JS
  • Spring
  • Spring Boot
  • Spring Cloud
  • Spring Security
  • Uncategorized
All Rights Reserved 2022 © frugalisminds