B2 Tech

Web Dev Snippets

  • Facebook
  • Twitter
  • Google Plus
  • Home
  • Java
    • Core Java
    • Core Java Programs
    • Java Swings
    • JavaFX
  • Web Technologies
    • Angular 10
    • Angular 2
    • Angular 9
    • Boostrap 4
    • CSS
    • Express.js
    • High Charts
    • HTML
    • Javascript
    • Javascript Programs
    • jQuery
    • Mongoose
    • Nodejs
    • Typescript
  • Advance Java/J2EE
    • JSF
    • JSP
    • Servlets
    • Thymeleaf
    • Spring MVC
    • Spring JDBC
    • Spring Boot
    • JPA
    • Hibernate
    • Struts
    • MyBatis/iBatis
  • Interview Programs
  • Web Services
    • REST Services
    • SOAP Services
  • Spring Boot
    • Spring Boot [100+ Tutorials]
    • Spring Security
    • Spring Annotations
    • Spring Data JPA
    • GraphQL and Spring Boot
  • About
  • Contact
  • Udemy Courses
    • React and Spring Boot
    • Angular and Spring Boot
  • Cloud
    • AWS
  • JPA
  • Spring Boot

JPQL query using LessThan condition

January 24, 2022
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the LessThan condition in the Spring Data JPA repository. JPQL stands for Java persistence query language defined in JPA specification. It is used to create...

Continue reading

  • JPA
  • Spring Boot

JPQL Query using Between condition

January 21, 2022
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the Between condition in the Spring Data JPA repository. JPQL stands for Java persistence query language defined in JPA specification. It is used to create...

Continue reading

  • JPA
  • Spring Boot

JPQL Query using Equals condition

January 20, 2022
by Bushan Sirgur
6 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the Equals condition in the Spring Data JPA repository. JPQL stands for Java persistence query language defined in JPA specification. It is used to create...

Continue reading

  • JPA
  • Spring Boot

JPQL Query using OR condition

January 20, 2022
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the OR condition in the Spring Data JPA repository. JPQL stands for Java persistence query language defined in JPA specification. It is used to create queries...

Continue reading

  • JPA
  • Spring Boot

JPQL Query using AND condition

January 19, 2022
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the And condition in the Spring Data JPA repository. JPQL stands for Java persistence query language defined in JPA specification. It is used to create...

Continue reading

  • JPA
  • Spring Boot

JPQL Query using Distinct condition

January 18, 2022
by Bushan Sirgur
6 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL for the Distinct condition in the Spring Data JPA repository. JPQL stands for Java persistence query language defined in JPA specification. It is used to create...

Continue reading

  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC
  • Spring Security

Spring Security Login REST API with MySQL Database

January 17, 2022
by Bushan Sirgur
8 min read
1 Comment

Hey guys in this article, you will learn about the creating a Login API in Spring security and validate the user against the MySQL database. Complete Example We will create this example step by step, follow this tutorial till...

Continue reading

  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Data JPA exists by field with Example

January 17, 2022
by Bushan Sirgur
7 min read
2 Comments

In this article, you will learn about Data JPA exists projection in repository query derivation with full coding example. Read More: Check the Complete Spring Boot and Data JPA Tutorials Check the Complete Spring MVC...

Continue reading

  • Spring Boot
  • Spring MVC

Spring Boot DTO to Entity mapping

January 4, 2022
by Bushan Sirgur
5 min read
2 Comments

Hey guys in this article, you will learn about mapping the DTO to Entity class in Spring boot or Spring MVC. Read More: Check the Complete Spring MVC Tutorials Check the Complete JSP Tutorials Check the Complete Spring Boot...

Continue reading

  • Spring Boot
  • Spring MVC

Spring Boot Map One Object to Another

January 4, 2022
by Bushan Sirgur
2 min read
1 Comment

Hey guys in this short article, you will learn about Mapping one java object to another in Spring Boot. Read More: Check the Complete Spring MVC Tutorials Check the Complete JSP Tutorials Check the Complete Spring Boot Tutorials...

Continue reading

  • Core Java

Java 8 DateTime API Example

January 3, 2022
by Bushan Sirgur
2 min read
Add Comment

Hey guys in this article, you will learn about Java 8 DateTime API with example Read More: Check the Complete Spring MVC Tutorials Check the Complete JSP Tutorials Check the Complete Spring Boot Tutorials [100+ Examples] Check...

Continue reading

  • Core Java

Java Convert String to Datetime using SimpleDateFormat

January 3, 2022
by Bushan Sirgur
1 min read
Add Comment

Hey guys in this short article, you will learn how to convert the String into datetime with time zone in Java. Read More: Check the Complete Spring MVC Tutorials Check the Complete JSP Tutorials Check the Complete Spring Boot...

Continue reading

  • Core Java

Java Convert Date to String format dd/mm/yyyy

January 3, 2022
by Bushan Sirgur
2 min read
Add Comment

Hey guys in this short article, you will learn how to convert the current date and time to different formats in String Read More: Check the Complete Spring MVC Tutorials Check the Complete JSP Tutorials Check the Complete Spring...

Continue reading

  • Core Java

Java Convert Date to String format

January 3, 2022
by Bushan Sirgur
1 min read
Add Comment

Hey guys in this short article, you will learn how to convert the current date and time to String format in Java. Read More: Check the Complete Spring MVC Tutorials Check the Complete JSP Tutorials Check the Complete Spring Boot...

Continue reading

  • Core Java

Java 8 Default Method in Interface

December 15, 2021
by Bushan Sirgur
1 min read
Add Comment

Hey guys in this article, you will understand the defining the default in interface which in introduced in Java 8. Read More: Check the Complete Spring MVC Tutorials Check the Complete JSP Tutorials Check the Complete Spring...

Continue reading

  • Core Java

Java Object class methods List

December 15, 2021
by Bushan Sirgur
2 min read
Add Comment

Hey guys in this article, you will learn about the methods available in Object class in Java programming language. Read More: Check the Complete Spring MVC Tutorials Check the Complete JSP Tutorials Check the Complete Spring...

Continue reading

  • Core Java

Difference between Abstraction and Encapsulation Java

December 15, 2021
by Bushan Sirgur
2 min read
Add Comment

Hey guys in this article, you will understand the difference between Abstraction and Encapsulation in Java Read More: Check the Complete Spring MVC Tutorials Check the Complete JSP Tutorials Check the Complete Spring Boot...

Continue reading

  • Core Java

Difference between Method overloading and Method overriding in Java

December 14, 2021
by Bushan Sirgur
4 min read
Add Comment

Hey guys in this article, you will understand the difference between Method overloading and method overriding in Java with easy to understand example Read More: Check the Complete Spring MVC Tutorials Check the Complete JSP...

Continue reading

  • Core Java

Difference between class and object in Java with Example

December 12, 2021
by Bushan Sirgur
2 min read
Add Comment

Hey guys in this article, you will understand the difference between Class and Object in Java with easy to understand examples Read More: Check the Complete Spring MVC Tutorials Check the Complete JSP Tutorials Check the...

Continue reading

  • Core Java

Difference between Aggregation and Composition in Java with Example

December 12, 2021
by Bushan Sirgur
2 min read
Add Comment

Hey guys in this article, you will understand the difference between Aggregation and Composition with easy to understand examples Read More: Check the Complete Spring MVC Tutorials Check the Complete JSP Tutorials Check the...

Continue reading

  • Core Java

Difference between Java constructor and Java method

December 12, 2021
by Bushan Sirgur
2 min read
Add Comment

Hey guys in this article, you will understand the difference between Java constructor and Java method Read More: Check the Complete Spring MVC Tutorials Check the Complete JSP Tutorials Check the Complete Spring Boot Tutorials...

Continue reading

  • JSP
  • Spring MVC

Spring MVC Read checkbox values from Java model

December 10, 2021
by Bushan Sirgur
8 min read
Add Comment

Hey guys in this post, you will learn about reading checkbox values from Java model class with easy to understand example. Read More: Check the Complete Spring MVC Tutorials Check the Complete JSP Tutorials Check the Complete...

Continue reading

  • JSP
  • Spring MVC

Spring MVC Multiple Checkbox Example

December 10, 2021
by Bushan Sirgur
8 min read
Add Comment

Hey guys in this post, you will learn about reading the checkbox values in Spring MVC with easy to understand example Read More: Check the Complete Spring MVC Tutorials Check the Complete JSP Tutorials Check the Complete Spring...

Continue reading

  • JSP
  • Spring MVC

Spring MVC Populate Radio button values from Java model class

December 6, 2021
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn about populating radio button values from java model class Read More: Check the Complete Spring MVC Tutorials Check the Complete JSP Tutorials Check the Complete Spring Boot Tutorials...

Continue reading

  • JSP
  • Spring MVC

Spring MVC Radio button Example

December 2, 2021
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn about Spring MVC radio button with easy to understand example Read More: Check the Complete Spring MVC Tutorials Check the Complete JSP Tutorials Check the Complete Spring Boot Tutorials...

Continue reading

  • JSP
  • Spring MVC

Spring MVC dropdown options load from properties file

December 2, 2021
by Bushan Sirgur
2 min read
Add Comment

Hey guys in this post, you will learn about Spring MVC dropdown options load from properties file 1. Create a Property file Create WEB-INF/countries.properties file and add the following...

Continue reading

  • JSP
  • Spring MVC

Spring MVC Dynamic Dropdown List

December 1, 2021
by Bushan Sirgur
7 min read
2 Comments

Hey guys in this post, you will learn about populating the dropdown values from java model in Spring MVC with easy to understand example Read More: Check the Complete Spring MVC Tutorials Check the Complete JSP Tutorials Check...

Continue reading

  • JSP
  • Spring MVC

Spring MVC JSP Dropdown Example

November 26, 2021
by Bushan Sirgur
6 min read
Add Comment

Hey guys in this post, you will learn about reading the value from dropdown from Spring MVC with easy to understand example Read More: Check the Complete Spring MVC Tutorials Check the Complete JSP Tutorials Check the Complete...

Continue reading

  • JSP
  • Spring MVC

Spring MVC Textbox Example

November 25, 2021
by Bushan Sirgur
6 min read
Add Comment

Hey guys in this article, you will learn about read the user input from textbox in Spring MVC with easy to understand example Read More: Check the Complete Spring MVC Tutorials Check the Complete JSP Tutorials Check the Complete...

Continue reading

  • JSP
  • Spring MVC

Spring MVC Form Tags

November 24, 2021
by Bushan Sirgur
2 min read
Add Comment

Hey guys in this post, you will learn about Spring MVC form tags and the advantages of using Spring MVC form tags. Read More: Check the Complete Spring MVC Tutorials Check the Complete JSP Tutorials Check the Complete Spring...

Continue reading

Previous 1 2 3 4 … 13 Next
Build Real Time REST APIs with Spring Boot, JPA and MySQL

Build Real Time Web Application with Spring Boot, JPA and MySQL

Full Stack Application with React (React Hooks) and Spring Boot

Build Real Time Application with JSP and Servlets for Beginners

Support me


Love my tutorials? Please support me by donating:

About Author

Hi! My name is Bushan and I am a Software developer from India. I have total 4+ year(s) of experience in Java technologies. I am the founder/author/editor of this website. You can also watch my videos on my youtube channel. DM me for any clarifications/doubts, I am happy to assist you. Follow me on Twitter and Instagram for the latest tech news/articles.

Spring Security Tutorials

>> Add Spring Security to Spring application
>> Customize username and password in Spring security
>> Customize URI mapping with Spring security
>> Customize Spring security to permit all requests
>> Customize Spring security to deny all requests
>> Spring security configure users using inMemoryAuthentication
>> Spring security configure users using InMemoryUserDetailsManager

Popular Spring Boot Tutorials

  • >> Spring Data JPA + MySQL REST API Tutorial [2021 Edition]
  • >> Spring Data Rest + MySQL REST API Tutorial
  • >> Spring Boot + MongoDB REST API Tutorial [2021 Edition]
  • >> Spring Data JPA + H2 Database REST API Tutorial
  • >> Spring Boot + Hibernate + MySQL Tutorial
  • >> Spring Boot + Hibernate + MySQL  Web application Tutorial
  • >> Spring Boot and MongoDB REST API Tutorial [2019 Edition]

Popular tutorials

  • >>Javascript tutorial
  • >>Core java tutorial
  • >>Java 8 stream tutorial
  • >>Spring MVC tutorial
  • >>Hibernate tutorial
  • >>Spring boot tutorial [100+ Posts]

Spring Annotations

  • >>@PathVariable
  • >>@RequestParam
  • >>@RequestBody
  • >>@ResponseBody
  • >>@RequestMapping
  • >>@Autowire
  • >>@Bean
  • >>@ExceptionHandler
  • >>@ControllerAdvice
  • >>@Valid Annotation
  • >>@PostConstruct
  • >>@ResponseStatus
  • >>@ModelAttribute
  • >>@RequestHeader
  • >>@Controller
  • >>@RestController
  • >> @Value

Angular 9 and Spring Boot Tutorials

  • >> Angular 9 + Spring boot + MySQL [Part 1]
  • >> Angular 9 + Spring boot + MySQL [Part 2]
  • >> Angular 9 + Spring boot + MySQL [Part 3]
  • >> Angular 9 + Spring boot + MySQL [Part 4]
  • >> Angular 9 + Spring boot + MySQL [Part 5]
  • >> Angular 9 + Spring boot + MySQL [Part 6]
  • >> Angular 9 + Spring boot + MySQL [Part 7]

Join B2Tech



Recent Posts

  • Deploy Spring Boot Application to Railway.App Service February 6, 2023
  • Most Important Commands For A Newbie Linux User January 2, 2023
  • Git Commands List with Examples December 16, 2022
  • Spring Boot REST API Integration Testing with JUnit 5 October 12, 2022
  • Spring Boot Unit Testing with JUnit Mockito and MockMvc September 28, 2022
  • Spring Boot File Upload and Download with Filesystem September 2, 2022
  • Spring Boot File Upload and Download with Database September 1, 2022
  • Spring Boot Unit Testing with JUnit Mockito and MockMvc August 29, 2022
  • Spring Boot Unit Testing with JUnit Mockito and MockMvc August 23, 2022
  • JUnit5 assertNull() Example July 25, 2022

Most Viewed Posts

  • Spring Data JPA findBy Multiple Columns with Example (37,261)
  • Spring Data JPA findBy Column Name with Example (35,496)
  • A Complete CRUD Application with Spring MVC and MyBatis/iBatis (34,213)
  • Login Form in JavaFX with MySQL Database (30,713)
  • Angular 2 and Spring REST Simple CRUD Application (25,117)

Categories

  • Angular 10 (2)
  • Angular 2 (2)
  • Angular 9 (7)
  • AWS (1)
  • Boostrap 4 (25)
  • Cloud (1)
  • Core Java (45)
  • Core Java Programs (41)
  • CRUD Applications (34)
  • CSS (28)
  • Design Patterns (2)
  • DevOps (1)
  • Docker (2)
  • Express.js (8)
  • Golang (6)
  • GraphQL (5)
  • Hibernate (27)
  • High Charts (3)
  • HTML (53)
  • Interview Programs (34)
  • Java Swings (4)
  • JavaFX (2)
  • Javascript (35)
  • Javascript Programs (23)
  • JDBCTemplate (6)
  • JPA (89)
  • jQuery (20)
  • JSF (21)
  • JSP (42)
  • JUnit 5 (10)
  • Linux (1)
  • Mongoose (7)
  • MyBatis/iBatis (2)
  • Nodejs (8)
  • React.js (12)
  • REST Services (103)
  • Servlets (4)
  • SOAP Services (1)
  • Spring Boot (159)
  • Spring MVC (131)
  • Spring Security (17)
  • Testing (2)
  • Thymeleaf (10)
  • Tools (3)
  • Uncategorized (5)
  • Utilities (2)
Copyright © 2023. Created by Bushan Sirgur. Powered by B2 Tech.
  • Facebook
  • Linkedin
  • Instagram
  • Youtube
  • Github
  • Home
  • Java
    • Core Java
    • Core Java Programs
    • Java Swings
    • JavaFX
  • Web Technologies
    • Angular 10
    • Angular 2
    • Angular 9
    • Boostrap 4
    • CSS
    • Express.js
    • High Charts
    • HTML
    • Javascript
    • Javascript Programs
    • jQuery
    • Mongoose
    • Nodejs
    • Typescript
  • Advance Java/J2EE
    • JSF
    • JSP
    • Servlets
    • Thymeleaf
    • Spring MVC
    • Spring JDBC
    • Spring Boot
    • JPA
    • Hibernate
    • Struts
    • MyBatis/iBatis
  • Interview Programs
  • Web Services
    • REST Services
    • SOAP Services
  • Spring Boot
    • Spring Boot [100+ Tutorials]
    • Spring Security
    • Spring Annotations
    • Spring Data JPA
    • GraphQL and Spring Boot
  • About
  • Contact
  • Udemy Courses
    • React and Spring Boot
    • Angular and Spring Boot
  • Cloud
    • AWS
  • Facebook
  • Twitter
  • Google Plus