Hacker News new | ask | show | jobs
by twic 3417 days ago
A Spring developer once mentioned, on a mailing list post i have long since lost, that the autoconfiguration stuff is pretty much demo-ware. It's good for getting a simple app up and running fast, but for anything serious, you should import the configurations manually, exactly as you say. Fortunately, that's an easy enough transition to make at any point in a project's lifetime.
1 comments

I don't think I'll be working with it again in the near future but I'll definitely have to keep that in mind in the future.