Spring Boot
- 01 May
Spring Boot + ActiveMQ example
In this tutorial, we will see how to create Spring boot + ActiveMQ example. Spring boot comes with embedded ActiveMQ similar to tomcat, so you don’t have to create external ActiveMQ.If want to configure with external ActiveMQ, you can do it just by change in application.properties file. Github Source code: Download Project Structure: Here are […]
- 29 April
Spring boot rest example
In this tutorial, we will see how to create Restful web services using Spring boot. There are not many differences between creating Rest API using Spring Rest JSON which we have already seen earlier. Spring Boot just makes easier to Rest API. You don’t have to provide any additional JSON dependency in the classpath. Spring […]
- 28 April
Spring Boot web application example
In this post, we will see how to create Spring boot web application example using JSP. Let’s see how Spring boot makes over life simpler.I am going to create Spring MVC hello world example using Spring Boot. Github Source code: Download Spring Boot web application example: Here are steps to create a Spring boot web application […]
- 01 July
Spring Boot tutorial
Spring framework is very popular frameworks for developing various web and enterprise application. Spring has developed various projects over time and Spring Boot is one of them. In this tutorial, we will learn Spring boot tutorial with various examples. Before learning Spring Boot application, you must have some knowledge about XML and Java Configuration in Spring […]