Latest Java Tutorials - 61 to 80 of 1003

Elastic Beanstalk - Deploy a Simple Spring Boot Application (using web console)
Elastic Beanstalk - Deploy a Simple Spring Boot Application (using web console)
2023-10-15 14:52:55    Views: 1,508    in Amazon Web Services

Step-by-step guide to deploy a simple Spring Boot application (without database) on AWS Cloud with Elastic Beanstalk using AWS web console

0 comments
AWS Elastic Beanstalk - Deploy a Sample Java Application (using AWS Management Console)
AWS Elastic Beanstalk - Deploy a Sample Java Application (using AWS Management Console)
2023-10-05 08:47:36    Views: 1,464    in Amazon Web Services

The ultimate guide to deploy your first application on AWS using Elastic Beanstalk - deploy a sample Java application

0 comments
How Fix ClassNotFoundException and HTTP Status 404 in Eclipse
How Fix ClassNotFoundException and HTTP Status 404 in Eclipse
2023-09-21 05:48:49    Views: 2,013    in IDEs > Eclipse

The ultimate solution to fix ClassNotFoundException and HTTP Status 404 Not Found error in Eclipse IDE with Apache Tomcat server.

0 comments
REST API with Spring: How to Prettify JSON Output
REST API with Spring: How to Prettify JSON Output
2023-09-20 08:39:49    Views: 1,693    in REST APIs

How to format JSON output in API response with Spring MVC and Jackson library. Prettify JSON with proper indentation.

0 comments
Spring Boot version history - what is the latest Spring Boot version?
Spring Boot version history - what is the latest Spring Boot version?
2023-09-06 07:48:16    Views: 2,024    in Frameworks > Spring Boot

Th complete list of Spring Boot version history and the latest version of Spring Boot till date. Updated monthly.

0 comments
Spring framework version history - The latest version of Spring framework till date
Spring framework version history - The latest version of Spring framework till date
2023-09-05 13:40:45    Views: 1,940    in Frameworks > Spring

Spring framework full version history. List of major versions of Spring framework in history. Get to know the latest version of Spring framework. Updated monthly.

1 comments
Fixed Spring Security error: The method antMatchers is undefined
Fixed Spring Security error: The method antMatchers is undefined
2023-09-04 10:51:23    Views: 1,437    in Frameworks > Spring Boot

Guide to fix the error "the method antMatchers() is undefined" in Spring Security with code examples

0 comments
Spring Security - How to Fix Deprecated Methods: authorizeRequests(), authorizeHttpRequests(), formLogin(), rememberMe(), logout()…
Spring Security - How to Fix Deprecated Methods: authorizeRequests(), authorizeHttpRequests(), formLogin(), rememberMe(), logout()…
2023-09-04 06:00:45    Views: 1,601    in Frameworks > Spring Boot

Guide to fix deprecated methods warnings in Spring Security with code examples

3 comments
MySQL JDBC Driver: mysql-connector-java vs mysql-connector-j
MySQL JDBC Driver: mysql-connector-java vs mysql-connector-j
2023-08-28 12:27:25    Views: 1,182    in Java SE > JDBC

Understand the differences between two variants of MySQL JDBC driver: mysql-connector-java and mysql-connector-j

0 comments
How to Fix MySQL connector Java dependency version is missing
How to Fix MySQL connector Java dependency version is missing
2023-07-28 23:24:09    Views: 1,581    in Frameworks > Spring Boot

Explanation of the course and correct solution to fix the error MySQL connector Java dependency is missing

1 comments
How to fix java.io.NotSerializableException Error
How to fix java.io.NotSerializableException Error
2023-07-25 22:24:32    Views: 1,476    in Java SE > File I/O

How to fix java.io.NotSerializableException error in Java

0 comments
Spring @Bean Annotation Examples
Spring @Bean Annotation Examples
2023-07-22 23:44:46    Views: 1,959    in Frameworks > Spring

Nice explanation and various code examples about @Bean annotation in Spring framework.

0 comments
Spring @RestController Annotation Examples
Spring @RestController Annotation Examples
2023-07-06 00:26:45    Views: 1,797    in Frameworks > Spring

Understand the meaning and how to use the @RestController annotation in Spring framework.

0 comments
Spring @Controller Annotation Examples
Spring @Controller Annotation Examples
2023-07-01 12:23:15    Views: 1,846    in Frameworks > Spring

Spring framework's @Controller annotation explanation and code examples

0 comments
[Eclipse] How to Fix Error: project description file (.project) for … is missing
[Eclipse] How to Fix Error: project description file (.project) for … is missing
2023-06-30 11:14:38    Views: 1,630    in IDEs > Eclipse

How to fix the error: The project description file (.project) for 'ProjectName' is missing in Eclipse IDE.

0 comments
How to set JSON property name in Java
How to set JSON property name in Java
2023-06-30 00:30:45    Views: 1,532    in REST APIs

Code examples of using @JsonProperty to set custom property names in JSON object. Applied in Java Spring projects that use Jackson library.

0 comments
JSON Ignore Field in Response with Jackson @JsonIgnore Annotation
JSON Ignore Field in Response with Jackson @JsonIgnore Annotation
2023-06-28 10:04:05    Views: 1,524    in REST APIs

Code examples of using @JsonIgnore annotation to ignore some fields in JSON response. Applied in Java Spring projects that use Jackson library.

0 comments
Download and Install Oracle JDK 20 on macOS
Download and Install Oracle JDK 20 on macOS
2023-05-02 09:55:07    Views: 1,708    in Java SE

Guide to setup Java Development Kit (JDK) on macOS with Oracle JDK 20, step by step.

0 comments
Download and Install OpenJDK 20 on macOS
Download and Install OpenJDK 20 on macOS
2023-05-02 04:33:12    Views: 1,501    in Java SE

Guide to setup Java Development Kit (JDK) on macOS by downloading and installing OpenJDK 20, step by step.

1 comments
Download and Install Oracle JDK 20 on Windows
Download and Install Oracle JDK 20 on Windows
2023-05-01 09:16:39    Views: 1,608    in Java SE

Step by step guide to setup Java Development Kit (JDK) with Oracle JDK 20 on Windows operating system.

1 comments