Skip to content

sp42/aj-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Enhancement Framework

For fast using Spring Boot, some common components should be adding first.

By using spring-boot-starter-web, here are the components by default:

  • Spring Boot
  • Logback and Slf4j
  • Jackson JSON parser
  • StringUtils/MD5 from Spring
  • HTTP Request by JDK 11, simply encapsulated

We add some components:

  • Obtain Controller Method Name, Request Parameters, and Annotation Information, for debugging more easily
  • Global Response Object
  • Global Exception Handler
  • Spring IoC Tools: DiContextUtil
  • Server-side form validation

About

AJAXJS Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages