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.
- Host: GitHub
- URL: https://github.com/jaxio/celerio
- Owner: jaxio
- License: apache-2.0
- Created: 2015-11-14T16:16:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-17T14:18:28.000Z (over 8 years ago)
- Last Synced: 2025-07-04T23:23:21.796Z (9 months ago)
- Topics: code-generation, code-generator, crud-generator, database, reverse-engineering
- Language: Java
- Size: 690 KB
- Stars: 81
- Watchers: 11
- Forks: 35
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Celerio Code Generator
[](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).