排序
VSCode-Java Maven configuration error
VSCode-Java Maven configuration error,There is no day that I not face a “funny” error developing in Java, saying that, it’s not my intention generate drama nor a new whole discu...
Default Maven and Java settings per project
Default Maven and Java settings per project, Maven Tips (2 Part Series) 1 Maven Build in < 20 lines of yaml 2 Default Maven and Java settings per project I generally use many di...
Dynamic Configuration of Java Plugins
Dynamic Configuration of Java Plugins,When writing Java applications you should write them in a way where you can extend the capability of the application without modification of t...
Maven Plugin Configuration – The (Unknown) Tiny Details
Maven Plugin Configuration - The (Unknown) Tiny Details, Overview If you are using Apache Maven I suppose you have configured several plugins within your pom file already. As an ex...
How to manage your configuration file with YAML in Java programmatically
How to manage your configuration file with YAML in Java programmatically, Introduction YAML is most useful data format to describe structural hierarchy in these days. It's more sim...
Converting explicit into implicit configuration in Spring
Converting explicit into implicit configuration in Spring, Spring Framework (24 Part Series) 1 Spring Configuration 2 External Properties in Spring ... 20 more parts... 3 Profiles ...
Java 8 Type-Safe Configuration with default methods
Java 8 Type-Safe Configuration with default methods,There is a common requirement in most of the Java/JavaEE projects related to how to differentiate environment configurations lik...