Spring Boot Property Injection

From NovaOrdis Knowledge Base
Revision as of 18:02, 3 December 2018 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

Internal

Overview

Dependencies

dependencies {
    implementation('org.springframework.boot:spring-boot')
}

This declaration assumes we're using Spring Framework Dependency Management System, for Spring Framework-based libraries, or we're building a Spring Boot application.