From 19f2ab5fd837fccb0ea25168622f70550a59db00 Mon Sep 17 00:00:00 2001 From: Suomm <1474983351@qq.com> Date: Wed, 28 Jun 2023 10:10:04 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=B7=BB=E5=8A=A0=20package-info.java?= =?UTF-8?q?=20=E5=8C=85=E6=B3=A8=E9=87=8A=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../spring/datasource/package-info.java | 20 +++++++++++++++++++ .../com/mybatisflex/spring/package-info.java | 20 +++++++++++++++++++ .../spring/service/impl/package-info.java | 20 +++++++++++++++++++ 3 files changed, 60 insertions(+) create mode 100644 mybatis-flex-spring/src/main/java/com/mybatisflex/spring/datasource/package-info.java create mode 100644 mybatis-flex-spring/src/main/java/com/mybatisflex/spring/package-info.java create mode 100644 mybatis-flex-spring/src/main/java/com/mybatisflex/spring/service/impl/package-info.java diff --git a/mybatis-flex-spring/src/main/java/com/mybatisflex/spring/datasource/package-info.java b/mybatis-flex-spring/src/main/java/com/mybatisflex/spring/datasource/package-info.java new file mode 100644 index 00000000..b3bd6ffe --- /dev/null +++ b/mybatis-flex-spring/src/main/java/com/mybatisflex/spring/datasource/package-info.java @@ -0,0 +1,20 @@ +/* + * Copyright (c) 2022-2023, Mybatis-Flex (fuhai999@gmail.com). + *

+ * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + *

+ * http://www.apache.org/licenses/LICENSE-2.0 + *

+ * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * 多数据源切面。 + */ +package com.mybatisflex.spring.datasource; \ No newline at end of file diff --git a/mybatis-flex-spring/src/main/java/com/mybatisflex/spring/package-info.java b/mybatis-flex-spring/src/main/java/com/mybatisflex/spring/package-info.java new file mode 100644 index 00000000..97288aea --- /dev/null +++ b/mybatis-flex-spring/src/main/java/com/mybatisflex/spring/package-info.java @@ -0,0 +1,20 @@ +/* + * Copyright (c) 2022-2023, Mybatis-Flex (fuhai999@gmail.com). + *

+ * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + *

+ * http://www.apache.org/licenses/LICENSE-2.0 + *

+ * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * MyBatis-Flex Spring 支持。 + */ +package com.mybatisflex.spring; \ No newline at end of file diff --git a/mybatis-flex-spring/src/main/java/com/mybatisflex/spring/service/impl/package-info.java b/mybatis-flex-spring/src/main/java/com/mybatisflex/spring/service/impl/package-info.java new file mode 100644 index 00000000..555bce31 --- /dev/null +++ b/mybatis-flex-spring/src/main/java/com/mybatisflex/spring/service/impl/package-info.java @@ -0,0 +1,20 @@ +/* + * Copyright (c) 2022-2023, Mybatis-Flex (fuhai999@gmail.com). + *

+ * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + *

+ * http://www.apache.org/licenses/LICENSE-2.0 + *

+ * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * IService 实现。 + */ +package com.mybatisflex.spring.service.impl; \ No newline at end of file