An open API service indexing awesome lists of open source software.

https://github.com/jaxio/celerio

Celerio is a code generator tool for data-driven application.
https://github.com/jaxio/celerio

code-generation code-generator crud-generator database reverse-engineering

Last synced: 2 months ago
JSON representation

Celerio is a code generator tool for data-driven application.

Awesome Lists containing this project

README

          

## Celerio Code Generator

[![Build Status](https://travis-ci.org/jaxio/celerio.svg)](https://travis-ci.org/jaxio/celerio)

Celerio is a code generator tool for data-driven application. It can reverse a database schema and generate advanced CRUD-based applications.

* [Celerio Documentation](http://www.jaxio.com/documentation/celerio)

## How to use it ?

Have already Maven 3.1.1 or above and Java 1.8 installed ?

Simply execute:

mvn com.jaxio.celerio:bootstrap-maven-plugin:bootstrap

## Related projects

### Code generation templates

* [Web App Angular 2 + PrimeNG + Spring Boot](https://github.com/jaxio/celerio-angular-quickstart)
* [Java EE 7 Web App frontend and backend: No Spring Inside](https://github.com/jaxio/javaee-lab)
* [backend: JPA 2 / Hibernate + Lucene + Spring](https://github.com/jaxio/pack-backend-jpa)
* [frontend: JSF 2 + Spring](https://github.com/jaxio/pack-jsf2-spring-conversation)

### JPA Query By Example API

* [JPA Query By Example API](https://github.com/jaxio/jpa-query-by-example)

## License

Celerio is released under version 2.0 of the [Apache License][].

[Apache License]: http://www.apache.org/licenses/LICENSE-2.0

## Thanks

EJ Technologies has offered us a free open source project license for JProfiler, a must have [Java Profiler](http://www.ej-technologies.com/products/jprofiler/overview.html).