Giter VIP home page Giter VIP logo

code-generator's Introduction

code-generator

介绍

代码生成工具 抽取自若依管理系统代码生成模块,可在本地运行,无需依赖服务器

项目说明

  1. 代码参考若依管理系统
  2. 数据库采用sqlite,位置在src\main\resources\static\sqlite\code-generator.db,发布后请将db文件放在jar包的同级sqlite目录中
  3. 目前目标数据库只支持MySQL、Oracle、PostgreSQL、SQLServer其他的可自行扩展
  4. 数据源可多条配置,导入表结构时进行选择数据源
  5. 工具目录中tools文件是jar文件,只是改了个名字,双击.bat启动

注意事项

  1. 代码生成后的sql文件在PostgreSQL下没有生成,需要自己在菜单中添加
  2. 目前导入表功能在SQLServer还没有测试

工具下载

运行说明

  1. 双击“启动工具.bat”进行打开
  2. 工具内置tomcat,默认端口为:5064
  3. 如果需要更改端口号,打开“启动工具.bat”找到“--server.port=5064”更改
  4. tomcat启动后会自动打开浏览器,优先级为:谷歌→火狐→-系统默认浏览器;如果无法自动打开,可以手动打开浏览器输入:http://127.0.0.1:5064

效果图

输入图片说明 输入图片说明 输入图片说明 输入图片说明 输入图片说明 输入图片说明 输入图片说明

code-generator's People

Watchers

James Cloos avatar  avatar

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.