muoncore / newton

Extend Muon into the world of Spring. Implement Muon apis, especially around events to provide DDD patterns natively in Spring Boot
http://muoncore.io
GNU Lesser General Public License v3.0
12 stars 5 forks source link

Remove spring auto-config scanning & replace with @EnableNewton #30

Closed bobjana closed 7 years ago

bobjana commented 7 years ago

so that newton isn't partially loaded if @EnableNewton is not specified and allows consumers the flexibility of enabling/disabling newton via config as opposed to classpath

bobjana commented 7 years ago

Newton no longer relies on auto-cofiguration. When @EnableNewton tag is specified, all newton related configurations are loaded