Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/waylau/lite

Lite is a lightweight Java Web framework, based on Spring, MyBatis and MySQL.
https://github.com/waylau/lite

Last synced: 3 months ago
JSON representation

Lite is a lightweight Java Web framework, based on Spring, MyBatis and MySQL.

Awesome Lists containing this project

README

        

# Lite

Lite is a lightweight Java Web framework, based on Spring, MyBatis and MySQL.

## Features 特性

* Productivity
* RESTful api.
* Microservices.
* Quick start up.

## Technology involved 涉及技术

* Spring Framework 5.1.5.RELEASE
* Spring Web MVC 5.1.5.RELEASE
* JUnit 5.3.2
* JsonPath 2.4.0
* Hamcrest Core 1.3
* Spring JDBC 5.0.8.RELEASE
* Spring Aspects 5.0.8.RELEASE
* Mybatis 3.4.5
* Mybatis Spring 1.3.2
* MySQL Connector/J 8.0.12
* Apache Commons DBCP 2.5.0
* MySQL 8.0.12
* Eclipse Jetty 9.4.11.v20180605
* Jackson JSON 2.10.0
* Servlet 4.0.1
* Logback 1.2.3
* Spring Security 5.2.0.BUILD-SNAPSHOT

## Docs 文档

* feat-add-jetty-server : [添加Sevlet容器](docs/feat-add-jetty-server.md)
* executable-jar : [可执行的 jar](docs/executable-jar.md)
* feat-rest-api:[支持REST API](docs/feat-rest-api.md)
* feat-unit-test:[支持JUnit5测试](docs/feat-unit-test.md)
* feat-register-application-context:[支持传入外部上下文](docs/feat-register-application-context.md)
* feat-data-access:[数据访问层的实现](docs/feat-data-access.md)

## Reference Documentation 参考文献

* https://junit.org/junit5/docs/current/user-guide
* http://maven.apache.org/plugins/maven-shade-plugin/examples/executable-jar.html
* http://www.mybatis.org/mybatis-3/
* http://www.mybatis.org/spring/

## Issue 意见、建议

如有勘误、意见或建议欢迎拍砖

## Contact 联系作者:

* Blog: [waylau.com](https://waylau.com)
* Gmail: [waylau521(at)gmail.com](mailto:[email protected])
* Weibo: [waylau521](http://weibo.com/waylau521)
* Twitter: [waylau521](https://twitter.com/waylau521)
* Github : [waylau](https://github.com/waylau)