Latest Java Tutorials - 161 to 180 of 946

Spring Boot Connect to Oracle Database Examples
Spring Boot Connect to Oracle Database Examples
2020-12-31 13:46:38    Views: 7,507    in Frameworks > Spring Boot

Spring Boot code examples for connecting to Oracle database server using Spring JDBC and Spring Data JPA

4 comments
Spring Boot Connect to Microsoft SQL Server Examples
Spring Boot Connect to Microsoft SQL Server Examples
2020-12-31 10:16:55    Views: 7,576    in Frameworks > Spring Boot

Spring Boot code examples for connecting to SQL Server with Spring JDBC and Spring Data JPA

5 comments
Spring Boot Connect to MySQL Database Examples
Spring Boot Connect to MySQL Database Examples
2020-12-31 08:18:33    Views: 7,015    in Frameworks > Spring Boot

Spring Boot code examples for connecting to MySQL database server (Spring JDBC and Spring Data JPA)

2 comments
Spring Boot Email Verification for User Registration Tutorial
Spring Boot Email Verification for User Registration Tutorial
2020-12-23 08:26:22    Views: 6,994    in Frameworks > Spring Boot

Spring Boot code examples for email verification for user registration

16 comments
Spring Boot Email Sending Tutorial and Code Examples
Spring Boot Email Sending Tutorial and Code Examples
2020-12-13 04:18:50    Views: 6,381    in Frameworks > Spring Boot

Tutorial and code examples for sending emails in Spring Boot: send plain text email, send HTML email, send email with attachment, send email with inline image.

7 comments
Spring Boot Registration and Login with MySQL Database Tutorial - Updated for Spring Boot 3 and Spring Security 6
Spring Boot Registration and Login with MySQL Database Tutorial - Updated for Spring Boot 3 and Spring Security 6
2020-12-08 05:32:06    Views: 14,356    in Frameworks > Spring Boot

A detailed, step-by-step Spring Boot tutorial for user registration and login, with sample project code. Updated for Spring Boot 3 and Spring Security 6.

69 comments
How to Uninstall NetBeans IDE completely from Windows
How to Uninstall NetBeans IDE completely from Windows
2020-12-04 09:19:56    Views: 5,058    in IDEs > NetBeans

Steps to completely uninstall Apache NetBeans IDE from Windows operating system.

0 comments
How to Completely Uninstall Eclipse IDE from Windows computer
How to Completely Uninstall Eclipse IDE from Windows computer
2020-12-04 08:08:17    Views: 7,696    in IDEs > Eclipse

4 steps to completely uninstall Eclipse IDE from Windows operating system

12 comments
Spring Security Password Expiration Tutorial
Spring Security Password Expiration Tutorial
2020-12-01 13:44:22    Views: 4,589    in Frameworks > Spring Boot

Spring Security tutorial for implementing password expiration (change password) in a Spring Boot application

2 comments
[Fixed] IntelliJ SQL AutoComplete Not Working
[Fixed] IntelliJ SQL AutoComplete Not Working
2020-11-30 10:23:16    Views: 2,665    in IDEs > IntelliJ IDEA

Solution to fix the issue SQL autocompletion not working in IntelliJ IDEA

1 comments
Spring Security OTP Email Tutorial
Spring Security OTP Email Tutorial
2020-11-27 03:11:30    Views: 5,256    in Frameworks > Spring Boot

Spring security guide to implement one time password (OTP) email function for a Spring Boot application

9 comments
Spring Security Limit Login Attempts Example
Spring Security Limit Login Attempts Example
2020-11-14 08:36:04    Views: 6,138    in Frameworks > Spring Boot

Spring Security Tutorial to implement limit login attempt function (with code examples)

14 comments
Spring Boot Password Encryption for Application Configuration File using Jasypt
Spring Boot Password Encryption for Application Configuration File using Jasypt
2020-11-07 07:10:41    Views: 6,683    in Frameworks > Spring Boot

Spring Boot guide to encrypt passwords in application.properties and application.yaml

1 comments
Spring Security Forgot Password Tutorial
Spring Security Forgot Password Tutorial
2020-11-04 08:34:07    Views: 7,170    in Frameworks > Spring Boot

How to implement forgot password functionality in Spring Boot application with Spring Security, Thymleaf and MySQL

18 comments
Spring Security Custom Login Page with Thymeleaf, HTML 5 and Bootstrap 4
Spring Security Custom Login Page with Thymeleaf, HTML 5 and Bootstrap 4
2020-10-31 23:24:22    Views: 6,046    in Frameworks > Spring Boot

Code examples of a Spring Security custom login page with Thymeleaf, HTML and Bootstrap

4 comments
Spring Security Before Authentication Filter Examples
Spring Security Before Authentication Filter Examples
2020-10-30 13:48:34    Views: 5,256    in Frameworks > Spring Boot

How to customize Spring Security to perform custom logics before authentication process

1 comments
Spring Security Logout Success Handler Example
Spring Security Logout Success Handler Example
2020-10-28 02:59:47    Views: 4,296    in Frameworks > Spring Boot

How to configure Logout success handler in Spring Security to run custom logics upon successful logout.

0 comments
Spring Security Authentication Failure Handler Examples
Spring Security Authentication Failure Handler Examples
2020-10-26 10:35:16    Views: 5,226    in Frameworks > Spring Boot

Spring security code examples to run custom logics upon failed login attempt (authentication failure handler)

2 comments
Spring Security Authentication Success Handler Examples
Spring Security Authentication Success Handler Examples
2020-10-24 04:50:42    Views: 5,019    in Frameworks > Spring Boot

How to implement an authentication success handler in Spring Security to run custom logics upon successful login.

0 comments
Spring Security: Prevent User from Going Back to Login Page if Already logged in
Spring Security: Prevent User from Going Back to Login Page if Already logged in
2020-10-24 02:40:09    Views: 4,785    in Frameworks > Spring Boot

Spring Security code example to prevent user from going back to login page if already logged in.

1 comments