Latest Java Tutorials - 161 to 180 of 1003

Understand Differences between Spring vs Spring Boot
Understand Differences between Spring vs Spring Boot
2021-11-22 13:01:11    Views: 3,363    in Frameworks > Spring Boot

Get clear about the concepts and differences between Spring and Spring Boot in Java enterprise development

0 comments
[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,662    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: 3,460    in Frameworks > Spring Boot

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

1 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,653    in Java EE > Java Persistence API

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

5 comments
How to Completely Uninstall IntelliJ IDEA from Windows
How to Completely Uninstall IntelliJ IDEA from Windows
2021-10-31 10:34:20    Views: 3,402    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,937    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: 3,554    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,588    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,573    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: 3,318    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: 5,196    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,448    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: 4,764    in Java SE

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

7 comments
Change Java version for Apps deployed on Heroku
Change Java version for Apps deployed on Heroku
2021-10-01 12:03:48    Views: 3,415    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: 3,352    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: 4,205    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,366    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: 4,170    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,908    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: 10,185    in Frameworks > Spring Boot

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

1 comments