refactor: 重构模块依赖层级

This commit is contained in:
click33
2026-02-27 12:14:01 +08:00
parent f40f0d3adf
commit 6a96d2fabd
14 changed files with 120 additions and 36 deletions

View File

@@ -14,7 +14,15 @@
* limitations under the License.
*/
/**
* Sa-Token 集成 Reactor 响应式编程 (SpringBoot 4.x)
*/
package cn.dev33.satoken.reactor;
/**
* 占位符
*
* @author click33
* @since 1.45.0
*/
public class Placeholder {
}