Gauss Engine is a framework designed for Spring-Boot based Java project development that includes bean-copy with custom convertor for specific field, bean-achievement and design-pattern adoption.
To add a dependency by Maven, use the following:
<dependency>
<groupId>xyz.gaussframework</groupId>
<artifactId>gauss-engine-spring-boot-starter</artifactId>
<version>2.4.0</version>
</dependency>
- Our user guide Gauss User Guide
- require JDK 8 or higher
- Don't forget
@EnableGaussEngine
along with your root Java file(such as spring application start file with@SpringBootApplication
), otherwise some functions cannot be activated