Skip to content

sixno/soxJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

soxJava

introduce

  1. Base on Spring Boot
  2. Less is More
  3. Work for Independent Developer

Features

  • IM(Interface-Model) architecture
  • RSA
  • Thread safety, Request isolation
  • No entity and repository, self-developed driver of database instead
  • Run Fast, No Warn, No Error
  • Source level reuse
  • The last but not least, You can write your own code in the way you are familiar with Spring Boot, regardless of any of the above features
  • Truly last but not least, It is published by the MIT protocol

简介

  1. 基于Spring Boot
  2. 敏捷开发
  3. 为独立开发者服务

特性

  • 接口-模型两层架构,取代传统MVC架构
  • RSA加解密支持,用于安全传输敏感信息,警惕浏览器安全
  • 线程安全,请求隔离
  • 没有实体和存储类,使用自研数据库驱动替代
  • 运行很快,没有警告,没有坑
  • 源码级复用
  • 最后,祝您使用愉快
  • 真正的最后,它使用令人不膈应的MIT协议发布

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages