How to use spring value tag in kotlin in java we ...
# announcements
s
How to use spring value tag in kotlin in java we use value tag as following @Value("${mongodb.url}") private String mongodbUrl; when I try to use this in kotlin I get an annotation parameter must be a compile time constant