Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 863 Bytes

File metadata and controls

26 lines (21 loc) · 863 Bytes

Enterprise Spring Best Practices

Modules

  • 01 Project Configuration
    • The root pom.xml file
    • Subproject directory structure
  • 02 Spring XML Configuration
    • Bootstrap Config file
    • SLF4J and Logback Configuration
      • Apache Commons (aka Jakarta Commons/JCL)
      • Java Util (aka JUL)
      • System.out and System.err

Resources