style: 添加 package-info.java 包注释。

This commit is contained in:
Suomm 2023-06-28 10:14:35 +08:00
parent 68e8816886
commit e7d55d6b47

View File

@ -1,4 +1,4 @@
/** /*
* Copyright (c) 2022-2023, Mybatis-Flex (fuhai999@gmail.com). * Copyright (c) 2022-2023, Mybatis-Flex (fuhai999@gmail.com).
* <p> * <p>
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
@ -13,4 +13,8 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/**
* MyBatis-Flex Spring Boot 支持
*/
package com.mybatisflex.spring.boot; package com.mybatisflex.spring.boot;