Code Monkey home page Code Monkey logo

easyee-auto's Introduction

EasyEE Auto

EasyEE Auto 是针对 EasyEE 开源 JavaEE 企业级快速开发平台 的自动化代码生成器。基于实体规则配置,能够一键快速生成可直接工作的模型,控制器,视图代码。

EasyEE Auto is an automated code generator for the [EasyEE Open Source JavaEE Enterprise Rapid Development Platform] (https://github.com/ushelp/EasyEE). Based on the entity rules configuration, can be a key to quickly generate a direct working model, controller, view code.

Least version: 1.4.0-RELEASE (EasyEE 4.4+)

代码生成支持/Code Generator Support

提供五种类型项目的代码和视图生成。

Provides code and view generation for five types of projects.

  • EasyEE-SH-SpringBoot: Spring Boot + Hibernate(JPA)

  • EasyEE-SM-SpringBoot: Spring Boot + MyBatis

  • EasyEE-SSH: Spring + Struts2 + Hibernate(JPA)

  • EasyEE-SH: SpringMVC + Hibernate(JPA)

  • EasyEE-SM: SpringMVC + MyBatis

Maven

<dependency>
  <groupId>cn.easyproject</groupId>
  <artifactId>easyee-auto</artifactId>
  <version>1.4.0-RELEASE</version>
</dependency>

Manual/使用手册

中文

中文详细使用文档

官方主页

留言评论

如果您有更好意见,建议或想法,请联系我。

English

English detailed documentation

The official home page

Comments

If you have more comments, suggestions or ideas, please contact me.

End

Email:[email protected]

http://www.easyproject.cn

Donation/捐助:


支付宝/微信/QQ/云闪付/PayPal 扫码支付
支付宝/微信/QQ/云闪付/PayPal

我们相信,每个人的点滴贡献,都将是推动产生更多、更好免费开源产品的一大步。

感谢慷慨捐助,以支持服务器运行和鼓励更多社区成员。

We believe that the contribution of each bit by bit, will be driven to produce more and better free and open source products a big step.

Thank you donation to support the server running and encourage more community members.

easyee-auto's People

Contributors

ushelp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

easyee-auto's Issues

BUG提交

1、生成的页面中 搜索、清除按钮未用国际化,无查询条件时依旧有按钮
2、生成的页面**际化lable.chkbox 应该是label.chkbox ,所有生成页面不是默认的页面的代码都是label打成了lable

3、生成非默认页面类型报错,浏览器:Uncaught TypeError: Cannot read property 'length' of undefined
控制台:If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??

4、生成的sqlmap get方法多了个where

5、控制器get方法是Serializable 类型怎么传?(这个不算BUG,我直接用AJAX传会报错)

6、Action的get方法居然放了super.setMsgKey("msg.updateSuccess")代码,结果就是查询GET方法时会弹出提示框

7、手动加上sqlmap关联查询后报无法序列化错误,一看是因为使用了懒加载

以下是建议:
1、表随实体类一起生成
2、生成的代码不支持排序
3、自动生成的页面没有加上权限判断
4、直接修改生成代码的源码比较麻烦,建议开放一个读取模板生成代码的接口。

点击修改按钮无法弹出修改界面

生成的SH代码,点击页面的修改按钮后,JS部分判断是否有选中时,获取的是row但判断的却是rows,是Bug还是我的用法有问题?(生成后代码没有做修改)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.