samedi 26 septembre 2015

Spring context compile time validation

Is there any tool or maven plugin that can validate Spring context during compile time or maven build execution?

I understand that it's not trivial to check the full correctness of the context without the app start, but it will be good to check some trivial cases, for example if you define a bean in xml context then the bean class have to be present in classpath.

Aucun commentaire:

Enregistrer un commentaire