Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.44 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.44 KB

Gauss Framework

Build Status Chat

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.

Adding Gauss to your build

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>

Learn about Gauss

Importance

  • 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