把jeecg字样修改为jero

This commit is contained in:
zeroBlack
2021-03-13 10:44:32 +08:00
parent 823866b7d1
commit 43272ce875
33 changed files with 58 additions and 141 deletions
@@ -34,7 +34,6 @@ import java.util.Date;
* 系统日志,切面处理类
*
* @Author scott
* @email jeecgos@163.com
* @Date 2018年1月14日
*/
@Aspect
@@ -110,7 +110,7 @@ public class Swagger2Config implements WebMvcConfigurer {
// 描述
.description("后台API接口")
// 作者
.contact("JEECG团队")
.contact("JERO团队")
.license("The Apache License, Version 2.0")
.licenseUrl("http://www.apache.org/licenses/LICENSE-2.0.html")
.build();