Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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服务端开发
- Host: GitHub
- URL: https://github.com/ifinal-io/final-frameworks
- Owner: ifinal-io
- License: apache-2.0
- Created: 2018-11-19T08:59:58.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-02T14:25:14.000Z (3 months ago)
- Last Synced: 2024-11-15T01:59:39.858Z (2 months ago)
- Topics: final, json, spring, web
- Language: Java
- Homepage: https://docs.ifinal.io/final-projects/overview
- Size: 21.3 MB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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提供的免费授权。