Welcome readers, in this tutorial, we will show how to upload a file to an AWS S3 bucket using the spring boot framework. 1. Introduction Spring boot is a module that provides rapid application development feature to the spring framework including auto-configuration, standalone-code, and production-ready code It creates applications that are packaged as jar and are directly started using embedded ...
Read More »Home » Enterprise Java » spring » Boot »
Deploying a Spring Boot application on AWS
Welcome readers, in this tutorial, we will discuss how to deploy a simple Spring Boot application on AWS. 1. Introduction to AWS To deploy a simple Hello World application on AWS we will make use of AWS Elastic Beanstalk. AWS Elastic Beanstalk is a compute service that makes easy for the developers to quickly deploy and manage application which is ...
Read More »Spring Boot Interview Questions and Answers
In this article, we are going to discuss some of the Spring Boot interview questions and answers. This is a summary of some of the most important questions concerning the Spring Boot Framework, that you may be asked to answer in an interview! There is no need to worry about your next interview test because Java Code Geeks are here ...
Read More »Spring Boot Framework Annotations Tutorial
In this post, we feature a tutorial on the annotations of Spring Boot Framework. When Spring was initially introduced, developers were mostly using XML-based configuration. With the introduction of the revolutionary Spring Boot framework now developers have completely moved away from XML-based configuration and it is hard to imagine development without using annotations. We are going to discuss the basic ...
Read More »JasperReports with Spring Boot
Welcome readers, in this tutorial, we will show how to use JasperReports with spring boot framework. 1. Introduction Spring boot is a module that provides rapid application development feature to the spring framework including auto-configuration, standalone-code, and production-ready code It creates applications that are packaged as jar and are directly started using embedded servlet container (such as Tomcat, Jetty or ...
Read More »What is Spring Boot (with video)
In this article, we will explain what is Spring Boot. You can also check this tutorial in the following video: Java Spring Boot Tutorial – video Java is a ubiquitous language and Spring/ Spring Boot has become the default framework of choice for Java Web developers. Spring is one of the market-leading frameworks for building web and enterprise applications. With ...
Read More »Spring Boot H2 Database Example
Welcome readers, in this tutorial, we will create a spring boot application that connects to an h2 database. 1. Introduction Spring boot is a module that provides rapid application development feature to the spring framework including auto-configuration, standalone-code, and production-ready code It creates applications that are packaged as jar and are directly started using embedded servlet container (such as Tomcat, ...
Read More »Spring Boot Oracle Connection Example
This article is a Spring Boot Oracle Connection Example. Oracle (Oracle database/RDBMS) is a proprietary multi-model database management system made and marketed by Oracle Corporation. It’s one of the most popular databases used in the world. This article will show you how to connect Spring Boot to an Oracle database. 1. Tools and Requirements Oracle XE free download – requires ...
Read More »Customize Whitelabel Error Page in Spring Boot
Welcome readers, in this tutorial, we will explore how to create a custom whitelabel error page in a spring boot application. 1. Introduction Spring boot is a module that provides rapid application development feature to the spring framework including auto-configuration, standalone-code, and production-ready code It creates applications that are packaged as jar and are directly started using embedded servlet container ...
Read More »Spring Boot Security and JWT Hello World Example
Hi Java Code Geeks. Come follow me as we create a Spring Boot Security and JWT (JSON Web Token) Hello World application. This article is best understood by following it from top to bottom. Concepts and definitions will be explained along the way. This article is not for the absolute beginner. It is assumed that you know your way around ...
Read More »