• Menu
  • Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

JavaBeat

Java Tutorial Blog

  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us
    • Join Us (JBC)
  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us
    • Join Us (JBC)

Spring Boot Tutorials

Spring Boot Vs Dropwizard

Spring Boot Vs Dropwizard

April 9, 2016 //  by Krishna Srinivasan//  Leave a Comment

It is always an interesting and exciting task to compare two popular frameworks. This time the contenders are two of the most popular microservices frameworks in Java. In this tutorial, I am going to compare the various aspects of Spring Boot and Dropwizard. I have been working on Spring Boot for almost a year and …

Category: Spring FrameworkTag: Dropwizard Tutorials, HTTP Servers, REST APIs Support, Spring Boot Tutorials

Spring Boot Configurations

Spring Boot Configurations

March 25, 2016 //  by Krishna Srinivasan//  Leave a Comment

Spring Boot uses application.properties or application.yml for configuring the various application level settings. As we are aware that spring boot works with the opinionated default values that are more sensible to your applications. Most of the time you may prefer to override the default values with your own configurations. In this tutorial I am going …

Category: Spring FrameworkTag: Actuator EndPoints, Enable Favicon Image, H2 Web Console, Log File Configurations, Properties File Location, Spring Boot, Spring Boot Tutorials, Spring MVC application, View Resolver Configuration

Spring Boot Configurations

Firing Events at Spring Boot Startup

March 18, 2016 //  by Krishna Srinivasan//  Leave a Comment

One of the common things on web application development is to initialize or invoke a piece of code at the start up of the application. If you are developing a traditional Java web application, the startup logic can be mentioned in the ServletContextListener. Spring also offers very convenient way of invoking the events at the …

Category: Spring FrameworkTag: Spring Boot Tutorials

Spring Boot Configurations

Ultimate Guide for Spring Boot DevTools

March 9, 2016 //  by Krishna Srinivasan//  Leave a Comment

The main reason why Spring Boot is developed by Spring community is to simplify the packaging and deploying your spring applications to production. Keeping with that in mind, spring boot assumes all the default values loaded at startup is optimized for the production ready application. For example, caching of Thymeleaf templates are enabled by default which improves the performance in …

Category: Spring FrameworkTag: Spring Boot Tutorials

Spring Boot Configurations

Caching Support in Spring Boot

March 5, 2016 //  by Krishna Srinivasan//  Leave a Comment

This tutorial highlights the new features added as part of the spring boot 1.3.0 for caching support. Caching has been supported by spring boot, but there is no auto configuration option for the caching in spring boot until now. The new Spring Boot release 1.3.0 has introduced the following features that makes easier to use the caching within spring …

Category: Spring FrameworkTag: Spring Boot Tutorials

Spring Boot Configurations

MySQL Configurations for Spring Boot Applications

October 16, 2015 //  by Krishna Srinivasan//  Leave a Comment

In my previous articles for Spring Data JPA, I have used in-memory databases like H2 for persisting data. But, these in-memory databases can not be used for the production. These are only used for the development environment. In this post I will explain the basic configurations for setting up the MYSQL database for your Spring Data …

Category: Spring FrameworkTag: Spring Boot Tutorials

spring data jpa

Spring Data JPA Tutorial using Spring Boot

September 2, 2015 //  by Krishna Srinivasan//  Leave a Comment

This tutorial guides you through on building simple REST APIs using Spring Data JPA and Spring Boot. At the end of this tutorial, you would be able to write the applications with Spring Data JPA using Spring Boot. In our earlier tutorials we have covered about Spring Data JPA and JPA frameworks. But, this tutorial uses Spring …

Category: Spring FrameworkTag: Spring Boot Tutorials, Spring Data JPA

Spring Boot Configurations

Complete Guide for Spring Boot Actuator

August 31, 2015 //  by Krishna Srinivasan//  Leave a Comment

Spring Boot Actuator You are here to learn about Spring Boot Actuator for collecting metrics about your production grade applications. Spring Boot Actuator is sub-project of Spring Boot and it is one of the nice feature that adds great value to the Spring Boot applications. Lets understand in this tutorial about spring boot actuator and …

Category: Spring FrameworkTag: Spring Boot Tutorials

  • Go to page 1
  • Go to page 2
  • Go to Next Page »

Primary Sidebar

Follow Us

  • Facebook
  • Pinterest

FEATURED TUTORIALS

New Features in Spring Boot 1.4

Difference Between @RequestParam and @PathVariable in Spring MVC

What is new in Java 6.0 Collections API?

The Java 6.0 Compiler API

Introductiion to Jakarta Struts

What’s new in Struts 2.0? – Struts 2.0 Framework

JavaBeat

Copyright © by JavaBeat · All rights reserved
Privacy Policy | Contact