bushansirgur.in Open in urlscan Pro
2606:4700:3032::6815:1f6d  Public Scan

Submitted URL: http://bushansirgur.in/
Effective URL: https://bushansirgur.in/
Submission: On May 27 via api from GB — Scanned from GB

Form analysis 5 forms found in the DOM

GET https://bushansirgur.in/

<form class="smr-search-form" action="https://bushansirgur.in/" method="get">
  <input name="s" class="smr-search-input" size="20" type="text" value="Type here to search..." onfocus="(this.value == 'Type here to search...') &amp;&amp; (this.value = '')"
    onblur="(this.value == '') &amp;&amp; (this.value = 'Type here to search...')" placeholder="Type here to search...">
  <button type="submit" class="smr-search-submit"><i class="fa fa-search" aria-hidden="true"></i></button>
</form>

GET https://bushansirgur.in/

<form class="smr-search-form" action="https://bushansirgur.in/" method="get">
  <input name="s" class="smr-search-input" size="20" type="text" value="Type here to search..." onfocus="(this.value == 'Type here to search...') &amp;&amp; (this.value = '')"
    onblur="(this.value == '') &amp;&amp; (this.value = 'Type here to search...')" placeholder="Type here to search...">
  <button type="submit" class="smr-search-submit"><i class="fa fa-search" aria-hidden="true"></i></button>
</form>

POST

<form id="mc4wp-form-1" class="mc4wp-form mc4wp-form-1137 mc4wp-form-basic" method="post" data-id="1137" data-name="Join B2Tech">
  <div class="mc4wp-form-fields">
    <div>
      <label>First Name</label>
      <input type="text" name="FNAME" placeholder="First Name" required="">
    </div>
    <br>
    <div>
      <label>Email address: </label>
      <input type="email" name="EMAIL" placeholder="Your email address" required="">
    </div>
    <br>
    <div>
      <input type="submit" value="Sign up" class="btn btn-primary" style="font-size:14px">
    </div>
  </div><label style="display: none !important;">Leave this field empty if you're human: <input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off"></label><input type="hidden" name="_mc4wp_timestamp"
    value="1653668579"><input type="hidden" name="_mc4wp_form_id" value="1137"><input type="hidden" name="_mc4wp_form_element_id" value="mc4wp-form-1">
  <div class="mc4wp-response"></div>
</form>

GET https://bushansirgur.in/

<form class="smr-search-form" action="https://bushansirgur.in/" method="get">
  <input name="s" class="smr-search-input" size="20" type="text" value="Type here to search..." onfocus="(this.value == 'Type here to search...') &amp;&amp; (this.value = '')"
    onblur="(this.value == '') &amp;&amp; (this.value = 'Type here to search...')" placeholder="Type here to search...">
  <button type="submit" class="smr-search-submit"><i class="fa fa-search" aria-hidden="true"></i></button>
</form>

POST

<form id="at-crnr-form" method="post"><input name="field" class="at-cv-input" type="text" required="" placeholder="First Name" autocorrect="off" autocapitalize="off"><input name="email" id="at-cv-lightbox-input" class="at-cv-input" type="email"
    required="" autocorrect="off" autocapitalize="off" placeholder="Your email"><button id="at-cv-lightbox-submit" type="submit" class="at-cv-button at-cv-submit" style="background: rgb(102, 102, 102);">Submit!</button></form>

Text Content

Enroll to my premium course Build Production Ready REST API in Spring Boot,
Spring Security, JPA and Deploy to AWS Click Here to redeem coupon
✕


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


 * Docker


MYSQL DOCKER IMAGE EXAMPLE

2 days ago
by Bushan Sirgur
3 min read
Add Comment

This article will teach you how to use MySQL server using docker. We don’t have
to install the MySQL server on our local machine if the docker is installed
already. Read More: Check the Complete JavaServer Faces (JSF)...

Continue reading

 * Core Java
 * DevOps
 * Docker


DOCKERIZE HELLO WORLD JAVA PROGRAM

6 days ago
by Bushan Sirgur
4 min read
Add Comment

Hey guys in this article, we will discuss how to dockerize the simple Hello
World Java Program with easy to understand steps. Read More: Check the Complete
JavaServer Faces (JSF) Tutorial Check the Spring Boot JdbcTemplate...

Continue reading

 * Core Java
 * Core Java Programs
 * Interview Programs


WRITE A PROGRAM TO FIND THE SECOND LARGEST NUMBER IN ARRAY IN JAVA

2 months ago
by Bushan Sirgur
2 min read
Add Comment

Hey guys in this article, we will discuss finding the second largest number in
array using Java. First, let’s look at the solution then I will explain the
solution. Watch the Video Solution public class...

Continue reading

 * JPA
 * Spring Boot


JPQL QUERY USING CONTAINING CONDITION

2 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the
Ending With condition in the Spring Data JPA repository. Read More: Check the
Complete JavaServer Faces (JSF) Tutorial Check the Spring Boot...

Continue reading

 * JPA
 * Spring Boot


JPQL QUERY USING ENDING WITH CONDITION

2 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the
Ending With condition in the Spring Data JPA repository. Read More: Check the
Complete JavaServer Faces (JSF) Tutorial Check the Spring Boot...

Continue reading

 * JPA
 * Spring Boot


JPQL QUERY USING STARTING WITH CONDITION

3 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the
Starting With condition in the Spring Data JPA repository. Read More: Check the
Complete JavaServer Faces (JSF) Tutorial Check the Spring Boot...

Continue reading

 * JPA
 * Spring Boot


JPQL QUERY USING NOT LIKE CONDITION

3 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the Not
Like condition in the Spring Data JPA repository. Read More: Check the Complete
JavaServer Faces (JSF) Tutorial Check the Spring Boot JdbcTemplate...

Continue reading

 * JPA
 * Spring Boot


JPQL QUERY USING LIKE CONDITION

4 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the Like
condition in the Spring Data JPA repository. Read More: Check the Complete
JavaServer Faces (JSF) Tutorial Check the Spring Boot JdbcTemplate...

Continue reading

 * JPA
 * Spring Boot


JPQL QUERY USING ISNOTNULL CONDITION

4 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the
IsNotNull condition in the Spring Data JPA repository. Read More: Check the
Complete JavaServer Faces (JSF) Tutorial Check the Spring Boot JdbcTemplate...

Continue reading

 * JPA
 * Spring Boot


JPQL QUERY USING ISNULL CONDITION

4 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the
IsNull condition in the Spring Data JPA repository. Read More: Check the
Complete JavaServer Faces (JSF) Tutorial Check the Spring Boot JdbcTemplate...

Continue reading

 * JPA
 * Spring Boot


JPQL QUERY USING BEFORE CONDITION

4 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the
Before condition in the Spring Data JPA repository. Read More: Check the
Complete JavaServer Faces (JSF) Tutorial Check the Spring Boot JdbcTemplate...

Continue reading

 * JPA
 * Spring Boot


JPQL QUERY USING AFTER CONDITION

4 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this article, you will learn how to write a JPQL query for the After
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 GREATERTHANEQUAL CONDITION

4 months ago
by Bushan Sirgur
7 min read
Add Comment

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

Continue reading

 * JPA
 * Spring Boot


JPQL QUERY USING GREATERTHAN CONDITION

4 months ago
by Bushan Sirgur
7 min read
Add Comment

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

Continue reading

 * JPA
 * Spring Boot


JPQL QUERY USING LESSTHANEQUAL CONDITION

4 months ago
by Bushan Sirgur
7 min read
Add Comment

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

Continue reading

 * JPA
 * Spring Boot


JPQL QUERY USING LESSTHAN CONDITION

4 months ago
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

4 months ago
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

4 months ago
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

4 months ago
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

4 months ago
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

4 months ago
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

4 months ago
by Bushan Sirgur
8 min read
Add 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

4 months ago
by Bushan Sirgur
7 min read
Add Comment

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

5 months ago
by Bushan Sirgur
5 min read
Add Comment

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

5 months ago
by Bushan Sirgur
2 min read
Add 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

5 months ago
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

5 months ago
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

5 months ago
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

5 months ago
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

5 months ago
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

1 2 3 … 13 Next

BUILD PRODUCTION READY REST API IN SPRING BOOT AND JPA






BECOME FULL STACK DEVELOPER

 





BECOME PRO IN JSP AND SERVLETS






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

First Name

Email address:


Leave this field empty if you're human:




RECENT POSTS

 * MySQL Docker Image Example 5 months ago
 * Dockerize Hello World Java Program 5 months ago
 * Write a Program to find the second largest number in array in Java 5 months
   ago
 * JPQL query using Containing condition 5 months ago
 * JPQL query using Ending With condition 5 months ago
 * JPQL query using Starting With condition 5 months ago
 * JPQL query using Not Like condition 5 months ago
 * JPQL query using Like condition 5 months ago
 * JPQL query using IsNotNull condition 5 months ago
 * JPQL query using IsNull condition 5 months ago



MOST VIEWED POSTS

 * A Complete CRUD Application with Spring MVC and MyBatis/iBatis (26,344)
 * Login Form in JavaFX with MySQL Database (25,066)
 * Angular 2 and Spring REST Simple CRUD Application (23,024)
 * Spring Data JPA findBy Multiple Columns with Example (21,232)
 * Spring Data JPA findBy Column Name with Example (19,212)



CATEGORIES

 * Angular 10 (2)
 * Angular 2 (2)
 * Angular 9 (7)
 * AWS (1)
 * Boostrap 4 (25)
 * 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 (26)
 * High Charts (3)
 * HTML (53)
 * Interview Programs (34)
 * Java Swings (4)
 * JavaFX (2)
 * Javascript (35)
 * Javascript Programs (23)
 * JDBCTemplate (6)
 * JPA (85)
 * jQuery (20)
 * JSF (21)
 * JSP (42)
 * Mongoose (7)
 * MyBatis/iBatis (2)
 * Nodejs (8)
 * React.js (12)
 * REST Services (100)
 * Servlets (4)
 * SOAP Services (1)
 * Spring Boot (152)
 * Spring MVC (130)
 * Spring Security (17)
 * Testing (2)
 * Thymeleaf (10)
 * Tools (1)
 * Uncategorized (5)
 * Utilities (1)


Copyright © 2022. 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




×
Subscribe for updates!
Submit!

AddThis
AddThis Sharing Sidebar
Share to FacebookFacebook
, Number of shares
Share to TwitterTwitterShare to EmailEmailShare to LinkedInLinkedInMore AddThis
Share optionsAddThis
, Number of shares32
Hide
Show
Close

AddThis

AddThis Sharing
SHARESFacebookTwitterEmailLinkedInAddThis
We'd like to show you notifications for the latest news and updates.


AllowCancel