BAEL-2435 Change eventhandlers package

Change eventhandlers package to querymodel package per best practices
This commit is contained in:
Steven van Beelen 2018-12-18 14:54:07 +01:00
parent 00b297a4d0
commit aaf2ef2227
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
package com.baeldung.axon.eventhandlers;
package com.baeldung.axon.querymodel;
import org.axonframework.eventhandling.EventHandler;
import org.springframework.stereotype.Service;