|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright 2019 http://www.hswebframework.org
|
|
|
+ * Copyright 2020 http://www.hswebframework.org
|
|
|
*
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
* you may not use this file except in compliance with the License.
|
|
@@ -31,6 +31,7 @@ import org.hswebframework.web.controller.message.ResponseMessage;
|
|
|
import org.hswebframework.web.logging.AccessLogger;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.context.ApplicationEventPublisher;
|
|
|
+import org.springframework.context.event.EventListener;
|
|
|
import org.springframework.http.MediaType;
|
|
|
import org.springframework.util.Assert;
|
|
|
import org.springframework.web.bind.annotation.*;
|