-
Notifications
You must be signed in to change notification settings - Fork 0
Home
fenixLee edited this page Jul 21, 2022
·
11 revisions
Gauss Engine, which gives a totally fresh mechanism for Java development, is designed for Spring Boot based project. it contains several parts that would provide a new way to develop in Java project.
But trawling through JavaDoc is not always an effective way to learn how to make best use of a library and we are pleased to provide a readable guide line to help users try out Gauss Framework.
- Basic Utilities: GaussBeanFactory
- getBean from 'container'
- create object
- set Application Context by client if wish to change underlying mechanism
- Basic Utilities: GaussBeanMapper
- bean copy
- bean copy with custom convertor
- Design Pattern adoption: GaussFactory
- composition pattern with GaussFactory
- factory creator
-
Cache mechanism: GaussCache(under development)
- custom configuration
- Home
- GaussBeanFactory
- GaussBeanMapper
- mapping
- custom convertor
- register
- GaussFactory
- @Chain
- GaussFactoryGenerator