Latest Java Tutorials - 121 to 140 of 1012

Download and Install Spring Tool Suite IDE on macOS
Download and Install Spring Tool Suite IDE on macOS
2022-07-31 04:34:46    Views: 3,515    in Frameworks > Spring

This is a step-by-step guide to download and install Spring Tool Suite IDE (Spring Tools for Eclipse) on macOS

3 comments
Download and Install Spring Tool Suite IDE on Windows
Download and Install Spring Tool Suite IDE on Windows
2022-07-27 15:07:27    Views: 4,082    in Frameworks > Spring

Guide to download and install Spring Tool Suite IDE on Windows, step by step.

9 comments
Spring Security Multiple Login Pages Examples
Spring Security Multiple Login Pages Examples
2022-07-17 22:53:30    Views: 10,359    in Frameworks > Spring Boot

Java Spring Security code examples for multiple login pages (for admin and user) with same or different authentication sources

4 comments
Spring Boot REST API CRUD with HATEOAS Tutorial
Spring Boot REST API CRUD with HATEOAS Tutorial
2022-07-09 15:46:36    Views: 13,230    in Frameworks > Spring Boot

Tutorial for developing REST APIs that follow HATEOAS principle with Spring Boot and Spring HATEOAS. Adding hypermedia links for REST APIs.

2 comments
Spring Boot Read Values from Application Properties File
Spring Boot Read Values from Application Properties File
2022-06-27 09:47:41    Views: 4,486    in Frameworks > Spring Boot

Java Spring Boot code examples to read values from application properties file

2 comments
Spring Security without Password Encoding - Plain Text Password
Spring Security without Password Encoding - Plain Text Password
2022-06-19 08:58:38    Views: 4,200    in Frameworks > Spring Boot

How to use plain text password in Spring-based application, without password encoding, for testing purposes.

1 comments
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: 5,702    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: 3,760    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: 4,088    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: 7,803    in Frameworks > Spring Boot

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

23 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: 3,910    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: 7,701    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: 3,774    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: 3,387    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: 2,825    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: 4,017    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: 2,715    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: 3,457    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: 3,301    in Java SE

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

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

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

30 comments