Spring boot uses an opinionated approach for a lot of things, with logging being one. It uses Logback by default. While Logback is useful, some of you may want to use a different log library. What do you have to do to use log4j as the logger?
Author: admin
Spring Boot – Disable Banner, Change Banner
One of the most often asked questions with Spring boot is how do i disable the banner or how can i change it
Lets look at that today.
Continue reading “Spring Boot – Disable Banner, Change Banner”
Spring Boot – Quickstart
In the following post we are going to look at setting up a very very simple spring boot application that just runs, with only a few lines of code. This is a quick start version for setting an app in less than a minute. Continue reading “Spring Boot – Quickstart”
Alfresco Maven SDK
Alfresco Share Customization – Part 2
Customize Alfresco Share login page footer
Intro
In the previous post we looked at changing the login logo for Share. In this post we are going to update the copyright text in the login page. We are going to use the same project we used for Part 1 of Alfresco Customization
Alfresco 5.x Intro
What is Alfresco?
Alfresco is an open source ECM (Enterprise Content Management) system that allows an enterprise to manage all its content and provides services and controls to enable the same. It is used to implement solutions like Document Management(DM), Web Content Management(WCM), and Digital Asset Management(DAM) Continue reading “Alfresco 5.x Intro”