Skip to content

ifinal-io/final-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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开发脚手架。

特性

资源导入

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

  • 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来指定自定义的导入资源。

致谢