DEV Community

vignesh-ragavan
vignesh-ragavan

Posted on

Spring boot profile not picking the properties file

I have application-database.yaml, application-sql.yaml.Tried running using -Dspring.profiles.active=local but database properties not picking up.How to run this?

application-local.yaml spring: profiles: group: local: database, sql, message application: name: HP-FETCHER-CONFIG-SERVICE

Top comments (0)