-
Spring MVC How to include JS or CSS files in a JSP page
In this tutorial, we will show you how to include static resources like JavaScript or CSS in a JSP page.
Date: 2019-08-18 View: 1520
-
Spring Inject value into static variables
Spring doesn’t allow to inject value into static variables, for example:
Date: 2019-08-17 View: 1520
-
Intellij IDEA – Spring boot reload static file is not working
In Eclipse, just include the Spring Boot Dev Tools dependency, then the hot swapping and static file reload will be enabled magically. For Intellij IDE, we need extra steps to enable it.
Date: 2019-08-11 View: 1520
-
Maven SpotBugs example
In this article, we will show you how to use SpotBugs Maven Plugin to find bugs in Java code.
Date: 2019-08-11 View: 1520
-
Java Global variable examples
In Java, there is no global keyword, but we can use public static variable to referring a global variable.
Date: 2019-08-11 View: 1520
-
Maven PMD example
In this article, we will show you how to use Maven PMD Plugin to analyze the Java code.
Date: 2019-08-11 View: 1520