Skip to content

ifinal-io/final-frameworks

Repository files navigation

final-framework

CI codecov GitHub Maven Central Sonatype Nexus (Releases) Sonatype Nexus (Snapshot) GitHub Repo stars GitHub top language GitHub language count

final-framework

概述

final-framework致力于提供简单、灵活且功能强大的java开发脚手架。

模块

  • final-annotation: 定义核心注解。
  • final-framework: 基础框架
  • final-data: 数据操作
    • final-data-mybatis: 通用mybatis
  • final-boot: 快速集成starters
  • final-auto: 注解处理器

依赖

组件 当前版本 最新版本
spring-boot 3.4.1 Maven Central
mybatis 3.5.14 Maven Central

特性

资源导入

默认导入以下路径的资源:

  • classpath:spring-config-*.xml
  • classpath*:config/spring-config-*.xml
  • classpath*:spring/spring-config-*.xml

可以使用spring.application.import-resource.use-default来取消默认资源的导入; 可以使用spring.application.import-resource.locations来指定自定义的导入资源。

致谢