Latest Java Tutorials - 121 to 140 of 941

[Fixed] MySQL JDBC Error: Public Key Retrieval is not allowed
[Fixed] MySQL JDBC Error: Public Key Retrieval is not allowed
2021-11-12 08:36:38    Views: 1,377    in Java SE > JDBC

Guide to fix the error "Public Key Retrieval is not allowed" in Java development with MySQL JDBC driver.

1 comments
What is Spring Boot actually about? (and what it is not)
What is Spring Boot actually about? (and what it is not)
2021-11-09 08:02:11    Views: 2,942    in Frameworks > Spring Boot

What Spring Boot is, what it is not - Understand the very basics of Spring Boot and its key features

0 comments
[Fixed] No Persistence provider for EntityManager named XXX
[Fixed] No Persistence provider for EntityManager named XXX
2021-11-06 14:01:16    Views: 2,223    in Java EE > Java Persistence API

4 Solutions to fix error No Persistence provider for EntityManager named XXX in Java Hibernate/JPA

4 comments
How to Completely Uninstall IntelliJ IDEA from Windows
How to Completely Uninstall IntelliJ IDEA from Windows
2021-10-31 10:34:20    Views: 2,852    in IDEs > IntelliJ IDEA

Guide to completely remove an instance IntelliJ IDEA on Windows

0 comments
How to Uninstall JDK from Windows
How to Uninstall JDK from Windows
2021-10-31 04:24:21    Views: 2,580    in Java SE

Guide to remove old version of JDK (Oracle JDK and OpenJDK) from Windows operating system

0 comments
How to Deploy WAR File to Heroku
How to Deploy WAR File to Heroku
2021-10-29 14:12:07    Views: 2,994    in Heroku

A step-by-step guide about how to deploy a Java web app packaged in a WAR file on to Heroku cloud platform

0 comments
How to Deploy JAR File to Heroku
How to Deploy JAR File to Heroku
2021-10-27 08:33:30    Views: 3,063    in Heroku

Step-by-step guide to deploy a Java application to Heroku by uploading JAR file

0 comments
How to Enable Secure Connection (HTTPS) for Heroku Apps
How to Enable Secure Connection (HTTPS) for Heroku Apps
2021-10-22 04:44:40    Views: 3,074    in Heroku

Guide to setup HTTPS (secure connection) for an app deployed on Heroku, with custom domain name, using Automated Certificate Management (ACM)

0 comments
Add Custom Domain Names for Heroku Apps
Add Custom Domain Names for Heroku Apps
2021-10-16 05:22:00    Views: 2,815    in Heroku

Step-by-step guide for adding custom domain names for apps deployed on Heroku

0 comments
Deploy Spring Boot App with MySQL Database on Heroku
Deploy Spring Boot App with MySQL Database on Heroku
2021-10-12 05:09:11    Views: 4,567    in Heroku

Step-by-step guide for deploying a Spring Boot application with MySQL database to Heroku, using Git, Heroku CLI and MySQL commands.

0 comments
How to Download and Install OpenJDK 17
How to Download and Install OpenJDK 17
2021-10-09 14:48:07    Views: 3,061    in Java SE

Guide to download and install OpenJDK 17 on Windows operating system, step by step

3 comments
Download and Install Oracle JDK 17
Download and Install Oracle JDK 17
2021-10-08 09:52:26    Views: 3,795    in Java SE

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

5 comments
Change Java version for Apps deployed on Heroku
Change Java version for Apps deployed on Heroku
2021-10-01 12:03:48    Views: 2,917    in Heroku

How to change JDK version for apps deployed on Heroku, step by step

0 comments
What is Heroku for Developers (Benefits, how it works and key concepts)
What is Heroku for Developers (Benefits, how it works and key concepts)
2021-09-29 10:32:58    Views: 2,872    in Heroku

Understand what Heroku is, how it works, its benefits and key concepts (application, buildpack, slug, release, add-ons, config vars, dynos...)

0 comments
Deploy Simple Spring Boot Project to Heroku using Git and Heroku CLI
Deploy Simple Spring Boot Project to Heroku using Git and Heroku CLI
2021-09-29 04:33:20    Views: 3,692    in Heroku

Step-by-step tutorial for deploying your first Spring Boot application on to Heroku cloud platform, using Heroku CLI and Git.

0 comments
How to Enable Live Mode for Facebook App ID
How to Enable Live Mode for Facebook App ID
2021-09-28 04:42:37    Views: 1,173    in Coding

Steps for enabling Live mode for a Facebook App ID, to implement social login with Facebook in production

0 comments
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,611    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,043    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,388    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,314    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