fenix-Lee / gauss-framework

gauss engine is designed for Spring Boot based Java project including bean copy with custom convertor and design pattern adoption such as composite pattern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

gauss engine is designed for Spring Boot based Java project including bean copy with custom convertor and design pattern adoption such as composite pattern

License:Apache License 2.0


Languages

Language:Java 100.0%