Type-safe, pure-Java way to configure applications
The Spring JavaConfig project provides a type-safe, pure-Java option for configuring Spring Application Contexts. While most people currently use XML to configure bean definitions in their Application Contexts, Spring's versatility and metadata based internal handling of bean definitions means alternatives to XML config are easy to implement.
The Spring JavaConfig project provides a type-safe, pure-Java option for configuring Spring Application Contexts. While most people currently use XML to configure bean definitions in their Application Contexts, Spring's versatility and metadata based internal handling of bean definitions means alternatives to XML config are easy to implement.
To install spring-javaconfig, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install spring-javaconfig
To see what files were installed by spring-javaconfig, run:
port contents spring-javaconfig
To later upgrade spring-javaconfig, run:
sudo port selfupdate && sudo port upgrade spring-javaconfig
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.