Latest Java Tutorials - 121 to 140 of 1003

Spring Security - How to Fix WebSecurityConfigurerAdapter Deprecated
Spring Security - How to Fix WebSecurityConfigurerAdapter Deprecated
2022-06-01 08:14:36    Views: 3,904    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,145    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,865    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,877    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: 2,177    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,901    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,635    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,867    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: 2,020    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: 2,026    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: 4,304    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: 3,174    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: 3,300    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,376    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,631    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: 3,204    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,893    in Frameworks > Spring Boot

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

3 comments
Java Connect to H2 Database Examples
Java Connect to H2 Database Examples
2022-03-03 04:42:25    Views: 3,860    in Java SE > JDBC

Java code examples connect to H2 database in embedded mode, in-memory mode and server mode

0 comments
Spring Data JPA Native Query Examples
Spring Data JPA Native Query Examples
2022-02-28 10:29:55    Views: 3,459    in Frameworks > Spring Boot

How to use native queries in Spring Boot application with Spring Data JPA

0 comments
Spring Data JPA Custom Repository Example
Spring Data JPA Custom Repository Example
2022-02-17 05:47:43    Views: 3,269    in Frameworks > Spring Boot

Spring Data JPA code examples of custom repository, without using JpaRepository or CrudRepository; without using the Entity and ID pair

0 comments