Spring boot Could not resolve placeholder application.yml
My bad i was building with Intellij Idea. Build using this command:
./mvnw clean package
@Autowired
private Environment env;
env.getProperty("jwt.secret")
you can try!
My bad i was building with Intellij Idea. Build using this command:
./mvnw clean package
@Autowired
private Environment env;
env.getProperty("jwt.secret")
you can try!