Copyright 2020

This commit is contained in:
zhouhao
2020-03-04 17:57:44 +08:00
parent b045abc502
commit 0d9ac33359
416 changed files with 423 additions and 417 deletions

View File

@@ -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.

View File

@@ -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.*;