博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
mybatis-generator for oracle
阅读量:4230 次
发布时间:2019-05-26

本文共 589 字,大约阅读时间需要 1 分钟。

1.先去下载架包

2.设置xml文件

3.在当前目录下执行命令

Java -jar mybatis-generator-core-1.3.7.jar -configfile generatorConfig.xml -overwrite

注意,必须先创建src/main/java目录,不然无法生成文件

在这里插入图片描述

你可能感兴趣的文章
Agile Software Construction
查看>>
Computer Security Basics
查看>>
Sams Teach Yourself MySQL in 10 Minutes
查看>>
Information Systems : The State of the Field
查看>>
IPv6 Essentials
查看>>
Microsoft Visual C++ 2005 Express Edition Programming for the Absolute Beginner
查看>>
Microsoft Visual Basic 2005 Express Edition Programming for the Absolute Beginner
查看>>
Pro .NET 2.0 Windows Forms and Custom Controls in C#
查看>>
Beginning Regular Expressions
查看>>
Beginning Visual Web Developer 2005 Express: From Novice to Professional
查看>>
Beginning Programming
查看>>
Windows .NET Server 2003 Domains & Active Directory
查看>>
Information Systems : Achieving Success by Avoiding Failure
查看>>
Web Systems Design and Online Consumer Behavior
查看>>
VoIP For Dummies
查看>>
Administrator's Guide to SQL Server 2005
查看>>
Ajax Design Patterns
查看>>
DNS and BIND (5th Edition)
查看>>
Firewall Fundamentals
查看>>
Learning PHP and MySQL
查看>>