Skip to content

yefengchun/auto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English | 中文

Jmr

Everything can be generated

Home | Installation Guide | Documentation

What is Jmr?

More than just an entirely free Java code generator, It's also a state-of-the-art development automation tool(Much more than a normal code generator).

Maybe it can become your "black technology" will improve development productivity by 1.5 to 5 times, Zero coupling to your project and without changing anything.

Jmr’s full name is Jet Model Robotization, in Eclipse, any kind of project(Maven, Gradle, Web, Java, PHP, Python etc.), any kind of framework(spring/springMVC, hibernate, mybatis, struts, JPA etc.), can use Jmr to manage and generate code.

What can Jmr do?

Any repetitive code can be automatically generated through Jmr. You only need to write templates and set tasks according to your own project and framework.

For example, here's a CRUD module, to generate all the code through the following steps.

1, Write Template
2, Set Task
3, Get model(from database)
4, Run

Template

Jmr uses Jet as a template to generate code. JSP-like template files can be edited and transformed into any kind of source artifact including java, html, properties or xml files in a very simple way.

Template Editor

Exclusive template editor, write templates better.

Install

In the Eclipse menu bar, click Help -> Eclipse Marketplace. Search Jmr, click Install.

About

Java development automation tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.2%
  • Other 0.8%