问题 I have an application, for which I can specify the profiles I want to run it on. but I also want to group these profiles into things like credentails, application performance, memory-print, application behaviour etc. Ex. I can run the following profiles -Dspring.profiles.active=production,cached-local,db-connection-pooled... but I would prefer initializing it as -Dspring.profiles.active=production,super-fast #the above activates method level caches, db connection pooling etc #super-fast