that’s how I use this property ```@Configuration o...
# spring
d
that’s how I use this property
Copy code
@Configuration
open class GoogleApiConfiguration {
  @Value("\${google.maps.apiKey}")
  lateinit var apiKey: String
…
}