Latest Java Tutorials - 141 to 160 of 945

How to Create Multi-Module Spring Boot Maven Project
How to Create Multi-Module Spring Boot Maven Project
2021-09-19 15:19:52    Views: 3,771    in Frameworks > Spring Boot

Guide to create and build a multi-module Spring Boot Maven project, with code examples and sample project code

0 comments
Spring Boot OAuth2 Social Login with Google and Facebook Examples
Spring Boot OAuth2 Social Login with Google and Facebook Examples
2021-09-09 04:13:55    Views: 4,228    in Frameworks > Spring Boot

Guide and code examples for integrate both Facebook and Google social login in a Spring Boot application.

7 comments
Configure HTTPS for Spring Boot Application with Self-Signed Certificate on Localhost
Configure HTTPS for Spring Boot Application with Self-Signed Certificate on Localhost
2021-09-01 09:43:22    Views: 9,606    in Frameworks > Spring Boot

How to enable secure connection (SSL) for a Spring Boot application using self-signed certificate on localhost

1 comments
Fixed Facebook Login Error “Can't load URL: The domain of this URL isn't included in the app's domains...“
Fixed Facebook Login Error “Can't load URL: The domain of this URL isn't included in the app's domains...“
2021-08-31 10:31:46    Views: 3,459    in Coding

The real solution to fix Facebook login error: Can't load URL: The domain of this URL isn't included in the app's domains. To be able to load this URL, add all domains and sub-domains of your app to the App Domains field in your app settings.

3 comments
Create Multi-Module Maven Project in Eclipse IDE
Create Multi-Module Maven Project in Eclipse IDE
2021-08-24 03:12:55    Views: 3,039    in IDEs > Eclipse

How to create, develop and build a Maven project that consists of multiple modules in Eclipse IDE

0 comments
Spring Data JPA Join Query for Like Search on  One to Many and Many to Many Examples
Spring Data JPA Join Query for Like Search on One to Many and Many to Many Examples
2021-08-18 10:32:52    Views: 2,897    in Frameworks > Spring

Spring Data JPA join query examples for like search on one to many and many to many entity relationship

5 comments
Create Multi-Module Maven Project in Apache NetBeans IDE
Create Multi-Module Maven Project in Apache NetBeans IDE
2021-08-03 11:11:23    Views: 3,233    in IDEs > NetBeans

Steps and code examples for creating Maven project that consists of multiple modules in Apache NetBeans IDE

1 comments
How to Create Multi-Module Maven Project in IntelliJ IDEA
How to Create Multi-Module Maven Project in IntelliJ IDEA
2021-08-02 07:05:15    Views: 4,155    in IDEs > IntelliJ IDEA

Steps and Code examples for creating a multi module Maven project using IntelliJ IDEA. Also how to build a multi module Maven project.

0 comments
How to change Java version for Maven project
How to change Java version for Maven project
2021-07-31 10:15:12    Views: 3,196    in Tools > Maven

How to change Java compiler version for a Maven project, including in Eclipse, NetBeans and IntelliJ IDEA

0 comments
How to Add Bootstrap and jQuery in a Spring Boot project
How to Add Bootstrap and jQuery in a Spring Boot project
2021-07-08 14:46:40    Views: 1,796    in Frameworks > Spring Boot

3 ways for adding jQuery and Bootstrap libraries into a Spring Boot project

0 comments
Spring Security Remember Me - How to Add Remember Login Function to Existing Spring Boot Web Application
Spring Security Remember Me - How to Add Remember Login Function to Existing Spring Boot Web Application
2021-06-19 10:51:43    Views: 4,167    in Frameworks > Spring Boot

Spring Security code examples for Remember Login (Remember Me) function (hash-based token and persistent token with database)

2 comments
How to Download and Install OpenJDK 16
How to Download and Install OpenJDK 16
2021-06-12 14:30:41    Views: 2,385    in Java SE

Steps to download and install OpenJDK 16 (Java Development Kit) on Windows operating system

0 comments
Java 16 - Download and Install Oracle JDK 16
Java 16 - Download and Install Oracle JDK 16
2021-06-11 14:41:57    Views: 3,739    in Java SE

Guide to download and install Oracle Java Development Kit (Oracle JDK) for Java 16 on Windows operating system

5 comments
Spring Security Redirect Users After Login Based on Roles
Spring Security Redirect Users After Login Based on Roles
2021-05-08 05:16:55    Views: 3,992    in Frameworks > Spring Boot

Spring Security code examples for redirecting users based on roles upon successful login

3 comments
Spring Security Add Roles to User Examples
Spring Security Add Roles to User Examples
2021-05-04 11:05:32    Views: 4,845    in Frameworks > Spring Boot

Spring Security code examples for adding roles to users (unit tests for roles and users, set default role in user registration, assign roles for user in web form)

4 comments
Spring Boot OAuth2 Login with GitHub Example
Spring Boot OAuth2 Login with GitHub Example
2021-04-15 06:42:56    Views: 4,369    in Frameworks > Spring Boot

Spring tutorial and Java code examples to implement single sign on with GitHub in a Spring Boot web application

5 comments
Spring Boot Social Login with Facebook Example
Spring Boot Social Login with Facebook Example
2021-03-17 03:51:08    Views: 5,537    in Frameworks > Spring Boot

How to implement social login with Facebook for a Spring Boot web application using Spring OAuth2 Client API.

2 comments
Spring Boot OAuth2 Login with Google Example
Spring Boot OAuth2 Login with Google Example
2021-03-12 05:03:50    Views: 7,173    in Frameworks > Spring Boot

Spring Boot tutorial for Single sign on with Google using Spring OAuth2 client library.

24 comments
Spring Boot Connect to PostgreSQL Database Examples
Spring Boot Connect to PostgreSQL Database Examples
2021-01-01 03:43:52    Views: 8,465    in Frameworks > Spring Boot

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

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

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

4 comments