Latest Java Tutorials - 81 to 100 of 945

REST API Best Practices: How to Use the Right HTTP Methods and Status Codes
REST API Best Practices: How to Use the Right HTTP Methods and Status Codes
2022-06-16 09:22:15    Views: 4,331    in REST APIs

REST API best practices: how to use the correct HTTP methods and status codes in your APIs

0 comments
Download and Install Docker Desktop for Mac
Download and Install Docker Desktop for Mac
2022-06-06 07:21:48    Views: 2,687    in Docker

Guide to download and install Docker Desktop for Mac on macOS operating system.

0 comments
Download and Install Docker Desktop for Windows
Download and Install Docker Desktop for Windows
2022-06-02 12:56:22    Views: 2,326    in Docker

Guide to download and install Docker Desktop for Windows on Windows 10 operating system.

0 comments
Spring Security - How to Fix WebSecurityConfigurerAdapter Deprecated
Spring Security - How to Fix WebSecurityConfigurerAdapter Deprecated
2022-06-01 08:14:36    Views: 3,498    in Frameworks > Spring Boot

How to update Spring Security configuration class to remove the warning The type WebSecurityConfigurerAdapter is deprecated

22 comments
Spring Boot - How to run code right after application startup
Spring Boot - How to run code right after application startup
2022-05-31 14:32:18    Views: 2,806    in Frameworks > Spring Boot

Spring Boot code examples for running code after application startup, when Spring context initialized and all beans created.

1 comments
Spring Security JWT Role-based Authorization Tutorial
Spring Security JWT Role-based Authorization Tutorial
2022-05-29 02:56:37    Views: 3,444    in Frameworks > Spring Boot

Guide to secure REST APIs in Spring-based applications with JWT role based authorization. Full code examples provided.

8 comments
Create Docker Image for Spring Boot Application
Create Docker Image for Spring Boot Application
2022-05-05 23:49:01    Views: 2,633    in Docker

A step-by-step guide to create, build, run and share Docker image for Spring Boot application

0 comments
How to Completely Uninstall JDK on macOS
How to Completely Uninstall JDK on macOS
2022-04-29 15:16:01    Views: 1,907    in Java SE

Guide to uninstall Java Development Kit (Oracle JDK and OpenJDK) completely from macOS operating system

1 comments
Download and Install OpenJDK 18 on macOS
Download and Install OpenJDK 18 on macOS
2022-04-29 09:32:26    Views: 1,724    in Java SE

How to download binary archive file of OpenJDK 18 for macOS and install OpenJDK 18 on macOS, step by step.

3 comments
Download and Install Oracle JDK 17 on macOS
Download and Install Oracle JDK 17 on macOS
2022-04-29 03:49:52    Views: 2,223    in Java SE

Guide to download and install Oracle JDK 17 on macOS step by step

0 comments
Download and Install Oracle JDK 18 on macOS
Download and Install Oracle JDK 18 on macOS
2022-04-28 10:33:45    Views: 1,687    in Java SE

Guide to download and install Oracle JDK 18 on macOS, step by step. How to setup Oracle JDK 18 on macOS.

1 comments
Download & Install OpenJDK 18 on Windows
Download & Install OpenJDK 18 on Windows
2022-04-16 02:43:04    Views: 1,785    in Java SE

A step-by-step guide to download and install OpenJDK 18 on Windows operating system.

1 comments
Download and Install Oracle JDK 18 on Windows
Download and Install Oracle JDK 18 on Windows
2022-04-14 23:15:19    Views: 1,779    in Java SE

The exact guide to download and install Oracle JDK 18 on Windows operating system, step by step.

3 comments
Spring Security JWT Authentication Tutorial
Spring Security JWT Authentication Tutorial
2022-04-07 23:10:30    Views: 3,871    in Frameworks > Spring Boot

A comprehensive beginner tutorial for Spring Security JWT Authentication - learn JWT from scratch. Useful code examples.

30 comments
Fix Maven Build Error invalid target release
Fix Maven Build Error invalid target release
2022-04-01 08:05:22    Views: 2,765    in Tools > Maven

Understand the reason and know solution to fix Maven fatal error compiling: error: invalid target release

0 comments
Spring Boot Connect to H2 Database Examples
Spring Boot Connect to H2 Database Examples
2022-03-31 15:17:01    Views: 2,886    in Frameworks > Spring Boot

A complete tutorial and code examples about Spring Boot and H2 database (JDBC URLs, in-memory mode, embedded mode and server).

4 comments
How to Prettify JSON with curl (Windows and macOS)
How to Prettify JSON with curl (Windows and macOS)
2022-03-27 14:55:37    Views: 3,007    in Coding

Tips about pretty print JSON output with curl on Windows and macOS

0 comments
Spring Boot Global Exception Handler Examples
Spring Boot Global Exception Handler Examples
2022-03-26 06:59:48    Views: 3,196    in Frameworks > Spring Boot

How to handle exceptions and errors in Spring using global exception handler with code examples and explanation.

0 comments
Spring Boot Controller-Based Exception Handler Examples
Spring Boot Controller-Based Exception Handler Examples
2022-03-24 15:10:04    Views: 2,851    in Frameworks > Spring Boot

Code examples for exception handling per controller in Spring Boot application.

0 comments
Spring Boot File Download and Upload REST API Examples
Spring Boot File Download and Upload REST API Examples
2022-03-23 23:49:44    Views: 4,261    in Frameworks > Spring Boot

How to implement REST APIs for File upload and download with Spring Boot. Full Java code examples.

3 comments