Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ifinal-io/final-frameworks

基于SpringBoot二次开发,简化Java服务端开发
https://github.com/ifinal-io/final-frameworks

final json spring web

Last synced: 2 months ago
JSON representation

基于SpringBoot二次开发,简化Java服务端开发

Awesome Lists containing this project

README

        

# final-framework

![CI](https://github.com/final-projects/final-framework/actions/workflows/ci.yml/badge.svg)
[![codecov](https://codecov.io/github/ifinal-io/final-framework/graph/badge.svg?token=31vxLbJ33g)](https://codecov.io/github/ifinal-io/final-framework)
[![GitHub](https://img.shields.io/github/license/final-projects/final-framework)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![Maven Central](https://img.shields.io/maven-central/v/org.ifinalframework/final-framework?label=maven&color=success)](https://mvnrepository.com/search?q=org.ifinal.finalframework)
![Sonatype Nexus (Releases)](https://img.shields.io/nexus/r/org.ifinalframework/final-framework?server=https://s01.oss.sonatype.org)
![Sonatype Nexus (Snapshot)](https://img.shields.io/nexus/s/org.ifinalframework/final-framework?server=https://s01.oss.sonatype.org)
![GitHub Repo stars](https://img.shields.io/github/stars/final-projects/final-framework)
![GitHub top language](https://img.shields.io/github/languages/top/final-projects/final-framework)
[![GitHub language count](https://img.shields.io/github/languages/count/final-projects/final-framework)](https://github.com/likly/final-framework)

![final-framework](src/images/[email protected])

## 概述

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

## 致谢

* 感谢jetbrains提供的免费授权。