a solution about web, orm and authorization based on spark.
TODO List:
- Spark Parent(Package management)
- Spark Common
- Spark ActiveRecord(Based on JFinal ActiveRecord, Support Using Spring DataSource Management And Transaction Management)
- Spark Web Auth
- Spark Web
- Spark Spring(Combined with Spring Framework)[Attention: Not Support Spring Boot]
Spark is a pretty beautiful project which is a micro framework for creating web application.
So, I want to build a project that can support db query, user authorization and so on.
- Support Auto Configuration(Inspired by Spring Boot AutoConfiguration ).
The Spark Project is built on Maven.
Git and JDK 8 or later
Be sure that your JAVA_HOME
environment variable points to the jdk1.8.0
folder
extracted from the JDK download.
git clone git@github.com:WhatAKitty/spark-project.git
This project is developed on Intellij IDEA. So, If you are using other IDE, you could search google about how to import a intellij project.
Pull requests are welcome; see the contributor guidelines for details.
The Spark Project is released under the MIT.