Skip to content
  • Home
  • Java
    • Core Java
    • Java Thread
    • Java Collection
    • Java Coding
  • Spring
    • Spring Core
    • Spring MVC
  • Mule
  • Web
    • JSF
    • JSP
    • Servlet
    • Struts 2
  • SOA
    • JMS
    • REST
    • SOAP
  • XML
    • DOM (Document Object Model)
    • JAXP (Java API for XML Processing)
    • SAX (Simple API for XML)
    • TrAX (Transformation API for XML)
  • Database
    • Hibernate
    • JDBC
    • PL/SQL
  • Privacy
  • Terms & Conditions

JEE Tutorials

Jee Java Tutorials

  • Home
  • Java
    • Core Java
    • Java Thread
    • Java Collection
    • Java Coding
  • Spring
    • Spring Core
    • Spring MVC
  • Mule
  • Web
    • JSF
    • JSP
    • Servlet
    • Struts 2
  • SOA
    • JMS
    • REST
    • SOAP
  • XML
    • DOM (Document Object Model)
    • JAXP (Java API for XML Processing)
    • SAX (Simple API for XML)
    • TrAX (Transformation API for XML)
  • Database
    • Hibernate
    • JDBC
    • PL/SQL

Category: Spring Boot

Cache Spring Boot 

Spring JCache support

 March 31, 2018  January 27, 2017 by Soumitra Roy Sarkar

Spring 4 provides seamless JCache integration. In this example, I am using EhCache as JCache specification provider. JCache is JSR 107 specification that provides annotations support such as @CacheResult, @CachePut, @CacheRemove and @CacheRemoveAll

No comment
Continue Reading
Log4J Spring Boot 

Logging Configuration in Spring Boot

 March 31, 2018  January 25, 2017 by Soumitra Roy Sarkar

In this tutorial I will show you how to override Spring Boot’s default logging mechanism by creating logback.xml file under src/main/resources directory. You may also read Simple log4j configuration in java and Log4j Configurations – Controlling Logging to Multiple Files By default, slf4j…

No comment
Continue Reading
AJAX Spring Boot Spring MVC 

Spring Boot MVC with Tiles and AJAX

 March 31, 2018  September 12, 2016 by Soumitra Roy Sarkar

In my previous tutorials I have shown how to create a Spring Boot MVC application, here I will show you how to create an AJAX based Spring Boot MVC application with Tiles. What is Tiles (https://tiles.apache.org/) A free open-sourced templating framework for…

No comment
Continue Reading
Spring Boot Spring MVC 

Spring Boot MVC with Maven

 March 31, 2018  August 11, 2016 by Soumitra Roy Sarkar

The primary motivation behind developing Spring Boot is to simplify the process for configuring and deploying the spring applications. Spring Boot will get rid of all the fuss involved on configuring the dependencies for building the enterprise applications. In Spring based applications,…

No comment
Continue Reading

Posts navigation

Prev 1 … 3 4

Categories

Recent Posts

What is the use of Eureka server in Microservices

February 4, 2019
No comment

Angular + Spring Boot file upload example

January 23, 2019
No comment

Use Jetty instead of Tomcat in Spring Boot application

January 14, 2019
No comment

Packaging war, jar modules into ear

January 2, 2019
No comment

How to encrypt user passwords in maven ~/.m2/settings.xml file

December 11, 2018
No comment
Facebook Like me on facebook
Twitter Tweet me on twitter
Linkedin Join me on Linkedin
GooglePlus Join me on Google Plus
Reddit Join me on Reddit

About Me

Soumitra Roy Sarkar
I am a professional Web developer, Enterprise Application developer, Software Engineer and Blogger. Connect me on Roy Tutorials | Twitter | Facebook | Google Plus | Linkedin Reddit

Grid Posts

Angular + Spring Boot file upload example

January 23, 2019
No comment

Use Jetty instead of Tomcat in Spring Boot application

January 14, 2019
No comment

Packaging war, jar modules into ear

January 2, 2019
No comment

Random Posts

@PreAuthorize annotation – hasRole example in Spring Security

May 11, 2017
No comment

Mediator Design Pattern in Java

January 24, 2015
No comment

Define Multiple DataSources in Spring

April 5, 2015
No comment

Useful Links

  • Core Java
  • Hibernate
  • Java Coding
  • Java Collection
  • Java Thread
  • JMS
  • Mule
  • REST
  • SOAP
  • Spring Core
  • Spring MVC
Copyright © 2019 JEE Tutorials
Privacy   Terms & Conditions