Project Modules

This project has declared the following modules:

Name Description
App::Config::Hello Service API This project provides Java interface API for an example Hello Service
App::Config::Hello Service StdOut This project provides an example implementation of the Hello Service
App::Config::Hello Starter This project provides an example starter for the Hello Service
App::Config::Bean Factory Example This project provides an example of a simple Spring Boot Application configuring itself using a bean factory.
App::Config::XML Config Example This project provides an example of a simple Spring Boot Application configuring itself using an XML file.
App::Config::Value Inject This project provides an example of a component being injected with a value out of a properties file.
App::Config::Property Source Example This project provides an example of a component being injected with a value out of a properties file.
App::Config::Property Source Annotation Example This project provides an example of specifying a custom property file to load using a Java annotation.
App::Config::Property Source Profile Example This project provides an example of a component being injected with a value out of a properties file based on a profile.
App::Config::Config Properties Example This project provides an example of a simple Spring Boot Application configuring itself using a properties mapped to a POJO annotated with @ConfigurationProperties
App::Config::Auto Configuration Example This project provides an example of a simple Spring Boot Application configured by a simple starter.
App::Config::Logging Example This project provides an example of how to implement logging